From 7f905f607b419572f7203a19a9375bc96e07b9c1 Mon Sep 17 00:00:00 2001 From: aws-amplify-bot Date: Mon, 18 Jun 2018 19:21:54 +0000 Subject: [PATCH] chore(release): Publish [ci skip] - amazon-cognito-identity-js@2.0.7-unstable.48 - aws-amplify-react-native@0.2.13-unstable.28 - aws-amplify-react@0.1.48-unstable.46 - aws-amplify@0.4.2-unstable.46 --- packages/amazon-cognito-identity-js/CHANGELOG.md | 8 ++++++++ packages/amazon-cognito-identity-js/package.json | 2 +- packages/aws-amplify-react-native/CHANGELOG.md | 8 ++++++++ packages/aws-amplify-react-native/package.json | 4 ++-- packages/aws-amplify-react/CHANGELOG.md | 8 ++++++++ packages/aws-amplify-react/package.json | 4 ++-- packages/aws-amplify/CHANGELOG.md | 8 ++++++++ packages/aws-amplify/package.json | 4 ++-- 8 files changed, 39 insertions(+), 7 deletions(-) diff --git a/packages/amazon-cognito-identity-js/CHANGELOG.md b/packages/amazon-cognito-identity-js/CHANGELOG.md index 38318231964..c06661ab5a1 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.7-unstable.48](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.7-unstable.47...amazon-cognito-identity-js@2.0.7-unstable.48) (2018-06-18) + + + + +**Note:** Version bump only for package amazon-cognito-identity-js + ## [2.0.7-unstable.47](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.7-unstable.46...amazon-cognito-identity-js@2.0.7-unstable.47) (2018-06-18) diff --git a/packages/amazon-cognito-identity-js/package.json b/packages/amazon-cognito-identity-js/package.json index 3a6a655a9fe..ca2dd526bdf 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.7-unstable.47", + "version": "2.0.7-unstable.48", "author": { "name": "Amazon Web Services", "email": "aws@amazon.com", diff --git a/packages/aws-amplify-react-native/CHANGELOG.md b/packages/aws-amplify-react-native/CHANGELOG.md index c6eae08372d..7525190b958 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. + +## [0.2.13-unstable.28](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@0.2.13-unstable.27...aws-amplify-react-native@0.2.13-unstable.28) (2018-06-18) + + + + +**Note:** Version bump only for package aws-amplify-react-native + ## [0.2.13-unstable.27](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@0.2.13-unstable.26...aws-amplify-react-native@0.2.13-unstable.27) (2018-06-18) diff --git a/packages/aws-amplify-react-native/package.json b/packages/aws-amplify-react-native/package.json index 8540706a9f3..1cff36919d6 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": "0.2.13-unstable.27", + "version": "0.2.13-unstable.28", "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": "^0.4.2-unstable.45", + "aws-amplify": "^0.4.2-unstable.46", "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 44ba1021a98..be42596a6ec 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. + +## [0.1.48-unstable.46](https://github.com/aws/aws-amplify/compare/aws-amplify-react@0.1.48-unstable.45...aws-amplify-react@0.1.48-unstable.46) (2018-06-18) + + + + +**Note:** Version bump only for package aws-amplify-react + ## [0.1.48-unstable.45](https://github.com/aws/aws-amplify/compare/aws-amplify-react@0.1.48-unstable.44...aws-amplify-react@0.1.48-unstable.45) (2018-06-18) diff --git a/packages/aws-amplify-react/package.json b/packages/aws-amplify-react/package.json index fbd4999997e..d0be900cb6e 100644 --- a/packages/aws-amplify-react/package.json +++ b/packages/aws-amplify-react/package.json @@ -1,6 +1,6 @@ { "name": "aws-amplify-react", - "version": "0.1.48-unstable.45", + "version": "0.1.48-unstable.46", "description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.", "main": "dist/index.js", "scripts": { @@ -50,7 +50,7 @@ "graphql": "0.13.0" }, "dependencies": { - "aws-amplify": "^0.4.2-unstable.45", + "aws-amplify": "^0.4.2-unstable.46", "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 f2c43c46d9a..852d2906c62 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. + +## [0.4.2-unstable.46](https://github.com/aws/aws-amplify/compare/aws-amplify@0.4.2-unstable.45...aws-amplify@0.4.2-unstable.46) (2018-06-18) + + + + +**Note:** Version bump only for package aws-amplify + ## [0.4.2-unstable.45](https://github.com/aws/aws-amplify/compare/aws-amplify@0.4.2-unstable.44...aws-amplify@0.4.2-unstable.45) (2018-06-18) diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json index 954b21fa9e7..a8b7727aedb 100644 --- a/packages/aws-amplify/package.json +++ b/packages/aws-amplify/package.json @@ -1,6 +1,6 @@ { "name": "aws-amplify", - "version": "0.4.2-unstable.45", + "version": "0.4.2-unstable.46", "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", @@ -60,7 +60,7 @@ "@types/paho-mqtt": "^1.0.3", "@types/zen-observable": "^0.5.3", "amazon-cognito-auth-js": "^1.1.9", - "amazon-cognito-identity-js": "^2.0.7-unstable.47", + "amazon-cognito-identity-js": "^2.0.7-unstable.48", "aws-sdk": "2.198.0", "axios": "^0.17.0", "graphql": "0.13.0",