From dab41bbad4588a749f4503229679a79520851ab0 Mon Sep 17 00:00:00 2001 From: Sergey Kozel Date: Wed, 26 Apr 2023 18:13:33 +0200 Subject: [PATCH] build: bump version to 5.3.1 (#1729) --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- src/components/package.json | 4 ++-- src/date-fns/package.json | 4 ++-- src/eva-icons/package.json | 4 ++-- src/metro-config/package.json | 4 ++-- src/moment/package.json | 4 ++-- src/template-js/package.json | 2 +- src/template-js/template/package.json | 8 ++++---- src/template-ts/package.json | 2 +- src/template-ts/template/package.json | 8 ++++---- 11 files changed, 31 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a3441e9..bec0ba622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 5.3.1 (2023-04-26) + +* fix: BottomNavigation vertical align [issue](https://github.com/akveo/react-native-ui-kitten/issues/ ([254f451](https://github.com/akveo/react-native-ui-kitten/commit/254f451)), closes [#1721](https://github.com/akveo/react-native-ui-kitten/issues/1721) +* fix: Datepicker selecting month error (#1694, #1687, #1713) (#1725) ([8e7aefd](https://github.com/akveo/react-native-ui-kitten/commit/8e7aefd)), closes [#1694](https://github.com/akveo/react-native-ui-kitten/issues/1694) [#1687](https://github.com/akveo/react-native-ui-kitten/issues/1687) [#1713](https://github.com/akveo/react-native-ui-kitten/issues/1713) [#1725](https://github.com/akveo/react-native-ui-kitten/issues/1725) +* fix: ViewPager docs ([3e155d8](https://github.com/akveo/react-native-ui-kitten/commit/3e155d8)) +* fix: Popover fixes (#1727, #1723) ([d59fb29](https://github.com/akveo/react-native-ui-kitten/commit/d59fb29)), closes [#1727](https://github.com/akveo/react-native-ui-kitten/issues/1727) [#1723](https://github.com/akveo/react-native-ui-kitten/issues/1723) + + + ## 5.3.0 (2023-04-14) * release: v5.2.0 (#1715) ([ef892df](https://github.com/akveo/react-native-ui-kitten/commit/ef892df)), closes [#1715](https://github.com/akveo/react-native-ui-kitten/issues/1715) diff --git a/package.json b/package.json index cb53a50ba..2010578ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui-kitten", - "version": "5.3.0", + "version": "5.3.1", "private": true, "license": "MIT", "author": "akveo ", @@ -73,4 +73,4 @@ "resolutions": { "@types/react": "^18.0.17" } -} +} \ No newline at end of file diff --git a/src/components/package.json b/src/components/package.json index e97172656..418a2683d 100644 --- a/src/components/package.json +++ b/src/components/package.json @@ -1,7 +1,7 @@ { "name": "@ui-kitten/components", "description": "React Native components based on Eva Design System", - "version": "5.3.0", + "version": "5.3.1", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -30,4 +30,4 @@ "peerDependencies": { "react-native-svg": "*" } -} +} \ No newline at end of file diff --git a/src/date-fns/package.json b/src/date-fns/package.json index 7c7918ed6..0ed7e44d8 100644 --- a/src/date-fns/package.json +++ b/src/date-fns/package.json @@ -1,7 +1,7 @@ { "name": "@ui-kitten/date-fns", "description": "date-fns services for UI Kitten", - "version": "5.3.0", + "version": "5.3.1", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -24,7 +24,7 @@ "date-fns": "2" }, "peerDependencies": { - "@ui-kitten/components": "5.3.0", + "@ui-kitten/components": "5.3.1", "date-fns": "^1.30.1" }, "sideEffects": false diff --git a/src/eva-icons/package.json b/src/eva-icons/package.json index e3efa00eb..d669ca806 100644 --- a/src/eva-icons/package.json +++ b/src/eva-icons/package.json @@ -1,7 +1,7 @@ { "name": "@ui-kitten/eva-icons", "description": "Eva Icons for React Native", - "version": "5.3.0", + "version": "5.3.1", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -24,7 +24,7 @@ "react-native-eva-icons": "^1.3.1" }, "peerDependencies": { - "@ui-kitten/components": "5.3.0", + "@ui-kitten/components": "5.3.1", "react-native-svg": "*" }, "sideEffects": false diff --git a/src/metro-config/package.json b/src/metro-config/package.json index 6e05a78fc..2d45cc511 100644 --- a/src/metro-config/package.json +++ b/src/metro-config/package.json @@ -1,7 +1,7 @@ { "name": "@ui-kitten/metro-config", "description": "UI Kitten config for Metro Bundler", - "version": "5.3.0", + "version": "5.3.1", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -29,4 +29,4 @@ "peerDependencies": { "metro-config": "*" } -} +} \ No newline at end of file diff --git a/src/moment/package.json b/src/moment/package.json index 09fb00824..544d6d02d 100644 --- a/src/moment/package.json +++ b/src/moment/package.json @@ -1,7 +1,7 @@ { "name": "@ui-kitten/moment", "description": "moment.js services for UI Kitten", - "version": "5.3.0", + "version": "5.3.1", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -24,7 +24,7 @@ "moment": "^2.24.0" }, "peerDependencies": { - "@ui-kitten/components": "5.3.0", + "@ui-kitten/components": "5.3.1", "moment": "^2.24.0" }, "sideEffects": false diff --git a/src/template-js/package.json b/src/template-js/package.json index 69acb36c6..0a7e1e5b4 100644 --- a/src/template-js/package.json +++ b/src/template-js/package.json @@ -1,7 +1,7 @@ { "name": "@ui-kitten/template-js", "description": "React Native template project with UI Kitten", - "version": "5.3.0", + "version": "5.3.1", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", diff --git a/src/template-js/template/package.json b/src/template-js/template/package.json index 0bcfe4650..bf2564144 100644 --- a/src/template-js/template/package.json +++ b/src/template-js/template/package.json @@ -13,9 +13,9 @@ "react": "18.1.0", "react-native": "0.70.6", "@eva-design/eva": "^2.2.0", - "@ui-kitten/components": "5.3.0", - "@ui-kitten/eva-icons": "5.3.0", - "@ui-kitten/metro-config": "5.3.0", + "@ui-kitten/components": "5.3.1", + "@ui-kitten/eva-icons": "5.3.1", + "@ui-kitten/metro-config": "5.3.1", "react-native-svg": "^12.1.1" }, "devDependencies": { @@ -31,4 +31,4 @@ "jest": { "preset": "react-native" } -} +} \ No newline at end of file diff --git a/src/template-ts/package.json b/src/template-ts/package.json index bcaf442a6..f562199a7 100644 --- a/src/template-ts/package.json +++ b/src/template-ts/package.json @@ -1,7 +1,7 @@ { "name": "@ui-kitten/template-ts", "description": "React Native template project with UI Kitten and TypeScript", - "version": "5.3.0", + "version": "5.3.1", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", diff --git a/src/template-ts/template/package.json b/src/template-ts/template/package.json index 120770b89..dfdab73ce 100644 --- a/src/template-ts/template/package.json +++ b/src/template-ts/template/package.json @@ -13,9 +13,9 @@ "react": "18.1.0", "react-native": "0.70.6", "@eva-design/eva": "^2.2.0", - "@ui-kitten/components": "5.3.0", - "@ui-kitten/eva-icons": "5.3.0", - "@ui-kitten/metro-config": "5.3.0", + "@ui-kitten/components": "5.3.1", + "@ui-kitten/eva-icons": "5.3.1", + "@ui-kitten/metro-config": "5.3.1", "react-native-svg": "^12.1.1" }, "devDependencies": { @@ -47,4 +47,4 @@ "node" ] } -} +} \ No newline at end of file