Skip to content

Commit b095d9f

Browse files
authored
release: v4.4.0-beta.3
1 parent 705dc97 commit b095d9f

File tree

11 files changed

+31
-19
lines changed

11 files changed

+31
-19
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 4.4.0-beta.3 (2020-01-21)
2+
3+
### :star: Highlights
4+
5+
Rethinking useStyleSheet hook and improvements [#517](https://github.com/akveo/react-native-ui-kitten/issues/517#issuecomment-576569359)
6+
7+
* 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))
8+
* **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))
9+
* **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))
10+
11+
12+
113
## 4.4.0-beta.2 (2020-01-16)
214

315
### :star: Highlights

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-kitten",
3-
"version": "4.4.0-beta.2",
3+
"version": "4.4.0-beta.3",
44
"private": true,
55
"license": "MIT",
66
"author": "akveo <[email protected]>",
@@ -64,4 +64,4 @@
6464
"react-native": "~0.61.4",
6565
"react-native-svg": "~9.13.3"
6666
}
67-
}
67+
}

Diff for: src/components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/components",
33
"description": "React Native components based on Eva Design System",
4-
"version": "4.4.0-beta.2",
4+
"version": "4.4.0-beta.3",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
@@ -30,4 +30,4 @@
3030
"peerDependencies": {
3131
"react-native-svg": "^9.4.0"
3232
}
33-
}
33+
}

Diff for: src/date-fns/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/date-fns",
33
"description": "date-fns services for UI Kitten",
4-
"version": "4.4.0-beta.2",
4+
"version": "4.4.0-beta.3",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
@@ -24,7 +24,7 @@
2424
"date-fns": "^1.30.1"
2525
},
2626
"peerDependencies": {
27-
"@ui-kitten/components": "4.4.0-beta.2",
27+
"@ui-kitten/components": "4.4.0-beta.3",
2828
"date-fns": "^1.30.1"
2929
},
3030
"sideEffects": false

Diff for: src/eva-icons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/eva-icons",
33
"description": "Eva Icons for React Native",
4-
"version": "4.4.0-beta.2",
4+
"version": "4.4.0-beta.3",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
@@ -27,7 +27,7 @@
2727
"react-native-svg": "^9.4.0"
2828
},
2929
"peerDependencies": {
30-
"@ui-kitten/components": "4.4.0-beta.2",
30+
"@ui-kitten/components": "4.4.0-beta.3",
3131
"react-native-svg": "^9.4.0"
3232
},
3333
"sideEffects": false

Diff for: src/moment/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/moment",
33
"description": "moment.js services for UI Kitten",
4-
"version": "4.4.0-beta.2",
4+
"version": "4.4.0-beta.3",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
@@ -24,7 +24,7 @@
2424
"moment": "^2.24.0"
2525
},
2626
"peerDependencies": {
27-
"@ui-kitten/components": "4.4.0-beta.2",
27+
"@ui-kitten/components": "4.4.0-beta.3",
2828
"moment": "^2.24.0"
2929
},
3030
"sideEffects": false

Diff for: src/showcases/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kitten/showcases",
3-
"version": "4.4.0-beta.2",
3+
"version": "4.4.0-beta.3",
44
"private": true,
55
"workspaces": {
66
"nohoist": [

Diff for: src/template-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/template-js",
33
"description": "React Native template project with UI Kitten",
4-
"version": "4.4.0-beta.2",
4+
"version": "4.4.0-beta.3",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",

Diff for: src/template-js/template/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@eva-design/eva": "^1.3.2",
14-
"@ui-kitten/components": "4.4.0-beta.2",
15-
"@ui-kitten/eva-icons": "4.4.0-beta.2",
14+
"@ui-kitten/components": "4.4.0-beta.3",
15+
"@ui-kitten/eva-icons": "4.4.0-beta.3",
1616
"react": "16.9.0",
1717
"react-native": "0.61.5",
1818
"react-native-svg": "^9.13.3"
@@ -30,4 +30,4 @@
3030
"preset": "react-native",
3131
"transformIgnorePatterns": []
3232
}
33-
}
33+
}

Diff for: src/template-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/template-ts",
33
"description": "React Native template project with UI Kitten and TypeScript",
4-
"version": "4.4.0-beta.2",
4+
"version": "4.4.0-beta.3",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",

Diff for: src/template-ts/template/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@eva-design/eva": "^1.3.2",
14-
"@ui-kitten/components": "4.4.0-beta.2",
15-
"@ui-kitten/eva-icons": "4.4.0-beta.2",
14+
"@ui-kitten/components": "4.4.0-beta.3",
15+
"@ui-kitten/eva-icons": "4.4.0-beta.3",
1616
"react": "16.9.0",
1717
"react-native": "0.61.5",
1818
"react-native-svg": "^9.13.3"
@@ -42,4 +42,4 @@
4242
"node"
4343
]
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)