From 33a70496052f7154ec2ebab2d58ffacfbede7768 Mon Sep 17 00:00:00 2001 From: aws-amplify-bot Date: Fri, 1 Jun 2018 20:57:01 +0000 Subject: [PATCH] Publish [ci skip] - amazon-cognito-identity-js@2.0.7-unstable.31 - aws-amplify-react-native@0.2.13-unstable.11 - aws-amplify-react@0.1.48-unstable.29 - aws-amplify@0.4.2-unstable.29 --- 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 29f7ca7d8d7..c8f14949390 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.31](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.7-unstable.30...amazon-cognito-identity-js@2.0.7-unstable.31) (2018-06-01) + + + + +**Note:** Version bump only for package amazon-cognito-identity-js + ## [2.0.7-unstable.30](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.7-unstable.29...amazon-cognito-identity-js@2.0.7-unstable.30) (2018-06-01) diff --git a/packages/amazon-cognito-identity-js/package.json b/packages/amazon-cognito-identity-js/package.json index 4a392a05d8c..bd06915a90d 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.30", + "version": "2.0.7-unstable.31", "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 02f387623c2..5b67d4b6391 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.11](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@0.2.13-unstable.10...aws-amplify-react-native@0.2.13-unstable.11) (2018-06-01) + + + + +**Note:** Version bump only for package aws-amplify-react-native + ## [0.2.13-unstable.10](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@0.2.13-unstable.9...aws-amplify-react-native@0.2.13-unstable.10) (2018-06-01) diff --git a/packages/aws-amplify-react-native/package.json b/packages/aws-amplify-react-native/package.json index e7d448611b4..aa8c9e2069d 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.10", + "version": "0.2.13-unstable.11", "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.28", + "aws-amplify": "^0.4.2-unstable.29", "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 2724ff9f867..b2146ab03e1 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.29](https://github.com/aws/aws-amplify/compare/aws-amplify-react@0.1.48-unstable.28...aws-amplify-react@0.1.48-unstable.29) (2018-06-01) + + + + +**Note:** Version bump only for package aws-amplify-react + ## [0.1.48-unstable.28](https://github.com/aws/aws-amplify/compare/aws-amplify-react@0.1.48-unstable.27...aws-amplify-react@0.1.48-unstable.28) (2018-06-01) diff --git a/packages/aws-amplify-react/package.json b/packages/aws-amplify-react/package.json index a7ed7ec112a..2b8dec88523 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.28", + "version": "0.1.48-unstable.29", "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.28", + "aws-amplify": "^0.4.2-unstable.29", "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 fdf64bdf888..92068a39313 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.29](https://github.com/aws/aws-amplify/compare/aws-amplify@0.4.2-unstable.28...aws-amplify@0.4.2-unstable.29) (2018-06-01) + + + + +**Note:** Version bump only for package aws-amplify + ## [0.4.2-unstable.28](https://github.com/aws/aws-amplify/compare/aws-amplify@0.4.2-unstable.27...aws-amplify@0.4.2-unstable.28) (2018-06-01) diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json index 5db56bf0a78..0267f52edd4 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.28", + "version": "0.4.2-unstable.29", "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.30", + "amazon-cognito-identity-js": "^2.0.7-unstable.31", "aws-sdk": "2.198.0", "axios": "^0.17.0", "graphql": "0.13.0",