@aws-amplify/ui-react-native 0.0.0-next-ef40fcc-20230220175448 → 0.0.0-next-e0ef69a-20230220182201

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @aws-amplify/ui-react-native
2
2
 
3
- ## 0.0.0-next-ef40fcc-20230220175448
3
+ ## 0.0.0-next-e0ef69a-20230220182201
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  - [#3446](https://github.com/aws-amplify/amplify-ui/pull/3446) [`ef40fcc76`](https://github.com/aws-amplify/amplify-ui/commit/ef40fcc7673a1d1ed7c7a006fa34d3d5b029956f) Thanks [@calebpollman](https://github.com/calebpollman)! - refactor(ui-react-native): update default keyboardVerticalOffset handling of RNA DefaultContainer
10
10
 
11
11
  - Updated dependencies []:
12
- - @aws-amplify/ui@0.0.0-next-ef40fcc-20230220175448
13
- - @aws-amplify/ui-react-core@0.0.0-next-ef40fcc-20230220175448
12
+ - @aws-amplify/ui@0.0.0-next-e0ef69a-20230220182201
13
+ - @aws-amplify/ui-react-core@0.0.0-next-e0ef69a-20230220182201
14
14
 
15
15
  ## 1.2.8
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-native",
3
- "version": "0.0.0-next-ef40fcc-20230220175448",
3
+ "version": "0.0.0-next-e0ef69a-20230220182201",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -43,8 +43,8 @@
43
43
  "type-fest": "^2.3.4"
44
44
  },
45
45
  "dependencies": {
46
- "@aws-amplify/ui": "0.0.0-next-ef40fcc-20230220175448",
47
- "@aws-amplify/ui-react-core": "0.0.0-next-ef40fcc-20230220175448"
46
+ "@aws-amplify/ui": "0.0.0-next-e0ef69a-20230220182201",
47
+ "@aws-amplify/ui-react-core": "0.0.0-next-e0ef69a-20230220182201"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "aws-amplify": ">= 5.0.1",