Skip to content

Commit

Permalink
release: v4.2.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Aug 30, 2019
1 parent 9b6cae6 commit c45b273
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.2.0-beta.1 (2019-08-29)
## 4.2.0-beta.2 (2019-08-30)

* refactor(framework): install-templates functionality return ([8b3642f](https://github.com/akveo/react-native-ui-kitten/commit/8b3642f))
* refactor(ui): bottom-navigation documentation update ([144abb4](https://github.com/akveo/react-native-ui-kitten/commit/144abb4))
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-ui-kitten",
"version": "4.2.0-beta.1",
"version": "4.2.0-beta.2",
"license": "MIT",
"author": "akveo <contact@akveo.com>",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down
4 changes: 2 additions & 2 deletions src/eva-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui-kitten/eva-icons",
"version": "4.2.0-beta.1",
"version": "4.2.0-beta.2",
"description": "@ui-kitten/eva-icons",
"author": "akveo",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"react-native-eva-icons": "1.1.0"
},
"peerDependencies": {
"react-native-ui-kitten": "4.2.0-beta.1",
"react-native-ui-kitten": "4.2.0-beta.2",
"react-native-svg": "^9.4.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion src/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-ui-kitten",
"version": "4.2.0-beta.1",
"version": "4.2.0-beta.2",
"license": "MIT",
"author": "akveo <contact@akveo.com>",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"@eva-design/eva": "^1.1.0-beta.1",
"react-native-ui-kitten": "^4.2.0-beta.1"
"react-native-ui-kitten": "^4.2.0-beta.2"
}
2 changes: 1 addition & 1 deletion src/templates/template-ui-kitten-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-template-ui-kitten-typescript",
"description": "React Native template with UI Kitten and TypeScript",
"version": "4.2.0-beta.1",
"version": "4.2.0-beta.2",
"license": "MIT",
"author": "akveo <contact@akveo.com>",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/template-ui-kitten/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"@eva-design/eva": "^1.1.0-beta.1",
"react-native-ui-kitten": "^4.2.0-beta.1"
"react-native-ui-kitten": "^4.2.0-beta.2"
}
2 changes: 1 addition & 1 deletion src/templates/template-ui-kitten/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-template-ui-kitten",
"description": "React Native template with UI Kitten",
"version": "4.2.0-beta.1",
"version": "4.2.0-beta.2",
"license": "MIT",
"author": "akveo <contact@akveo.com>",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down

0 comments on commit c45b273

Please sign in to comment.