@aws-amplify/datastore 3.10.1-unstable.9 → 3.11.0

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 +18 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.11.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.10.0...@aws-amplify/datastore@3.11.0) (2022-05-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * add newly created models to IDB during migration ([#9754](https://github.com/aws-amplify/amplify-js/issues/9754)) ([58d7e00](https://github.com/aws-amplify/amplify-js/commit/58d7e003463e1cabe3a4bb5601a2cdf11736150d))
12
+ * **@aws-amplify/datastore-storage-adapter:** SQLite adapter NULL handling and mutation queue management bugs ([#9813](https://github.com/aws-amplify/amplify-js/issues/9813)) ([fe691fd](https://github.com/aws-amplify/amplify-js/commit/fe691fd4f67adc6ac973dd12ca056563d0720d69))
13
+
14
+
15
+ ### Features
16
+
17
+ * clear DataStore without first starting ([#9768](https://github.com/aws-amplify/amplify-js/issues/9768)) ([38bdabd](https://github.com/aws-amplify/amplify-js/commit/38bdabd5408e03595a90d673bbffd963cf432daa))
18
+ * rework error handler ([#9861](https://github.com/aws-amplify/amplify-js/issues/9861)) ([6ae8d10](https://github.com/aws-amplify/amplify-js/commit/6ae8d10569abf24559436a46e1723825e6472489))
19
+
20
+
21
+
22
+
23
+
6
24
  # [3.10.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.9.0...@aws-amplify/datastore@3.10.0) (2022-04-14)
7
25
 
8
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/datastore",
3
- "version": "3.10.1-unstable.9+cb245afe5",
3
+ "version": "3.11.0",
4
4
  "description": "AppSyncLocal support for aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -48,11 +48,11 @@
48
48
  "fake-indexeddb": "3.0.0"
49
49
  },
50
50
  "dependencies": {
51
- "@aws-amplify/api": "4.0.39-unstable.9+cb245afe5",
52
- "@aws-amplify/auth": "4.5.3-unstable.9+cb245afe5",
53
- "@aws-amplify/core": "4.5.3-unstable.9+cb245afe5",
54
- "@aws-amplify/pubsub": "4.3.3-unstable.9+cb245afe5",
55
- "amazon-cognito-identity-js": "5.2.9-unstable.44+cb245afe5",
51
+ "@aws-amplify/api": "4.0.39",
52
+ "@aws-amplify/auth": "4.5.3",
53
+ "@aws-amplify/core": "4.5.3",
54
+ "@aws-amplify/pubsub": "4.4.0",
55
+ "amazon-cognito-identity-js": "5.2.8",
56
56
  "idb": "5.0.6",
57
57
  "immer": "9.0.6",
58
58
  "ulid": "2.3.0",
@@ -111,5 +111,5 @@
111
111
  "lib-esm"
112
112
  ]
113
113
  },
114
- "gitHead": "cb245afe58592829586b8cac8e4891eecc17bdd4"
114
+ "gitHead": "ce9c595fb317302fe7988f6be9c63adae1e12fd4"
115
115
  }