diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2b9ecb9..4580a4aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 4.4.0-beta.3 (2020-01-21) + +### :star: Highlights + +Rethinking useStyleSheet hook and improvements [#517](https://github.com/akveo/react-native-ui-kitten/issues/517#issuecomment-576569359) + +* Add ability to specify date format in Calendar and Datepicker components ([#815](https://github.com/akveo/react-native-ui-kitten/issues/815)) ([705dc97](https://github.com/akveo/react-native-ui-kitten/commit/705dc97)) +* **Select**: Fix props mutation issue and update strategies ([#804](https://github.com/akveo/react-native-ui-kitten/issues/804)) ([de531b9](https://github.com/akveo/react-native-ui-kitten/commit/de531b9)) +* **BREAKING CHANGE**: useStyleSheet hook was reimplemented due to not following Rules of Hooks([#831](https://github.com/akveo/react-native-ui-kitten/issues/831)) ([8b33c91](https://github.com/akveo/react-native-ui-kitten/commit/8b33c91)) + + + ## 4.4.0-beta.2 (2020-01-16) ### :star: Highlights diff --git a/package.json b/package.json index f982899ad..cf5f21640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui-kitten", - "version": "4.4.0-beta.2", + "version": "4.4.0-beta.3", "private": true, "license": "MIT", "author": "akveo ", @@ -64,4 +64,4 @@ "react-native": "~0.61.4", "react-native-svg": "~9.13.3" } -} +} \ No newline at end of file diff --git a/src/components/package.json b/src/components/package.json index abcb409b5..d8f779c50 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": "4.4.0-beta.2", + "version": "4.4.0-beta.3", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -30,4 +30,4 @@ "peerDependencies": { "react-native-svg": "^9.4.0" } -} +} \ No newline at end of file diff --git a/src/date-fns/package.json b/src/date-fns/package.json index 24f0e4e16..9c5acf79c 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": "4.4.0-beta.2", + "version": "4.4.0-beta.3", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -24,7 +24,7 @@ "date-fns": "^1.30.1" }, "peerDependencies": { - "@ui-kitten/components": "4.4.0-beta.2", + "@ui-kitten/components": "4.4.0-beta.3", "date-fns": "^1.30.1" }, "sideEffects": false diff --git a/src/eva-icons/package.json b/src/eva-icons/package.json index bcefc7519..39f73f904 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": "4.4.0-beta.2", + "version": "4.4.0-beta.3", "author": "akveo ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -27,7 +27,7 @@ "react-native-svg": "^9.4.0" }, "peerDependencies": { - "@ui-kitten/components": "4.4.0-beta.2", + "@ui-kitten/components": "4.4.0-beta.3", "react-native-svg": "^9.4.0" }, "sideEffects": false diff --git a/src/moment/package.json b/src/moment/package.json index 69181c6cc..7c2f2637e 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": "4.4.0-beta.2", + "version": "4.4.0-beta.3", "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": "4.4.0-beta.2", + "@ui-kitten/components": "4.4.0-beta.3", "moment": "^2.24.0" }, "sideEffects": false diff --git a/src/showcases/package.json b/src/showcases/package.json index c7bb551bd..c27e6828d 100644 --- a/src/showcases/package.json +++ b/src/showcases/package.json @@ -1,6 +1,6 @@ { "name": "@ui-kitten/showcases", - "version": "4.4.0-beta.2", + "version": "4.4.0-beta.3", "private": true, "workspaces": { "nohoist": [ diff --git a/src/template-js/package.json b/src/template-js/package.json index eb0dbbb0e..f1c0682e4 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": "4.4.0-beta.2", + "version": "4.4.0-beta.3", "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 2867e066d..dbefe6986 100644 --- a/src/template-js/template/package.json +++ b/src/template-js/template/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@eva-design/eva": "^1.3.2", - "@ui-kitten/components": "4.4.0-beta.2", - "@ui-kitten/eva-icons": "4.4.0-beta.2", + "@ui-kitten/components": "4.4.0-beta.3", + "@ui-kitten/eva-icons": "4.4.0-beta.3", "react": "16.9.0", "react-native": "0.61.5", "react-native-svg": "^9.13.3" @@ -30,4 +30,4 @@ "preset": "react-native", "transformIgnorePatterns": [] } -} +} \ No newline at end of file diff --git a/src/template-ts/package.json b/src/template-ts/package.json index 617c23967..4068a7b63 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": "4.4.0-beta.2", + "version": "4.4.0-beta.3", "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 2d66f9939..ab7a809dd 100644 --- a/src/template-ts/template/package.json +++ b/src/template-ts/template/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@eva-design/eva": "^1.3.2", - "@ui-kitten/components": "4.4.0-beta.2", - "@ui-kitten/eva-icons": "4.4.0-beta.2", + "@ui-kitten/components": "4.4.0-beta.3", + "@ui-kitten/eva-icons": "4.4.0-beta.3", "react": "16.9.0", "react-native": "0.61.5", "react-native-svg": "^9.13.3" @@ -42,4 +42,4 @@ "node" ] } -} +} \ No newline at end of file