@aws-amplify/ui-react-native 0.0.0-react-v4-next-d045207-20230811190134 → 0.0.0-react-v4-next-e3ffde5-20230811190323

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 +4 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @aws-amplify/ui-react-native
2
2
 
3
- ## 0.0.0-react-v4-next-d045207-20230811190134
3
+ ## 0.0.0-react-v4-next-e3ffde5-20230811190323
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Version bump for all public packages
8
8
 
9
9
  - Updated dependencies []:
10
- - @aws-amplify/ui@0.0.0-react-v4-next-d045207-20230811190134
11
- - @aws-amplify/ui-react-core@0.0.0-react-v4-next-d045207-20230811190134
12
- - @aws-amplify/ui-react-core-notifications@0.0.0-react-v4-next-d045207-20230811190134
10
+ - @aws-amplify/ui@0.0.0-react-v4-next-e3ffde5-20230811190323
11
+ - @aws-amplify/ui-react-core@0.0.0-react-v4-next-e3ffde5-20230811190323
12
+ - @aws-amplify/ui-react-core-notifications@0.0.0-react-v4-next-e3ffde5-20230811190323
13
13
 
14
14
  ## 1.2.18
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-native",
3
- "version": "0.0.0-react-v4-next-d045207-20230811190134",
3
+ "version": "0.0.0-react-v4-next-e3ffde5-20230811190323",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -37,9 +37,9 @@
37
37
  "rimraf": "^3.0.2"
38
38
  },
39
39
  "dependencies": {
40
- "@aws-amplify/ui": "0.0.0-react-v4-next-d045207-20230811190134",
41
- "@aws-amplify/ui-react-core": "0.0.0-react-v4-next-d045207-20230811190134",
42
- "@aws-amplify/ui-react-core-notifications": "0.0.0-react-v4-next-d045207-20230811190134"
40
+ "@aws-amplify/ui": "0.0.0-react-v4-next-e3ffde5-20230811190323",
41
+ "@aws-amplify/ui-react-core": "0.0.0-react-v4-next-e3ffde5-20230811190323",
42
+ "@aws-amplify/ui-react-core-notifications": "0.0.0-react-v4-next-e3ffde5-20230811190323"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "aws-amplify": ">= 5.0.1",