-
Notifications
You must be signed in to change notification settings - Fork 958
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: bump version to 5.3.1 (#1729)
- Loading branch information
1 parent
f053c0d
commit dab41bb
Showing
11 changed files
with
31 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ui-kitten", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "akveo <[email protected]>", | ||
|
@@ -73,4 +73,4 @@ | |
"resolutions": { | ||
"@types/react": "^18.0.17" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3.0", | ||
"version": "5.3.1", | ||
"author": "akveo <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme", | ||
|
@@ -30,4 +30,4 @@ | |
"peerDependencies": { | ||
"react-native-svg": "*" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3.0", | ||
"version": "5.3.1", | ||
"author": "akveo <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme", | ||
|
@@ -24,7 +24,7 @@ | |
"date-fns": "2" | ||
}, | ||
"peerDependencies": { | ||
"@ui-kitten/components": "5.3.0", | ||
"@ui-kitten/components": "5.3.1", | ||
"date-fns": "^1.30.1" | ||
}, | ||
"sideEffects": false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3.0", | ||
"version": "5.3.1", | ||
"author": "akveo <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme", | ||
|
@@ -24,7 +24,7 @@ | |
"react-native-eva-icons": "^1.3.1" | ||
}, | ||
"peerDependencies": { | ||
"@ui-kitten/components": "5.3.0", | ||
"@ui-kitten/components": "5.3.1", | ||
"react-native-svg": "*" | ||
}, | ||
"sideEffects": false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3.0", | ||
"version": "5.3.1", | ||
"author": "akveo <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme", | ||
|
@@ -29,4 +29,4 @@ | |
"peerDependencies": { | ||
"metro-config": "*" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3.0", | ||
"version": "5.3.1", | ||
"author": "akveo <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme", | ||
|
@@ -24,7 +24,7 @@ | |
"moment": "^2.24.0" | ||
}, | ||
"peerDependencies": { | ||
"@ui-kitten/components": "5.3.0", | ||
"@ui-kitten/components": "5.3.1", | ||
"moment": "^2.24.0" | ||
}, | ||
"sideEffects": false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "5.3.0", | ||
"version": "5.3.1", | ||
"author": "akveo <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "5.3.0", | ||
"version": "5.3.1", | ||
"author": "akveo <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters