Skip to content

Commit

Permalink
release: v4.4.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh committed Jan 22, 2020
1 parent 705dc97 commit b095d9f
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 19 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "4.4.0-beta.2",
"version": "4.4.0-beta.3",
"private": true,
"license": "MIT",
"author": "akveo <contact@akveo.com>",
Expand Down Expand Up @@ -64,4 +64,4 @@
"react-native": "~0.61.4",
"react-native-svg": "~9.13.3"
}
}
}
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": "4.4.0-beta.2",
"version": "4.4.0-beta.3",
"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": "^9.4.0"
}
}
}
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": "4.4.0-beta.2",
"version": "4.4.0-beta.3",
"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": "^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
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": "4.4.0-beta.2",
"version": "4.4.0-beta.3",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -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
Expand Down
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": "4.4.0-beta.2",
"version": "4.4.0-beta.3",
"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": "4.4.0-beta.2",
"@ui-kitten/components": "4.4.0-beta.3",
"moment": "^2.24.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion src/showcases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui-kitten/showcases",
"version": "4.4.0-beta.2",
"version": "4.4.0-beta.3",
"private": true,
"workspaces": {
"nohoist": [
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": "4.4.0-beta.2",
"version": "4.4.0-beta.3",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down
6 changes: 3 additions & 3 deletions src/template-js/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -30,4 +30,4 @@
"preset": "react-native",
"transformIgnorePatterns": []
}
}
}
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": "4.4.0-beta.2",
"version": "4.4.0-beta.3",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down
6 changes: 3 additions & 3 deletions src/template-ts/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -42,4 +42,4 @@
"node"
]
}
}
}

0 comments on commit b095d9f

Please sign in to comment.