Skip to content

Commit 187b5bc

Browse files
authored
release: v4.4.0-beta.1
1 parent 73119d3 commit 187b5bc

File tree

13 files changed

+933
-468
lines changed

13 files changed

+933
-468
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 4.4.0-beta.1 (2020-01-03)
2+
3+
### :star: Highlights
4+
5+
Autocomplete component and Hooks [#517](https://github.com/akveo/react-native-ui-kitten/issues/517#issuecomment-565398953)
6+
7+
### :rocket: Features
8+
9+
* **Autocomplete**: new UI Kitten component ([#750](https://github.com/akveo/react-native-ui-kitten/issues/750)) ([fd63d7b](https://github.com/akveo/react-native-ui-kitten/commit/fd63d7b))
10+
* **Styling & Theming**: add useTheme and useStyleSheet hooks ([#676](https://github.com/akveo/react-native-ui-kitten/issues/676)), ([#752](https://github.com/akveo/react-native-ui-kitten/issues/752)) ([67a8f8f](https://github.com/akveo/react-native-ui-kitten/commit/67a8f8f))
11+
12+
113
## <small>4.3.2 (2019-12-13)</small>
214

315
### :star: Highlights

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-kitten",
3-
"version": "4.3.2",
3+
"version": "4.4.0-beta.1",
44
"private": true,
55
"license": "MIT",
66
"author": "akveo <[email protected]>",

Diff for: scripts/parse-docs.ts

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function createDocsJson(): NodeJS.Process {
4545
excludeExternals: true,
4646
exclude: './node_modules/**/*',
4747
json: './docs/docs.json',
48+
ignoreCompilerErrors: true,
4849
}));
4950
}
5051

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.3.2",
4+
"version": "4.4.0-beta.1",
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.3.2",
4+
"version": "4.4.0-beta.1",
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.3.2",
27+
"@ui-kitten/components": "4.4.0-beta.1",
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.3.2",
4+
"version": "4.4.0-beta.1",
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.3.2",
30+
"@ui-kitten/components": "4.4.0-beta.1",
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.3.2",
4+
"version": "4.4.0-beta.1",
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.3.2",
27+
"@ui-kitten/components": "4.4.0-beta.1",
2828
"moment": "^2.24.0"
2929
},
3030
"sideEffects": false

Diff for: src/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kitten/playground",
3-
"version": "4.3.2",
3+
"version": "4.4.0-beta.1",
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.3.2",
4+
"version": "4.4.0-beta.1",
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.1",
14-
"@ui-kitten/components": "4.3.2",
15-
"@ui-kitten/eva-icons": "4.3.2",
14+
"@ui-kitten/components": "4.4.0-beta.1",
15+
"@ui-kitten/eva-icons": "4.4.0-beta.1",
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.3.2",
4+
"version": "4.4.0-beta.1",
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.1",
14-
"@ui-kitten/components": "4.3.2",
15-
"@ui-kitten/eva-icons": "4.3.2",
14+
"@ui-kitten/components": "4.4.0-beta.1",
15+
"@ui-kitten/eva-icons": "4.4.0-beta.1",
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)