Skip to content

Commit

Permalink
release: v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Yorsh authored and malashkevich committed Jun 28, 2019
1 parent f6395ed commit 1109996
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 75 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## <small>4.0.4 (2019-06-27)</small>

* fix(docs): toggle docs fix ([84246ef](https://github.com/akveo/react-native-ui-kitten/commit/84246ef))
* fix(readme): missing tag add ([3fd790c](https://github.com/akveo/react-native-ui-kitten/commit/3fd790c))
* fix(ui): add input api methods ([f6395ed](https://github.com/akveo/react-native-ui-kitten/commit/f6395ed))
* fix(ui): checkbox - usage docs ([5234f85](https://github.com/akveo/react-native-ui-kitten/commit/5234f85))
* build(common): typescript common issues ([fb4d6ff](https://github.com/akveo/react-native-ui-kitten/commit/fb4d6ff))



## <small>4.0.3 (2019-06-21)</small>

* build: fix typescript build errors ([0d0a784](https://github.com/akveo/react-native-ui-kitten/commit/0d0a784))
Expand Down
2 changes: 1 addition & 1 deletion 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.0.3",
"version": "4.0.4",
"license": "MIT",
"author": "akveo <[email protected]>",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
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.0.3",
"version": "4.0.4",
"license": "MIT",
"author": "akveo <[email protected]>",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down
116 changes: 44 additions & 72 deletions src/playground/package-lock.json

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

0 comments on commit 1109996

Please sign in to comment.