Skip to content

Commit

Permalink
build: bump version to 5.3.1 (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-kozel committed Apr 26, 2023
1 parent f053c0d commit dab41bb
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 22 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## <small>5.3.1 (2023-04-26)</small>

* 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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-kitten",
"version": "5.3.0",
"version": "5.3.1",
"private": true,
"license": "MIT",
"author": "akveo <contact@akveo.com>",
Expand Down Expand Up @@ -73,4 +73,4 @@
"resolutions": {
"@types/react": "^18.0.17"
}
}
}
4 changes: 2 additions & 2 deletions src/components/package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down Expand Up @@ -30,4 +30,4 @@
"peerDependencies": {
"react-native-svg": "*"
}
}
}
4 changes: 2 additions & 2 deletions src/date-fns/package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/eva-icons/package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/metro-config/package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down Expand Up @@ -29,4 +29,4 @@
"peerDependencies": {
"metro-config": "*"
}
}
}
4 changes: 2 additions & 2 deletions src/moment/package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/template-js/package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down
8 changes: 4 additions & 4 deletions src/template-js/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -31,4 +31,4 @@
"jest": {
"preset": "react-native"
}
}
}
2 changes: 1 addition & 1 deletion src/template-ts/package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down
8 changes: 4 additions & 4 deletions src/template-ts/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -47,4 +47,4 @@
"node"
]
}
}
}

0 comments on commit dab41bb

Please sign in to comment.