Skip to content

Commit

Permalink
Version bump 5.3.3 (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen authored Mar 11, 2021
1 parent 15ca571 commit 523af88
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.

### [5.3.3](https://github.com/xmartlabs/Eureka/releases/tag/5.3.3)

* Add option for different ScrollPosition behavior on keyboard appearance (#2112)
* Prefix Eureka to certain class names to avoid clashes with other pods (#2113)
* Remove the default header title of section (#2128)
* Modify hugging priority for PasswordRow (#2129)
* Add replace method for all sections (#2105)
* Fix: Non-public API usage (valueChanged, datePickerValueChanged) (#2130)
* Fix: remove EXCLUDED_ARCHS build setting to support M1 mac iphone simulator (#2137)
* Fix: removeAll method in sections (#2141)


### [5.3.2](https://github.com/xmartlabs/Eureka/releases/tag/5.3.2)

* Make tableViewStyle public (#2092)
Expand Down
2 changes: 1 addition & 1 deletion Eureka.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Eureka'
s.version = '5.3.2'
s.version = '5.3.3'
s.license = 'MIT'
s.summary = 'Elegant iOS Forms in pure Swift'
s.homepage = 'https://github.com/xmartlabs/Eureka'
Expand Down
4 changes: 2 additions & 2 deletions Eureka.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 5.3.2;
MARKETING_VERSION = 5.3.3;
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -753,7 +753,7 @@
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 5.3.2;
MARKETING_VERSION = 5.3.3;
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ $ pod install
After you set up your `Package.swift` manifest file, you can add Eureka as a dependency by adding it to the dependencies value of your `Package.swift`.

dependencies: [
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.3.2")
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.3.3")
]


Expand Down

0 comments on commit 523af88

Please sign in to comment.