@aws-amplify/ui-react-native 0.0.0-next-e4bf312-20230719202302 → 0.0.0-next-bf92fea-20230720000324

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @aws-amplify/ui-react-native
2
2
 
3
- ## 0.0.0-next-e4bf312-20230719202302
3
+ ## 0.0.0-next-bf92fea-20230720000324
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -43,10 +43,10 @@
43
43
 
44
44
  - [#4239](https://github.com/aws-amplify/amplify-ui/pull/4239) [`30e0fce43`](https://github.com/aws-amplify/amplify-ui/commit/30e0fce430cbab200f572205b5c5ce6ff618972c) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - fix(react-native): fix the theme components type
45
45
 
46
- - Updated dependencies [[`78fdfd6c8`](https://github.com/aws-amplify/amplify-ui/commit/78fdfd6c8268c56204f905402162ad8cb40a0c8e), [`d3ee05415`](https://github.com/aws-amplify/amplify-ui/commit/d3ee054159e1de81861bcd9273be9b1c87924cf4), [`165a8abbd`](https://github.com/aws-amplify/amplify-ui/commit/165a8abbda8aa3e95fb9466fc60f8694c646d5bc), [`13098b36a`](https://github.com/aws-amplify/amplify-ui/commit/13098b36a75452d839955d141bd25f57538b1a22), [`37e490d39`](https://github.com/aws-amplify/amplify-ui/commit/37e490d3997a1dc55e2998c277790945921e6dc3), [`6d14bf3f3`](https://github.com/aws-amplify/amplify-ui/commit/6d14bf3f386523bacd6832e56cc5903f644da88e)]:
47
- - @aws-amplify/ui@0.0.0-next-e4bf312-20230719202302
48
- - @aws-amplify/ui-react-core@0.0.0-next-e4bf312-20230719202302
49
- - @aws-amplify/ui-react-core-notifications@0.0.0-next-e4bf312-20230719202302
46
+ - Updated dependencies [[`78fdfd6c8`](https://github.com/aws-amplify/amplify-ui/commit/78fdfd6c8268c56204f905402162ad8cb40a0c8e), [`d3ee05415`](https://github.com/aws-amplify/amplify-ui/commit/d3ee054159e1de81861bcd9273be9b1c87924cf4), [`165a8abbd`](https://github.com/aws-amplify/amplify-ui/commit/165a8abbda8aa3e95fb9466fc60f8694c646d5bc), [`13098b36a`](https://github.com/aws-amplify/amplify-ui/commit/13098b36a75452d839955d141bd25f57538b1a22), [`37e490d39`](https://github.com/aws-amplify/amplify-ui/commit/37e490d3997a1dc55e2998c277790945921e6dc3), [`6d14bf3f3`](https://github.com/aws-amplify/amplify-ui/commit/6d14bf3f386523bacd6832e56cc5903f644da88e), [`aea82ff1b`](https://github.com/aws-amplify/amplify-ui/commit/aea82ff1bb6e066ed8b70433f4d72cd34bf0ccae)]:
47
+ - @aws-amplify/ui@0.0.0-next-bf92fea-20230720000324
48
+ - @aws-amplify/ui-react-core@0.0.0-next-bf92fea-20230720000324
49
+ - @aws-amplify/ui-react-core-notifications@0.0.0-next-bf92fea-20230720000324
50
50
 
51
51
  ## 1.2.20
52
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-native",
3
- "version": "0.0.0-next-e4bf312-20230719202302",
3
+ "version": "0.0.0-next-bf92fea-20230720000324",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -38,9 +38,9 @@
38
38
  "rimraf": "^3.0.2"
39
39
  },
40
40
  "dependencies": {
41
- "@aws-amplify/ui": "0.0.0-next-e4bf312-20230719202302",
42
- "@aws-amplify/ui-react-core": "0.0.0-next-e4bf312-20230719202302",
43
- "@aws-amplify/ui-react-core-notifications": "0.0.0-next-e4bf312-20230719202302"
41
+ "@aws-amplify/ui": "0.0.0-next-bf92fea-20230720000324",
42
+ "@aws-amplify/ui-react-core": "0.0.0-next-bf92fea-20230720000324",
43
+ "@aws-amplify/ui-react-core-notifications": "0.0.0-next-bf92fea-20230720000324"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "aws-amplify": ">= 5.0.1",