From 21058e359a10ebad8d5fc246b616015bdb1bac76 Mon Sep 17 00:00:00 2001 From: aws-amplify-bot Date: Fri, 21 Sep 2018 04:17:17 +0000 Subject: [PATCH] chore(release): Publish [ci skip] - amazon-cognito-identity-js@2.0.29-unstable.0 - @aws-amplify/analytics@1.1.2-unstable.0 - @aws-amplify/api@1.0.14-unstable.0 - @aws-amplify/auth@1.2.3-unstable.0 - aws-amplify-angular@2.0.6-unstable.0 - aws-amplify-react-native@2.0.3-unstable.0 - aws-amplify-react@2.0.4-unstable.0 - aws-amplify@1.1.3-unstable.0 - @aws-amplify/cache@1.0.12-unstable.0 - @aws-amplify/core@1.0.12-unstable.0 - @aws-amplify/interactions@1.0.12-unstable.0 - @aws-amplify/pubsub@1.0.12-unstable.0 - @aws-amplify/pushnotification@1.0.12-unstable.0 - @aws-amplify/storage@1.0.12-unstable.0 - @aws-amplify/xr@0.1.2-unstable.0 --- .../amazon-cognito-identity-js/CHANGELOG.md | 11 ++++++++++ .../amazon-cognito-identity-js/package.json | 2 +- packages/analytics/CHANGELOG.md | 8 ++++++++ packages/analytics/package.json | 6 +++--- packages/api/CHANGELOG.md | 12 +++++++++++ packages/api/package.json | 8 ++++---- packages/auth/CHANGELOG.md | 11 ++++++++++ packages/auth/package.json | 8 ++++---- packages/aws-amplify-angular/CHANGELOG.md | 11 ++++++++++ packages/aws-amplify-angular/package.json | 4 ++-- .../aws-amplify-react-native/CHANGELOG.md | 8 ++++++++ .../aws-amplify-react-native/package.json | 2 +- packages/aws-amplify-react/CHANGELOG.md | 8 ++++++++ packages/aws-amplify-react/package.json | 2 +- packages/aws-amplify/CHANGELOG.md | 11 ++++++++++ packages/aws-amplify/package.json | 20 +++++++++---------- packages/cache/CHANGELOG.md | 8 ++++++++ packages/cache/package.json | 4 ++-- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/interactions/CHANGELOG.md | 8 ++++++++ packages/interactions/package.json | 4 ++-- packages/pubsub/CHANGELOG.md | 11 ++++++++++ packages/pubsub/package.json | 4 ++-- packages/pushnotification/CHANGELOG.md | 8 ++++++++ packages/pushnotification/package.json | 4 ++-- packages/storage/CHANGELOG.md | 8 ++++++++ packages/storage/package.json | 4 ++-- packages/xr/CHANGELOG.md | 8 ++++++++ packages/xr/package.json | 6 +++--- 30 files changed, 179 insertions(+), 40 deletions(-) diff --git a/packages/amazon-cognito-identity-js/CHANGELOG.md b/packages/amazon-cognito-identity-js/CHANGELOG.md index 7a3bb84c513..abb313f3e8b 100644 --- a/packages/amazon-cognito-identity-js/CHANGELOG.md +++ b/packages/amazon-cognito-identity-js/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. + +## [2.0.29-unstable.0](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.28-unstable.3...amazon-cognito-identity-js@2.0.29-unstable.0) (2018-09-21) + + +### Bug Fixes + +* bumping version for deploying on unstable tag ([#1706](https://github.com/aws/aws-amplify/issues/1706)) ([b5d6468](https://github.com/aws/aws-amplify/commit/b5d6468)) + + + + ## [2.0.28](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.27...amazon-cognito-identity-js@2.0.28) (2018-09-21) diff --git a/packages/amazon-cognito-identity-js/package.json b/packages/amazon-cognito-identity-js/package.json index 31913dc02c6..f301e590a25 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.28", + "version": "2.0.29-unstable.0", "author": { "name": "Amazon Web Services", "email": "aws@amazon.com", diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 8125a55d303..652ed134308 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.1.2-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.1.0...@aws-amplify/analytics@1.1.2-unstable.0) (2018-09-21) + + + + +**Note:** Version bump only for package @aws-amplify/analytics + ## [1.1.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.1.0...@aws-amplify/analytics@1.1.1) (2018-09-21) diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 9d69fe76504..a31670f00ae 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/analytics", - "version": "1.1.1", + "version": "1.1.2-unstable.0", "description": "Analytics category of aws-amplify", "main": "./lib/index.js", "module": "./lib/index.js", @@ -53,8 +53,8 @@ "webpack": "^3.5.5" }, "dependencies": { - "@aws-amplify/cache": "^1.0.11", - "@aws-amplify/core": "^1.0.11", + "@aws-amplify/cache": "^1.0.12-unstable.0", + "@aws-amplify/core": "^1.0.12-unstable.0", "aws-sdk": "^2.312.0", "uuid": "^3.2.1" }, diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index b9809f37966..e974c18b292 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/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.14-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.13-unstable.3...@aws-amplify/api@1.0.14-unstable.0) (2018-09-21) + + +### Bug Fixes + +* **@aws-amplify/api:** send websocket disconnect errors thru observable and add paho client on vendor ([#1698](https://github.com/aws/aws-amplify/issues/1698)) ([72c6b4b](https://github.com/aws/aws-amplify/commit/72c6b4b)) +* bumping version for deploying on unstable tag ([#1706](https://github.com/aws/aws-amplify/issues/1706)) ([b5d6468](https://github.com/aws/aws-amplify/commit/b5d6468)) + + + + ## [1.0.13](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.12...@aws-amplify/api@1.0.13) (2018-09-21) diff --git a/packages/api/package.json b/packages/api/package.json index 1b22e022e55..08351c96165 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/api", - "version": "1.0.13", + "version": "1.0.14-unstable.0", "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.2.2", - "@aws-amplify/cache": "^1.0.11", - "@aws-amplify/core": "^1.0.11", + "@aws-amplify/auth": "^1.2.3-unstable.0", + "@aws-amplify/cache": "^1.0.12-unstable.0", + "@aws-amplify/core": "^1.0.12-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 5da11bd6c97..e2b4fb8a353 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/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.2.3-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.2.2-unstable.3...@aws-amplify/auth@1.2.3-unstable.0) (2018-09-21) + + +### Bug Fixes + +* bumping version for deploying on unstable tag ([#1706](https://github.com/aws/aws-amplify/issues/1706)) ([b5d6468](https://github.com/aws/aws-amplify/commit/b5d6468)) + + + + ## [1.2.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.2.1...@aws-amplify/auth@1.2.2) (2018-09-21) diff --git a/packages/auth/package.json b/packages/auth/package.json index 7da3079d618..fe7fb3529eb 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/auth", - "version": "1.2.2", + "version": "1.2.3-unstable.0", "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.11", - "@aws-amplify/core": "^1.0.11", + "@aws-amplify/cache": "^1.0.12-unstable.0", + "@aws-amplify/core": "^1.0.12-unstable.0", "amazon-cognito-auth-js": "^1.1.9", - "amazon-cognito-identity-js": "^2.0.28" + "amazon-cognito-identity-js": "^2.0.29-unstable.0" }, "jest": { "transform": { diff --git a/packages/aws-amplify-angular/CHANGELOG.md b/packages/aws-amplify-angular/CHANGELOG.md index accfaa4209c..8595d3f5b13 100644 --- a/packages/aws-amplify-angular/CHANGELOG.md +++ b/packages/aws-amplify-angular/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. + +## [2.0.6-unstable.0](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@2.0.5-unstable.3...aws-amplify-angular@2.0.6-unstable.0) (2018-09-21) + + +### Bug Fixes + +* bumping version for deploying on unstable tag ([#1706](https://github.com/aws-amplify/amplify-js/issues/1706)) ([b5d6468](https://github.com/aws-amplify/amplify-js/commit/b5d6468)) + + + + ## [2.0.5](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@2.0.4...aws-amplify-angular@2.0.5) (2018-09-21) diff --git a/packages/aws-amplify-angular/package.json b/packages/aws-amplify-angular/package.json index f5a0597a383..4ccbf5336e8 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.5", + "version": "2.0.6-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.2", + "aws-amplify": "^1.1.3-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-react-native/CHANGELOG.md b/packages/aws-amplify-react-native/CHANGELOG.md index f352eb4186e..14591bbf06a 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. + +## [2.0.3-unstable.0](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@2.0.1...aws-amplify-react-native@2.0.3-unstable.0) (2018-09-21) + + + + +**Note:** Version bump only for package aws-amplify-react-native + ## [2.0.2](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@2.0.1...aws-amplify-react-native@2.0.2) (2018-09-21) diff --git a/packages/aws-amplify-react-native/package.json b/packages/aws-amplify-react-native/package.json index 1267852d6ea..6dcf70b07de 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": "2.0.2", + "version": "2.0.3-unstable.0", "description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.", "main": "dist/index.js", "scripts": { diff --git a/packages/aws-amplify-react/CHANGELOG.md b/packages/aws-amplify-react/CHANGELOG.md index 3a742e314cc..3de3747c5e3 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. + +## [2.0.4-unstable.0](https://github.com/aws/aws-amplify/compare/aws-amplify-react@2.0.3-unstable.0...aws-amplify-react@2.0.4-unstable.0) (2018-09-21) + + + + +**Note:** Version bump only for package aws-amplify-react + ## [2.0.3](https://github.com/aws/aws-amplify/compare/aws-amplify-react@2.0.2...aws-amplify-react@2.0.3) (2018-09-21) diff --git a/packages/aws-amplify-react/package.json b/packages/aws-amplify-react/package.json index 41155133368..841a976c436 100644 --- a/packages/aws-amplify-react/package.json +++ b/packages/aws-amplify-react/package.json @@ -1,6 +1,6 @@ { "name": "aws-amplify-react", - "version": "2.0.3", + "version": "2.0.4-unstable.0", "description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.", "main": "dist/index.js", "scripts": { diff --git a/packages/aws-amplify/CHANGELOG.md b/packages/aws-amplify/CHANGELOG.md index f0342c5ee32..5bdda945371 100644 --- a/packages/aws-amplify/CHANGELOG.md +++ b/packages/aws-amplify/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.1.3-unstable.0](https://github.com/aws/aws-amplify/compare/aws-amplify@1.1.2-unstable.3...aws-amplify@1.1.3-unstable.0) (2018-09-21) + + +### Bug Fixes + +* bumping version for deploying on unstable tag ([#1706](https://github.com/aws/aws-amplify/issues/1706)) ([b5d6468](https://github.com/aws/aws-amplify/commit/b5d6468)) + + + + ## [1.1.2](https://github.com/aws/aws-amplify/compare/aws-amplify@1.1.1...aws-amplify@1.1.2) (2018-09-21) diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json index 8959e05014f..3ed99247588 100644 --- a/packages/aws-amplify/package.json +++ b/packages/aws-amplify/package.json @@ -1,6 +1,6 @@ { "name": "aws-amplify", - "version": "1.1.2", + "version": "1.1.3-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", @@ -47,14 +47,14 @@ "webpack": "^3.5.5" }, "dependencies": { - "@aws-amplify/analytics": "^1.1.1", - "@aws-amplify/api": "^1.0.13", - "@aws-amplify/auth": "^1.2.2", - "@aws-amplify/cache": "^1.0.11", - "@aws-amplify/core": "^1.0.11", - "@aws-amplify/interactions": "^1.0.11", - "@aws-amplify/pubsub": "^1.0.11", - "@aws-amplify/storage": "^1.0.11", - "@aws-amplify/xr": "^0.1.1" + "@aws-amplify/analytics": "^1.1.2-unstable.0", + "@aws-amplify/api": "^1.0.14-unstable.0", + "@aws-amplify/auth": "^1.2.3-unstable.0", + "@aws-amplify/cache": "^1.0.12-unstable.0", + "@aws-amplify/core": "^1.0.12-unstable.0", + "@aws-amplify/interactions": "^1.0.12-unstable.0", + "@aws-amplify/pubsub": "^1.0.12-unstable.0", + "@aws-amplify/storage": "^1.0.12-unstable.0", + "@aws-amplify/xr": "^0.1.2-unstable.0" } } diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 3bf329e3b43..8dcf5b254bc 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.12-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/cache@1.0.10...@aws-amplify/cache@1.0.12-unstable.0) (2018-09-21) + + + + +**Note:** Version bump only for package @aws-amplify/cache + ## [1.0.11](https://github.com/aws/aws-amplify/compare/@aws-amplify/cache@1.0.10...@aws-amplify/cache@1.0.11) (2018-09-21) diff --git a/packages/cache/package.json b/packages/cache/package.json index 2c56f5ac1e1..1aa9baa7db0 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/cache", - "version": "1.0.11", + "version": "1.0.12-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.11" + "@aws-amplify/core": "^1.0.12-unstable.0" }, "jest": { "transform": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d5f801e58b5..ed9be8511cc 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.12-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.0.10...@aws-amplify/core@1.0.12-unstable.0) (2018-09-21) + + + + +**Note:** Version bump only for package @aws-amplify/core + ## [1.0.11](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.0.10...@aws-amplify/core@1.0.11) (2018-09-21) diff --git a/packages/core/package.json b/packages/core/package.json index 5c30d7b9b0d..8a2d5b4ad8f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/core", - "version": "1.0.11", + "version": "1.0.12-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 e7e813df884..f336822cbc8 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.12-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/interactions@1.0.10...@aws-amplify/interactions@1.0.12-unstable.0) (2018-09-21) + + + + +**Note:** Version bump only for package @aws-amplify/interactions + ## [1.0.11](https://github.com/aws/aws-amplify/compare/@aws-amplify/interactions@1.0.10...@aws-amplify/interactions@1.0.11) (2018-09-21) diff --git a/packages/interactions/package.json b/packages/interactions/package.json index 3544d309db5..4c4ff916e98 100644 --- a/packages/interactions/package.json +++ b/packages/interactions/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/interactions", - "version": "1.0.11", + "version": "1.0.12-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.11", + "@aws-amplify/core": "^1.0.12-unstable.0", "aws-sdk": "^2.312.0" }, "jest": { diff --git a/packages/pubsub/CHANGELOG.md b/packages/pubsub/CHANGELOG.md index dff1b1898c7..bfb0db60be3 100644 --- a/packages/pubsub/CHANGELOG.md +++ b/packages/pubsub/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.12-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/pubsub@1.0.10...@aws-amplify/pubsub@1.0.12-unstable.0) (2018-09-21) + + +### Bug Fixes + +* **@aws-amplify/api:** send websocket disconnect errors thru observable and add paho client on vendor ([#1698](https://github.com/aws/aws-amplify/issues/1698)) ([72c6b4b](https://github.com/aws/aws-amplify/commit/72c6b4b)) + + + + ## [1.0.11](https://github.com/aws/aws-amplify/compare/@aws-amplify/pubsub@1.0.10...@aws-amplify/pubsub@1.0.11) (2018-09-21) diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index afa9c6030b1..20f25df7b4f 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/pubsub", - "version": "1.0.11", + "version": "1.0.12-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.11", + "@aws-amplify/core": "^1.0.12-unstable.0", "@types/zen-observable": "^0.5.3", "uuid": "^3.2.1", "zen-observable": "^0.8.6" diff --git a/packages/pushnotification/CHANGELOG.md b/packages/pushnotification/CHANGELOG.md index 5d1bcc9cf2e..981f6e82642 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.12-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/pushnotification@1.0.10...@aws-amplify/pushnotification@1.0.12-unstable.0) (2018-09-21) + + + + +**Note:** Version bump only for package @aws-amplify/pushnotification + ## [1.0.11](https://github.com/aws/aws-amplify/compare/@aws-amplify/pushnotification@1.0.10...@aws-amplify/pushnotification@1.0.11) (2018-09-21) diff --git a/packages/pushnotification/package.json b/packages/pushnotification/package.json index 912b8d08391..ab354f6ce12 100644 --- a/packages/pushnotification/package.json +++ b/packages/pushnotification/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/pushnotification", - "version": "1.0.11", + "version": "1.0.12-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.11" + "@aws-amplify/core": "^1.0.12-unstable.0" }, "peerdependencies": { "react-native": "^0.55.0" diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index bb016ff43e7..986b2691c9c 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.12-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.10...@aws-amplify/storage@1.0.12-unstable.0) (2018-09-21) + + + + +**Note:** Version bump only for package @aws-amplify/storage + ## [1.0.11](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.10...@aws-amplify/storage@1.0.11) (2018-09-21) diff --git a/packages/storage/package.json b/packages/storage/package.json index 5997b6f0a98..ece88107f92 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/storage", - "version": "1.0.11", + "version": "1.0.12-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.11", + "@aws-amplify/core": "^1.0.12-unstable.0", "aws-sdk": "^2.312.0" }, "jest": { diff --git a/packages/xr/CHANGELOG.md b/packages/xr/CHANGELOG.md index dbfb6a1ce1b..071e017a6b2 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.2-unstable.0 (2018-09-21) + + + + +**Note:** Version bump only for package @aws-amplify/xr + ## 0.1.1 (2018-09-21) diff --git a/packages/xr/package.json b/packages/xr/package.json index 9389a9ee842..84fee37f252 100644 --- a/packages/xr/package.json +++ b/packages/xr/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/xr", - "version": "0.1.1", + "version": "0.1.2-unstable.0", "description": "XR category of aws-amplify", "main": "./lib/index.js", "module": "./lib/index.js", @@ -51,8 +51,8 @@ "webpack": "^3.5.5" }, "dependencies": { - "@aws-amplify/api": "^1.0.10", - "@aws-amplify/core": "^1.0.11", + "@aws-amplify/api": "^1.0.14-unstable.0", + "@aws-amplify/core": "^1.0.12-unstable.0", "aws-sdk": "2.198.0" }, "jest": {