Skip to content

Commit

Permalink
chore(release): 33.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [33.0.0](v32.0.0...v33.0.0) (2024-08-26)

### Feat

* **Title:** Update title component and Mistica tokens ([#396](#396)) ([d3df994](d3df994)), closes [#397](#397)

### BREAKING CHANGES

* **Title:** Add some title styles and modify the existing ones. Rename the color tokens from mistica-design.

* Update tokens

* Update tokens again

* Fix breaking change
  • Loading branch information
semantic-release-bot committed Aug 26, 2024
1 parent d3df994 commit 57c90a0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [33.0.0](https://github.com/Telefonica/mistica-ios/compare/v32.0.0...v33.0.0) (2024-08-26)


### Feat

* **Title:** Update title component and Mistica tokens ([#396](https://github.com/Telefonica/mistica-ios/issues/396)) ([d3df994](https://github.com/Telefonica/mistica-ios/commit/d3df994e732ac11151022c8aa7c8a4c74c6785eb)), closes [#397](https://github.com/Telefonica/mistica-ios/issues/397)


### BREAKING CHANGES

* **Title:** Add some title styles and modify the existing ones. Rename the color tokens from mistica-design.

* Update tokens

* Update tokens again

* Fix breaking change

# [32.0.0](https://github.com/Telefonica/mistica-ios/compare/v31.4.1...v32.0.0) (2024-08-19)


Expand Down
2 changes: 1 addition & 1 deletion MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

// Versioning
VERSION_NUMBER = 32.0.0
VERSION_NUMBER = 33.0.0
CURRENT_PROJECT_VERSION = 1 //Build

// Build options
Expand Down
2 changes: 1 addition & 1 deletion Sources/SupportFiles/Mistica.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

// Versioning
VERSION_NUMBER = 32.0.0
VERSION_NUMBER = 33.0.0
CURRENT_PROJECT_VERSION = 1 //Build

// Build options
Expand Down

0 comments on commit 57c90a0

Please sign in to comment.