Skip to content

Commit

Permalink
chore(release): 25.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [25.3.1](v25.3.0...v25.3.1) (2023-07-19)

### Bug Fixes

* **Bottom Sheet:** Fix component to expand horizontally ([#290](#290)) ([266c5d8](266c5d8))
* **InputField:** Avoid TextField auto expands horizontally ([#289](#289)) ([c321d88](c321d88))
  • Loading branch information
semantic-release-bot committed Jul 19, 2023
1 parent 266c5d8 commit 36351f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [25.3.1](https://github.com/Telefonica/mistica-ios/compare/v25.3.0...v25.3.1) (2023-07-19)


### Bug Fixes

* **Bottom Sheet:** Fix component to expand horizontally ([#290](https://github.com/Telefonica/mistica-ios/issues/290)) ([266c5d8](https://github.com/Telefonica/mistica-ios/commit/266c5d8d190b79addb4ce6d82165b6284904098c))
* **InputField:** Avoid TextField auto expands horizontally ([#289](https://github.com/Telefonica/mistica-ios/issues/289)) ([c321d88](https://github.com/Telefonica/mistica-ios/commit/c321d8891b04c7e605033450710ec61a9ac1bbba))

# [25.3.0](https://github.com/Telefonica/mistica-ios/compare/v25.2.0...v25.3.0) (2023-06-29)


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 = 25.3.0
VERSION_NUMBER = 25.3.1
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 = 25.3.0
VERSION_NUMBER = 25.3.1
CURRENT_PROJECT_VERSION = 1 //Build

// Build options
Expand Down

0 comments on commit 36351f4

Please sign in to comment.