From 000194ef7fd2dbb892fb4c95c3e7de184b45a040 Mon Sep 17 00:00:00 2001 From: aws-amplify-bot Date: Fri, 1 Jun 2018 21:55:38 +0000 Subject: [PATCH] Publish [ci skip] - amazon-cognito-identity-js@2.0.7-unstable.32 - aws-amplify-react-native@0.2.13-unstable.12 - aws-amplify-react@0.1.48-unstable.30 - aws-amplify@0.4.2-unstable.30 --- 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 c8f14949390..669c2b430fd 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.32](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.7-unstable.31...amazon-cognito-identity-js@2.0.7-unstable.32) (2018-06-01) + + + + +**Note:** Version bump only for package amazon-cognito-identity-js + ## [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) diff --git a/packages/amazon-cognito-identity-js/package.json b/packages/amazon-cognito-identity-js/package.json index bd06915a90d..bdafeaf761f 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.31", + "version": "2.0.7-unstable.32", "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 5b67d4b6391..914b08b797f 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.12](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@0.2.13-unstable.11...aws-amplify-react-native@0.2.13-unstable.12) (2018-06-01) + + + + +**Note:** Version bump only for package aws-amplify-react-native + ## [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) diff --git a/packages/aws-amplify-react-native/package.json b/packages/aws-amplify-react-native/package.json index aa8c9e2069d..ae71137a80f 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.11", + "version": "0.2.13-unstable.12", "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.29", + "aws-amplify": "^0.4.2-unstable.30", "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 b2146ab03e1..2f0babee772 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.30](https://github.com/aws/aws-amplify/compare/aws-amplify-react@0.1.48-unstable.29...aws-amplify-react@0.1.48-unstable.30) (2018-06-01) + + + + +**Note:** Version bump only for package aws-amplify-react + ## [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) diff --git a/packages/aws-amplify-react/package.json b/packages/aws-amplify-react/package.json index 2b8dec88523..aead99d2bac 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.29", + "version": "0.1.48-unstable.30", "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.29", + "aws-amplify": "^0.4.2-unstable.30", "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 92068a39313..3a3f1d5a934 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.30](https://github.com/aws/aws-amplify/compare/aws-amplify@0.4.2-unstable.29...aws-amplify@0.4.2-unstable.30) (2018-06-01) + + + + +**Note:** Version bump only for package aws-amplify + ## [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) diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json index 0267f52edd4..a770783bd04 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.29", + "version": "0.4.2-unstable.30", "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.31", + "amazon-cognito-identity-js": "^2.0.7-unstable.32", "aws-sdk": "2.198.0", "axios": "^0.17.0", "graphql": "0.13.0",