Skip to content

Commit

Permalink
release:v5.1.1 (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
malashkevich authored Jul 20, 2021
1 parent 77c9f6e commit 372dcb9
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 19 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## <small>5.1.1 (2021-07-19)</small>

### :rocket: Highlights:
* Added testID prop for components (#1444) ([83c75b0](https://github.com/akveo/react-native-ui-kitten/commit/83c75b0)), closes [#1444](https://github.com/akveo/react-native-ui-kitten/issues/1444)
* Improved Autocomplete. Now no need to double-click to select item from the list (#1423) ([af715a9](https://github.com/akveo/react-native-ui-kitten/commit/af715a9)), closes [#1423](https://github.com/akveo/react-native-ui-kitten/issues/1423)
* Documentation fixes and corrections


### :rocket: Features
* Add support for disabling custom mapping file watcher ([a985f07](https://github.com/akveo/react-native-ui-kitten/commit/a985f07))

### :bug: Bug Fixes
* **TabIndicator**: Now there is ability to change color and other styles without changing active tab ([123eb2b](https://github.com/akveo/react-native-ui-kitten/commit/123eb2b))
* **Icon**: Fixed warning does not recognize the animationConfig ([2624267](https://github.com/akveo/react-native-ui-kitten/commit/2624267)), closes [#1432](https://github.com/akveo/react-native-ui-kitten/issues/1432)
* **List**: Add forward ItemT to React's ListProps ([bdf41d3](https://github.com/akveo/react-native-ui-kitten/commit/bdf41d3)), closes [#1430](https://github.com/akveo/react-native-ui-kitten/issues/1430)
* **Modal**: Remove warning during state update. ([273746a](https://github.com/akveo/react-native-ui-kitten/commit/273746a)), closes [#1448](https://github.com/akveo/react-native-ui-kitten/issues/1448)
* Update eva packages to v2.1.1 (#1481) ([05eb9a2](https://github.com/akveo/react-native-ui-kitten/commit/05eb9a2)), closes [#1481](https://github.com/akveo/react-native-ui-kitten/issues/1481)
* Update react-native-svg peer version (#1460) ([32a0882](https://github.com/akveo/react-native-ui-kitten/commit/32a0882)), closes [#1460](https://github.com/akveo/react-native-ui-kitten/issues/1460)

## 5.1.0 (2021-04-16)

### :rocket: Highlights:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-kitten",
"version": "5.1.0",
"version": "5.1.1",
"private": true,
"license": "MIT",
"author": "akveo <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.1.0",
"version": "5.1.1",
"author": "akveo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand Down
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": "5.1.0",
"version": "5.1.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": "2"
},
"peerDependencies": {
"@ui-kitten/components": "5.1.0",
"@ui-kitten/components": "5.1.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": "5.1.0",
"version": "5.1.1",
"author": "akveo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -24,7 +24,7 @@
"react-native-eva-icons": "^1.3.1"
},
"peerDependencies": {
"@ui-kitten/components": "5.1.0",
"@ui-kitten/components": "5.1.1",
"react-native-svg": "*"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion src/metro-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/metro-config",
"description": "UI Kitten config for Metro Bundler",
"version": "5.1.0",
"version": "5.1.1",
"author": "akveo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
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": "5.1.0",
"version": "5.1.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": "5.1.0",
"@ui-kitten/components": "5.1.1",
"moment": "^2.24.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion src/template-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"publishConfig": {
"access": "public"
}
}
}
8 changes: 4 additions & 4 deletions src/template-js/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"react": "17.0.1",
"react-native": "0.64.1",
"@eva-design/eva": "^2.1.0",
"@ui-kitten/components": "^5.1.0",
"@ui-kitten/eva-icons": "^5.1.0",
"@ui-kitten/metro-config": "^5.1.0",
"@ui-kitten/components": "5.1.1",
"@ui-kitten/eva-icons": "5.1.1",
"@ui-kitten/metro-config": "5.1.1",
"react-native-svg": "^12.1.1"
},
"devDependencies": {
Expand All @@ -31,4 +31,4 @@
"jest": {
"preset": "react-native"
}
}
}
2 changes: 1 addition & 1 deletion src/template-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"publishConfig": {
"access": "public"
}
}
}
8 changes: 4 additions & 4 deletions src/template-ts/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"react": "17.0.1",
"react-native": "0.64.1",
"@eva-design/eva": "^2.1.0",
"@ui-kitten/components": "^5.1.0",
"@ui-kitten/eva-icons": "^5.1.0",
"@ui-kitten/metro-config": "^5.1.0",
"@ui-kitten/components": "5.1.1",
"@ui-kitten/eva-icons": "5.1.1",
"@ui-kitten/metro-config": "5.1.1",
"react-native-svg": "^12.1.1"
},
"devDependencies": {
Expand Down Expand Up @@ -46,4 +46,4 @@
"node"
]
}
}
}

0 comments on commit 372dcb9

Please sign in to comment.