diff --git a/packages/amazon-cognito-identity-js/CHANGELOG.md b/packages/amazon-cognito-identity-js/CHANGELOG.md
index 090a241d25f..cb511d1f2ea 100644
--- a/packages/amazon-cognito-identity-js/CHANGELOG.md
+++ b/packages/amazon-cognito-identity-js/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [2.0.16-unstable.1](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.15...amazon-cognito-identity-js@2.0.16-unstable.1) (2018-07-19)
+
+
+
+
+**Note:** Version bump only for package amazon-cognito-identity-js
+
## [2.0.16-unstable.0](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.15...amazon-cognito-identity-js@2.0.16-unstable.0) (2018-07-19)
diff --git a/packages/amazon-cognito-identity-js/package.json b/packages/amazon-cognito-identity-js/package.json
index fa419b9d6e7..e3d6b7942e9 100644
--- a/packages/amazon-cognito-identity-js/package.json
+++ b/packages/amazon-cognito-identity-js/package.json
@@ -1,7 +1,7 @@
{
"name": "amazon-cognito-identity-js",
"description": "Amazon Cognito Identity Provider JavaScript SDK",
- "version": "2.0.16-unstable.0",
+ "version": "2.0.16-unstable.1",
"author": {
"name": "Amazon Web Services",
"email": "aws@amazon.com",
diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md
index 78565b34481..7ab1521525f 100644
--- a/packages/analytics/CHANGELOG.md
+++ b/packages/analytics/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.0.2-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.0.1...@aws-amplify/analytics@1.0.2-unstable.0) (2018-07-19)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/analytics
+
## [1.0.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.0.1-unstable.2...@aws-amplify/analytics@1.0.1) (2018-07-18)
diff --git a/packages/analytics/package.json b/packages/analytics/package.json
index a0ea2afcb3b..fbbac1a3461 100644
--- a/packages/analytics/package.json
+++ b/packages/analytics/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/analytics",
- "version": "1.0.1",
+ "version": "1.0.2-unstable.0",
"description": "Analytics category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
@@ -50,8 +50,8 @@
"webpack": "^3.5.5"
},
"dependencies": {
- "@aws-amplify/cache": "^1.0.1",
- "@aws-amplify/core": "^1.0.1",
+ "@aws-amplify/cache": "^1.0.2-unstable.0",
+ "@aws-amplify/core": "^1.0.2-unstable.0",
"aws-sdk": "2.198.0",
"uuid": "^3.2.1"
},
diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md
index 4fd43d62cff..36a3cf3d246 100644
--- a/packages/api/CHANGELOG.md
+++ b/packages/api/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.0.2-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.1...@aws-amplify/api@1.0.2-unstable.1) (2018-07-19)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/api
+
## [1.0.2-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.1...@aws-amplify/api@1.0.2-unstable.0) (2018-07-19)
diff --git a/packages/api/package.json b/packages/api/package.json
index 32810287d45..abfe04558f6 100644
--- a/packages/api/package.json
+++ b/packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
- "version": "1.0.2-unstable.0",
+ "version": "1.0.2-unstable.1",
"description": "Api category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
@@ -50,9 +50,9 @@
"webpack": "^3.5.5"
},
"dependencies": {
- "@aws-amplify/auth": "^1.0.2-unstable.0",
- "@aws-amplify/cache": "^1.0.1",
- "@aws-amplify/core": "^1.0.1",
+ "@aws-amplify/auth": "^1.0.2-unstable.1",
+ "@aws-amplify/cache": "^1.0.2-unstable.0",
+ "@aws-amplify/core": "^1.0.2-unstable.0",
"@types/zen-observable": "^0.5.3",
"axios": "^0.17.0",
"graphql": "0.13.0",
diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md
index e01a30f816c..74efa7b0487 100644
--- a/packages/auth/CHANGELOG.md
+++ b/packages/auth/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.0.2-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.0.1...@aws-amplify/auth@1.0.2-unstable.1) (2018-07-19)
+
+
+### Bug Fixes
+
+* **@aws-amplify/auth:** add try cache for operations of auth storage ([96c100e](https://github.com/aws/aws-amplify/commit/96c100e))
+* **@aws-amplify/core:** add try cache for operations of auth storage ([2bf8364](https://github.com/aws/aws-amplify/commit/2bf8364))
+
+
+
+
## [1.0.2-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.0.1...@aws-amplify/auth@1.0.2-unstable.0) (2018-07-19)
diff --git a/packages/auth/package.json b/packages/auth/package.json
index 416a317f030..fed9cb59903 100644
--- a/packages/auth/package.json
+++ b/packages/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
- "version": "1.0.2-unstable.0",
+ "version": "1.0.2-unstable.1",
"description": "Auth category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
@@ -50,10 +50,10 @@
"webpack": "^3.5.5"
},
"dependencies": {
- "@aws-amplify/cache": "^1.0.1",
- "@aws-amplify/core": "^1.0.1",
+ "@aws-amplify/cache": "^1.0.2-unstable.0",
+ "@aws-amplify/core": "^1.0.2-unstable.0",
"amazon-cognito-auth-js": "^1.1.9",
- "amazon-cognito-identity-js": "^2.0.16-unstable.0"
+ "amazon-cognito-identity-js": "^2.0.16-unstable.1"
},
"jest": {
"transform": {
diff --git a/packages/aws-amplify-react-native/CHANGELOG.md b/packages/aws-amplify-react-native/CHANGELOG.md
index 33e1cc6fb85..fc7f83d0541 100644
--- a/packages/aws-amplify-react-native/CHANGELOG.md
+++ b/packages/aws-amplify-react-native/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.0.2-unstable.1](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@1.0.1...aws-amplify-react-native@1.0.2-unstable.1) (2018-07-19)
+
+
+
+
+**Note:** Version bump only for package aws-amplify-react-native
+
## [1.0.2-unstable.0](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@1.0.1...aws-amplify-react-native@1.0.2-unstable.0) (2018-07-19)
diff --git a/packages/aws-amplify-react-native/package.json b/packages/aws-amplify-react-native/package.json
index 84ee88f6f48..01f2f4a1528 100644
--- a/packages/aws-amplify-react-native/package.json
+++ b/packages/aws-amplify-react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-react-native",
- "version": "1.0.2-unstable.0",
+ "version": "1.0.2-unstable.1",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "dist/index.js",
"scripts": {
@@ -20,7 +20,7 @@
"rimraf": "^2.6.2"
},
"dependencies": {
- "aws-amplify": "^1.0.2-unstable.0",
+ "aws-amplify": "^1.0.2-unstable.1",
"axios": "^0.17.1",
"babel-preset-es2015": "^6.24.1"
},
diff --git a/packages/aws-amplify-react/CHANGELOG.md b/packages/aws-amplify-react/CHANGELOG.md
index 91d6759b6f1..70905c4061f 100644
--- a/packages/aws-amplify-react/CHANGELOG.md
+++ b/packages/aws-amplify-react/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.0.2-unstable.1](https://github.com/aws/aws-amplify/compare/aws-amplify-react@1.0.1...aws-amplify-react@1.0.2-unstable.1) (2018-07-19)
+
+
+
+
+**Note:** Version bump only for package aws-amplify-react
+
## [1.0.2-unstable.0](https://github.com/aws/aws-amplify/compare/aws-amplify-react@1.0.1...aws-amplify-react@1.0.2-unstable.0) (2018-07-19)
diff --git a/packages/aws-amplify-react/package.json b/packages/aws-amplify-react/package.json
index e2f45a60704..5b85ddd5b9b 100644
--- a/packages/aws-amplify-react/package.json
+++ b/packages/aws-amplify-react/package.json
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-react",
- "version": "1.0.2-unstable.0",
+ "version": "1.0.2-unstable.1",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "dist/index.js",
"scripts": {
@@ -51,7 +51,7 @@
}
},
"dependencies": {
- "aws-amplify": "^1.0.2-unstable.0",
+ "aws-amplify": "^1.0.2-unstable.1",
"qrcode.react": "^0.8.0",
"regenerator-runtime": "^0.11.1"
}
diff --git a/packages/aws-amplify/CHANGELOG.md b/packages/aws-amplify/CHANGELOG.md
index 0f0988c35c4..ccdbf27c269 100644
--- a/packages/aws-amplify/CHANGELOG.md
+++ b/packages/aws-amplify/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.0.2-unstable.1](https://github.com/aws/aws-amplify/compare/aws-amplify@1.0.1...aws-amplify@1.0.2-unstable.1) (2018-07-19)
+
+
+
+
+**Note:** Version bump only for package aws-amplify
+
## [1.0.2-unstable.0](https://github.com/aws/aws-amplify/compare/aws-amplify@1.0.1...aws-amplify@1.0.2-unstable.0) (2018-07-19)
diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json
index 35fde648f4d..bd596d10686 100644
--- a/packages/aws-amplify/package.json
+++ b/packages/aws-amplify/package.json
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
- "version": "1.0.2-unstable.0",
+ "version": "1.0.2-unstable.1",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
@@ -47,13 +47,13 @@
"webpack": "^3.5.5"
},
"dependencies": {
- "@aws-amplify/analytics": "^1.0.1",
- "@aws-amplify/api": "^1.0.2-unstable.0",
- "@aws-amplify/auth": "^1.0.2-unstable.0",
- "@aws-amplify/cache": "^1.0.1",
- "@aws-amplify/core": "^1.0.1",
- "@aws-amplify/interactions": "^1.0.1",
- "@aws-amplify/pubsub": "^1.0.1",
- "@aws-amplify/storage": "^1.0.1"
+ "@aws-amplify/analytics": "^1.0.2-unstable.0",
+ "@aws-amplify/api": "^1.0.2-unstable.1",
+ "@aws-amplify/auth": "^1.0.2-unstable.1",
+ "@aws-amplify/cache": "^1.0.2-unstable.0",
+ "@aws-amplify/core": "^1.0.2-unstable.0",
+ "@aws-amplify/interactions": "^1.0.2-unstable.0",
+ "@aws-amplify/pubsub": "^1.0.2-unstable.0",
+ "@aws-amplify/storage": "^1.0.2-unstable.0"
}
}
diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md
index 76dad36a96a..fdc98b5614b 100644
--- a/packages/cache/CHANGELOG.md
+++ b/packages/cache/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.0.2-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/cache@1.0.1...@aws-amplify/cache@1.0.2-unstable.0) (2018-07-19)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/cache
+
## [1.0.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/cache@1.0.1-unstable.2...@aws-amplify/cache@1.0.1) (2018-07-18)
diff --git a/packages/cache/package.json b/packages/cache/package.json
index ca8b2c895e3..404368f03eb 100644
--- a/packages/cache/package.json
+++ b/packages/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/cache",
- "version": "1.0.1",
+ "version": "1.0.2-unstable.0",
"description": "Cache category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
@@ -53,7 +53,7 @@
"webpack": "^3.5.5"
},
"dependencies": {
- "@aws-amplify/core": "^1.0.1"
+ "@aws-amplify/core": "^1.0.2-unstable.0"
},
"jest": {
"transform": {
diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md
index cf97248b27a..3ff491502af 100644
--- a/packages/core/CHANGELOG.md
+++ b/packages/core/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.0.2-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.0.1...@aws-amplify/core@1.0.2-unstable.0) (2018-07-19)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/core
+
## [1.0.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.0.1-unstable.2...@aws-amplify/core@1.0.1) (2018-07-18)
diff --git a/packages/core/package.json b/packages/core/package.json
index f6d1c791ebd..00a2fbf39fa 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/core",
- "version": "1.0.1",
+ "version": "1.0.2-unstable.0",
"description": "Core category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
diff --git a/packages/interactions/CHANGELOG.md b/packages/interactions/CHANGELOG.md
index 7d8002a5a10..d9a5d9e4da1 100644
--- a/packages/interactions/CHANGELOG.md
+++ b/packages/interactions/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.0.2-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/interactions@1.0.1...@aws-amplify/interactions@1.0.2-unstable.0) (2018-07-19)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/interactions
+
## [1.0.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/interactions@1.0.1-unstable.2...@aws-amplify/interactions@1.0.1) (2018-07-18)
diff --git a/packages/interactions/package.json b/packages/interactions/package.json
index 1a0d9e5d267..d4933340d71 100644
--- a/packages/interactions/package.json
+++ b/packages/interactions/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/interactions",
- "version": "1.0.1",
+ "version": "1.0.2-unstable.0",
"description": "Interactions category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
@@ -50,7 +50,7 @@
"webpack": "^3.5.5"
},
"dependencies": {
- "@aws-amplify/core": "^1.0.1",
+ "@aws-amplify/core": "^1.0.2-unstable.0",
"aws-sdk": "2.198.0"
},
"jest": {
diff --git a/packages/pubsub/CHANGELOG.md b/packages/pubsub/CHANGELOG.md
index 214faabfd79..f6d350eb531 100644
--- a/packages/pubsub/CHANGELOG.md
+++ b/packages/pubsub/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.0.2-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/pubsub@1.0.1...@aws-amplify/pubsub@1.0.2-unstable.0) (2018-07-19)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/pubsub
+
## [1.0.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/pubsub@1.0.1-unstable.2...@aws-amplify/pubsub@1.0.1) (2018-07-18)
diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json
index 93b6516e6fa..b8ca9ca61b5 100644
--- a/packages/pubsub/package.json
+++ b/packages/pubsub/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pubsub",
- "version": "1.0.1",
+ "version": "1.0.2-unstable.0",
"description": "Pubsub category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
@@ -50,7 +50,7 @@
"webpack": "^3.5.5"
},
"dependencies": {
- "@aws-amplify/core": "^1.0.1",
+ "@aws-amplify/core": "^1.0.2-unstable.0",
"@types/paho-mqtt": "^1.0.3",
"@types/zen-observable": "^0.5.3",
"paho-mqtt": "^1.0.4",
diff --git a/packages/pushnotification/CHANGELOG.md b/packages/pushnotification/CHANGELOG.md
index 22856055bd2..9730bd44d9f 100644
--- a/packages/pushnotification/CHANGELOG.md
+++ b/packages/pushnotification/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.0.2-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/pushnotification@1.0.1...@aws-amplify/pushnotification@1.0.2-unstable.0) (2018-07-19)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/pushnotification
+
## [1.0.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/pushnotification@1.0.1-unstable.2...@aws-amplify/pushnotification@1.0.1) (2018-07-18)
diff --git a/packages/pushnotification/package.json b/packages/pushnotification/package.json
index 4b4feba17af..78083910ab7 100644
--- a/packages/pushnotification/package.json
+++ b/packages/pushnotification/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pushnotification",
- "version": "1.0.1",
+ "version": "1.0.2-unstable.0",
"description": "Push notifications category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
@@ -50,7 +50,7 @@
"webpack": "^3.5.5"
},
"dependencies": {
- "@aws-amplify/core": "^1.0.1"
+ "@aws-amplify/core": "^1.0.2-unstable.0"
},
"peerdependencies": {
"react-native": "^0.55.0"
diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md
index 059c2b5a209..5ae7180683d 100644
--- a/packages/storage/CHANGELOG.md
+++ b/packages/storage/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.0.2-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.1...@aws-amplify/storage@1.0.2-unstable.0) (2018-07-19)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/storage
+
## [1.0.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.1-unstable.2...@aws-amplify/storage@1.0.1) (2018-07-18)
diff --git a/packages/storage/package.json b/packages/storage/package.json
index 5a7893654d2..a3d66bd9418 100644
--- a/packages/storage/package.json
+++ b/packages/storage/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/storage",
- "version": "1.0.1",
+ "version": "1.0.2-unstable.0",
"description": "Storage category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
@@ -50,7 +50,7 @@
"webpack": "^3.5.5"
},
"dependencies": {
- "@aws-amplify/core": "^1.0.1",
+ "@aws-amplify/core": "^1.0.2-unstable.0",
"aws-sdk": "2.198.0"
},
"jest": {