diff --git a/packages/amazon-cognito-identity-js/CHANGELOG.md b/packages/amazon-cognito-identity-js/CHANGELOG.md
index c6859503cce..33141f35ecc 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.30-unstable.0](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.29...amazon-cognito-identity-js@2.0.30-unstable.0) (2018-09-22)
+
+
+
+
+**Note:** Version bump only for package amazon-cognito-identity-js
+
## [2.0.29](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.29-unstable.0...amazon-cognito-identity-js@2.0.29) (2018-09-21)
diff --git a/packages/amazon-cognito-identity-js/package.json b/packages/amazon-cognito-identity-js/package.json
index 3991749e1fe..eeac88b61bd 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.29",
+ "version": "2.0.30-unstable.0",
"author": {
"name": "Amazon Web Services",
"email": "aws@amazon.com",
diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md
index 23fd22fc99e..3f63086e28c 100644
--- a/packages/api/CHANGELOG.md
+++ b/packages/api/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.0.15-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.14...@aws-amplify/api@1.0.15-unstable.0) (2018-09-22)
+
+
+### Bug Fixes
+
+* **@aws-amplify/api:** Content-Type header on init options ([#1720](https://github.com/aws/aws-amplify/issues/1720)) ([dbe37e0](https://github.com/aws/aws-amplify/commit/dbe37e0))
+
+
+
+
## [1.0.14](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.14-unstable.0...@aws-amplify/api@1.0.14) (2018-09-21)
diff --git a/packages/api/package.json b/packages/api/package.json
index a24c0ebc1c3..c3df718dd1b 100644
--- a/packages/api/package.json
+++ b/packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
- "version": "1.0.14",
+ "version": "1.0.15-unstable.0",
"description": "Api category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
@@ -50,7 +50,7 @@
"webpack": "^3.5.5"
},
"dependencies": {
- "@aws-amplify/auth": "^1.2.3",
+ "@aws-amplify/auth": "^1.2.4-unstable.0",
"@aws-amplify/cache": "^1.0.12",
"@aws-amplify/core": "^1.0.12",
"@types/zen-observable": "^0.5.3",
diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md
index 8db54c04cb6..0006b29058d 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.2.4-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.2.3...@aws-amplify/auth@1.2.4-unstable.0) (2018-09-22)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/auth
+
## [1.2.3](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.2.3-unstable.0...@aws-amplify/auth@1.2.3) (2018-09-21)
diff --git a/packages/auth/package.json b/packages/auth/package.json
index b043e6d4597..de24c1f2f13 100644
--- a/packages/auth/package.json
+++ b/packages/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
- "version": "1.2.3",
+ "version": "1.2.4-unstable.0",
"description": "Auth category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
@@ -53,7 +53,7 @@
"@aws-amplify/cache": "^1.0.12",
"@aws-amplify/core": "^1.0.12",
"amazon-cognito-auth-js": "^1.1.9",
- "amazon-cognito-identity-js": "^2.0.29"
+ "amazon-cognito-identity-js": "^2.0.30-unstable.0"
},
"jest": {
"transform": {
diff --git a/packages/aws-amplify-angular/CHANGELOG.md b/packages/aws-amplify-angular/CHANGELOG.md
index 9f21df4fa8c..318f01c1541 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.
+
+## [2.0.7-unstable.0](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@2.0.6...aws-amplify-angular@2.0.7-unstable.0) (2018-09-22)
+
+
+
+
+**Note:** Version bump only for package aws-amplify-angular
+
## [2.0.6](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@2.0.6-unstable.0...aws-amplify-angular@2.0.6) (2018-09-21)
diff --git a/packages/aws-amplify-angular/package.json b/packages/aws-amplify-angular/package.json
index ffe33677d02..8d1fe96afd5 100644
--- a/packages/aws-amplify-angular/package.json
+++ b/packages/aws-amplify-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-angular",
- "version": "2.0.6",
+ "version": "2.0.7-unstable.0",
"description": "AWS Amplify Angular Components",
"main": "bundles/aws-amplify-angular.umd.js",
"module": "dist/index.js",
@@ -36,7 +36,7 @@
"@types/zen-observable": "^0.5.3",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^4.0.1",
- "aws-amplify": "^1.1.3",
+ "aws-amplify": "^1.1.4-unstable.0",
"babel-core": "^6.26.3",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
diff --git a/packages/aws-amplify/CHANGELOG.md b/packages/aws-amplify/CHANGELOG.md
index a161d11a98f..8670ac18fd4 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.1.4-unstable.0](https://github.com/aws/aws-amplify/compare/aws-amplify@1.1.3...aws-amplify@1.1.4-unstable.0) (2018-09-22)
+
+
+
+
+**Note:** Version bump only for package aws-amplify
+
## [1.1.3](https://github.com/aws/aws-amplify/compare/aws-amplify@1.1.3-unstable.0...aws-amplify@1.1.3) (2018-09-21)
diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json
index f60ebbb8667..b7fbebfa7e6 100644
--- a/packages/aws-amplify/package.json
+++ b/packages/aws-amplify/package.json
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
- "version": "1.1.3",
+ "version": "1.1.4-unstable.0",
"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",
@@ -48,13 +48,13 @@
},
"dependencies": {
"@aws-amplify/analytics": "^1.2.0",
- "@aws-amplify/api": "^1.0.14",
- "@aws-amplify/auth": "^1.2.3",
+ "@aws-amplify/api": "^1.0.15-unstable.0",
+ "@aws-amplify/auth": "^1.2.4-unstable.0",
"@aws-amplify/cache": "^1.0.12",
"@aws-amplify/core": "^1.0.12",
"@aws-amplify/interactions": "^1.0.12",
"@aws-amplify/pubsub": "^1.0.12",
"@aws-amplify/storage": "^1.0.12",
- "@aws-amplify/xr": "^0.1.2"
+ "@aws-amplify/xr": "^0.1.3-unstable.0"
}
}
diff --git a/packages/xr/CHANGELOG.md b/packages/xr/CHANGELOG.md
index 523e0eb5576..163c59d5d33 100644
--- a/packages/xr/CHANGELOG.md
+++ b/packages/xr/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.
+
+## [0.1.3-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/xr@0.1.2...@aws-amplify/xr@0.1.3-unstable.0) (2018-09-22)
+
+
+
+
+**Note:** Version bump only for package @aws-amplify/xr
+
## [0.1.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/xr@0.1.2-unstable.0...@aws-amplify/xr@0.1.2) (2018-09-21)
diff --git a/packages/xr/package.json b/packages/xr/package.json
index b7df734ba52..ea0c81b0817 100644
--- a/packages/xr/package.json
+++ b/packages/xr/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/xr",
- "version": "0.1.2",
+ "version": "0.1.3-unstable.0",
"description": "XR category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
@@ -51,7 +51,7 @@
"webpack": "^3.5.5"
},
"dependencies": {
- "@aws-amplify/api": "^1.0.14",
+ "@aws-amplify/api": "^1.0.15-unstable.0",
"@aws-amplify/core": "^1.0.12",
"aws-sdk": "2.198.0"
},