Skip to content

Commit

Permalink
release: v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored Dec 4, 2019
1 parent 980414b commit 79cc057
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 19 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>4.3.1 (2019-12-04)</small>

* fix: typescript build issues ([980414b](https://github.com/akveo/react-native-ui-kitten/commit/980414b))



## 4.3.0 (2019-12-04)

* chore: rename main package to @ui-kitten/components ([b6cf0b9](https://github.com/akveo/react-native-ui-kitten/commit/b6cf0b9))
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.3.0",
"version": "4.3.1",
"private": true,
"license": "MIT",
"author": "akveo <[email protected]>",
Expand Down Expand Up @@ -64,4 +64,4 @@
"react-native": "~0.59.10",
"react-native-svg": "~9.9.5"
}
}
}
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.3.0",
"version": "4.3.1",
"author": "akveo <[email protected]>",
"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.3.0",
"version": "4.3.1",
"author": "akveo <[email protected]>",
"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.3.0",
"@ui-kitten/components": "4.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": "4.3.0",
"version": "4.3.1",
"author": "akveo <[email protected]>",
"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.3.0",
"@ui-kitten/components": "4.3.1",
"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.3.0",
"version": "4.3.1",
"author": "akveo <[email protected]>",
"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.3.0",
"@ui-kitten/components": "4.3.1",
"moment": "^2.24.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion src/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui-kitten/playground",
"version": "4.3.0",
"version": "4.3.1",
"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.3.0",
"version": "4.3.1",
"author": "akveo <[email protected]>",
"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.0",
"@ui-kitten/components": "4.3.0",
"@ui-kitten/eva-icons": "4.3.0",
"@ui-kitten/components": "4.3.1",
"@ui-kitten/eva-icons": "4.3.1",
"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.3.0",
"version": "4.3.1",
"author": "akveo <[email protected]>",
"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.0",
"@ui-kitten/components": "4.3.0",
"@ui-kitten/eva-icons": "4.3.0",
"@ui-kitten/components": "4.3.1",
"@ui-kitten/eva-icons": "4.3.1",
"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 79cc057

Please sign in to comment.