Skip to content

Commit ae02591

Browse files
Version bump 5.3.1 (#2087)
1 parent 0aa150a commit ae02591

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
### [5.3.1](https://github.com/xmartlabs/Eureka/releases/tag/5.3.1)
5+
6+
* Fix building for Mac Catalyst on Xcode 12 (#2078)
7+
* Fix datePickerStyle for DateFieldRow and DatePickerCell (#2077)
8+
* Adjust font size of PasswordRow to avoid dots (#2080)
49

510
### [5.3.0](https://github.com/xmartlabs/Eureka/releases/tag/5.3.0)
11+
612
* Reload rows on viewWillAppear for iOS 12 and below. (#2029)
713
* Change validation functions access level to open (#2049)
814
* Start editing field rows at the end when tapping blank space in row (#2046)

Eureka.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Eureka'
3-
s.version = '5.3.0'
3+
s.version = '5.3.1'
44
s.license = 'MIT'
55
s.summary = 'Elegant iOS Forms in pure Swift'
66
s.homepage = 'https://github.com/xmartlabs/Eureka'

Eureka.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@
729729
INFOPLIST_FILE = Source/Info.plist;
730730
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
731731
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
732-
MARKETING_VERSION = 5.3.0;
732+
MARKETING_VERSION = 5.3.1;
733733
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
734734
PRODUCT_NAME = "$(TARGET_NAME)";
735735
SKIP_INSTALL = YES;
@@ -753,7 +753,7 @@
753753
INFOPLIST_FILE = Source/Info.plist;
754754
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
755755
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
756-
MARKETING_VERSION = 5.3.0;
756+
MARKETING_VERSION = 5.3.1;
757757
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
758758
PRODUCT_NAME = "$(TARGET_NAME)";
759759
SKIP_INSTALL = YES;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ $ pod install
10751075
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`.
10761076

10771077
dependencies: [
1078-
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.3.0")
1078+
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.3.1")
10791079
]
10801080

10811081

0 commit comments

Comments
 (0)