diff --git a/packages/amazon-cognito-identity-js/CHANGELOG.md b/packages/amazon-cognito-identity-js/CHANGELOG.md
index 378961fa8c0..e9fa5e0e990 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.15](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.15-unstable.4...amazon-cognito-identity-js@2.0.15) (2018-07-18)
+
+
+
+
+**Note:** Version bump only for package amazon-cognito-identity-js
+
## [2.0.15-unstable.4](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.15-unstable.3...amazon-cognito-identity-js@2.0.15-unstable.4) (2018-07-18)
diff --git a/packages/amazon-cognito-identity-js/package.json b/packages/amazon-cognito-identity-js/package.json
index 8237808df31..d83ed86647b 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.15-unstable.4",
+ "version": "2.0.15",
"author": {
"name": "Amazon Web Services",
"email": "aws@amazon.com",
diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md
index 06cab534036..78565b34481 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.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)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/analytics
+
## [1.0.1-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.0.1-unstable.1...@aws-amplify/analytics@1.0.1-unstable.2) (2018-07-18)
diff --git a/packages/analytics/package.json b/packages/analytics/package.json
index 0c6098e659f..a0ea2afcb3b 100644
--- a/packages/analytics/package.json
+++ b/packages/analytics/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/analytics",
- "version": "1.0.1-unstable.2",
+ "version": "1.0.1",
"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-unstable.2",
- "@aws-amplify/core": "^1.0.1-unstable.2",
+ "@aws-amplify/cache": "^1.0.1",
+ "@aws-amplify/core": "^1.0.1",
"aws-sdk": "2.198.0",
"uuid": "^3.2.1"
},
diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md
index 081797368c7..3db5cd57388 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.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.1-unstable.4...@aws-amplify/api@1.0.1) (2018-07-18)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/api
+
## [1.0.1-unstable.4](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.1-unstable.3...@aws-amplify/api@1.0.1-unstable.4) (2018-07-18)
diff --git a/packages/api/package.json b/packages/api/package.json
index 0ce38dda373..7722bcacdf4 100644
--- a/packages/api/package.json
+++ b/packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
- "version": "1.0.1-unstable.4",
+ "version": "1.0.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.1-unstable.4",
- "@aws-amplify/cache": "^1.0.1-unstable.2",
- "@aws-amplify/core": "^1.0.1-unstable.2",
+ "@aws-amplify/auth": "^1.0.1",
+ "@aws-amplify/cache": "^1.0.1",
+ "@aws-amplify/core": "^1.0.1",
"@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 1a112a3a3bc..fd499590865 100644
--- a/packages/auth/CHANGELOG.md
+++ b/packages/auth/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.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.0.1-unstable.4...@aws-amplify/auth@1.0.1) (2018-07-18)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/auth
+
## [1.0.1-unstable.4](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.0.1-unstable.3...@aws-amplify/auth@1.0.1-unstable.4) (2018-07-18)
diff --git a/packages/auth/package.json b/packages/auth/package.json
index b080babcd07..057f4923ade 100644
--- a/packages/auth/package.json
+++ b/packages/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
- "version": "1.0.1-unstable.4",
+ "version": "1.0.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-unstable.2",
- "@aws-amplify/core": "^1.0.1-unstable.2",
+ "@aws-amplify/cache": "^1.0.1",
+ "@aws-amplify/core": "^1.0.1",
"amazon-cognito-auth-js": "^1.1.9",
- "amazon-cognito-identity-js": "^2.0.15-unstable.4"
+ "amazon-cognito-identity-js": "^2.0.15"
},
"jest": {
"transform": {
diff --git a/packages/aws-amplify-angular/CHANGELOG.md b/packages/aws-amplify-angular/CHANGELOG.md
index c82030a5680..cc306508c3f 100644
--- a/packages/aws-amplify-angular/CHANGELOG.md
+++ b/packages/aws-amplify-angular/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.1](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@1.0.1-unstable.1...aws-amplify-angular@1.0.1) (2018-07-18)
+
+
+
+
+**Note:** Version bump only for package aws-amplify-angular
+
## [1.0.1-unstable.1](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@1.0.1...aws-amplify-angular@1.0.1-unstable.1) (2018-07-18)
diff --git a/packages/aws-amplify-angular/package.json b/packages/aws-amplify-angular/package.json
index 4d024217010..2a8e5626a57 100644
--- a/packages/aws-amplify-angular/package.json
+++ b/packages/aws-amplify-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-angular",
- "version": "1.0.1-unstable.1",
+ "version": "1.0.1",
"description": "AWS Amplify Angular Components",
"main": "lib/index.js",
"module": "./lib/index.js",
diff --git a/packages/aws-amplify-react-native/CHANGELOG.md b/packages/aws-amplify-react-native/CHANGELOG.md
index 2b168285a1f..b923bdcb90e 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.1](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@1.0.1-unstable.4...aws-amplify-react-native@1.0.1) (2018-07-18)
+
+
+
+
+**Note:** Version bump only for package aws-amplify-react-native
+
## [1.0.1-unstable.4](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@1.0.1-unstable.3...aws-amplify-react-native@1.0.1-unstable.4) (2018-07-18)
diff --git a/packages/aws-amplify-react-native/package.json b/packages/aws-amplify-react-native/package.json
index c9b7fe6c248..1b0f61d6cc9 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.1-unstable.4",
+ "version": "1.0.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.1-unstable.4",
+ "aws-amplify": "^1.0.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 9fc1752e2b5..c6b40b275ed 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.1](https://github.com/aws/aws-amplify/compare/aws-amplify-react@1.0.1-unstable.4...aws-amplify-react@1.0.1) (2018-07-18)
+
+
+
+
+**Note:** Version bump only for package aws-amplify-react
+
## [1.0.1-unstable.4](https://github.com/aws/aws-amplify/compare/aws-amplify-react@1.0.1-unstable.3...aws-amplify-react@1.0.1-unstable.4) (2018-07-18)
diff --git a/packages/aws-amplify-react/package.json b/packages/aws-amplify-react/package.json
index 6a46e3b3196..23a8b123780 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.1-unstable.4",
+ "version": "1.0.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.1-unstable.4",
+ "aws-amplify": "^1.0.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 487f823a907..58571ab8b92 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.1](https://github.com/aws/aws-amplify/compare/aws-amplify@1.0.1-unstable.4...aws-amplify@1.0.1) (2018-07-18)
+
+
+
+
+**Note:** Version bump only for package aws-amplify
+
## [1.0.1-unstable.4](https://github.com/aws/aws-amplify/compare/aws-amplify@1.0.1-unstable.3...aws-amplify@1.0.1-unstable.4) (2018-07-18)
diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json
index 46c276ba406..3fd62d2abd1 100644
--- a/packages/aws-amplify/package.json
+++ b/packages/aws-amplify/package.json
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
- "version": "1.0.1-unstable.4",
+ "version": "1.0.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-unstable.2",
- "@aws-amplify/api": "^1.0.1-unstable.4",
- "@aws-amplify/auth": "^1.0.1-unstable.4",
- "@aws-amplify/cache": "^1.0.1-unstable.2",
- "@aws-amplify/core": "^1.0.1-unstable.2",
- "@aws-amplify/interactions": "^1.0.1-unstable.2",
- "@aws-amplify/pubsub": "^1.0.1-unstable.2",
- "@aws-amplify/storage": "^1.0.1-unstable.2"
+ "@aws-amplify/analytics": "^1.0.1",
+ "@aws-amplify/api": "^1.0.1",
+ "@aws-amplify/auth": "^1.0.1",
+ "@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"
}
}
diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md
index bbce0b21e7a..76dad36a96a 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.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)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/cache
+
## [1.0.1-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/cache@1.0.1-unstable.1...@aws-amplify/cache@1.0.1-unstable.2) (2018-07-18)
diff --git a/packages/cache/package.json b/packages/cache/package.json
index 6dcc922153a..ca8b2c895e3 100644
--- a/packages/cache/package.json
+++ b/packages/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/cache",
- "version": "1.0.1-unstable.2",
+ "version": "1.0.1",
"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-unstable.2"
+ "@aws-amplify/core": "^1.0.1"
},
"jest": {
"transform": {
diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md
index 76fbccb16a4..cf97248b27a 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.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)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/core
+
## [1.0.1-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.0.1-unstable.1...@aws-amplify/core@1.0.1-unstable.2) (2018-07-18)
diff --git a/packages/core/package.json b/packages/core/package.json
index 43f862f99f0..f6d1c791ebd 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/core",
- "version": "1.0.1-unstable.2",
+ "version": "1.0.1",
"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 cf7d41860f5..7d8002a5a10 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.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)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/interactions
+
## [1.0.1-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/interactions@1.0.1-unstable.1...@aws-amplify/interactions@1.0.1-unstable.2) (2018-07-18)
diff --git a/packages/interactions/package.json b/packages/interactions/package.json
index 6b0fcb5a7cf..1a0d9e5d267 100644
--- a/packages/interactions/package.json
+++ b/packages/interactions/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/interactions",
- "version": "1.0.1-unstable.2",
+ "version": "1.0.1",
"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-unstable.2",
+ "@aws-amplify/core": "^1.0.1",
"aws-sdk": "2.198.0"
},
"jest": {
diff --git a/packages/pubsub/CHANGELOG.md b/packages/pubsub/CHANGELOG.md
index e204b0fd122..214faabfd79 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.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)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/pubsub
+
## [1.0.1-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/pubsub@1.0.1-unstable.1...@aws-amplify/pubsub@1.0.1-unstable.2) (2018-07-18)
diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json
index aba6a6503e8..93b6516e6fa 100644
--- a/packages/pubsub/package.json
+++ b/packages/pubsub/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pubsub",
- "version": "1.0.1-unstable.2",
+ "version": "1.0.1",
"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-unstable.2",
+ "@aws-amplify/core": "^1.0.1",
"@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 97ff4605747..22856055bd2 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.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)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/pushnotification
+
## [1.0.1-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/pushnotification@1.0.1-unstable.1...@aws-amplify/pushnotification@1.0.1-unstable.2) (2018-07-18)
diff --git a/packages/pushnotification/package.json b/packages/pushnotification/package.json
index 48d3b80d920..4b4feba17af 100644
--- a/packages/pushnotification/package.json
+++ b/packages/pushnotification/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pushnotification",
- "version": "1.0.1-unstable.2",
+ "version": "1.0.1",
"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-unstable.2"
+ "@aws-amplify/core": "^1.0.1"
},
"peerdependencies": {
"react-native": "^0.55.0"
diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md
index 44bf05c7842..059c2b5a209 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.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)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/storage
+
## [1.0.1-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.1-unstable.1...@aws-amplify/storage@1.0.1-unstable.2) (2018-07-18)
diff --git a/packages/storage/package.json b/packages/storage/package.json
index fe64efd6091..5a7893654d2 100644
--- a/packages/storage/package.json
+++ b/packages/storage/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/storage",
- "version": "1.0.1-unstable.2",
+ "version": "1.0.1",
"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-unstable.2",
+ "@aws-amplify/core": "^1.0.1",
"aws-sdk": "2.198.0"
},
"jest": {