diff --git a/packages/amazon-cognito-identity-js/CHANGELOG.md b/packages/amazon-cognito-identity-js/CHANGELOG.md index 62fb5e2d087..f53edc1a85f 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.21-unstable.5](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.21-unstable.4...amazon-cognito-identity-js@2.0.21-unstable.5) (2018-08-14) + + + + +**Note:** Version bump only for package amazon-cognito-identity-js + ## [2.0.21-unstable.4](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.21-unstable.3...amazon-cognito-identity-js@2.0.21-unstable.4) (2018-08-13) diff --git a/packages/amazon-cognito-identity-js/package.json b/packages/amazon-cognito-identity-js/package.json index 0244bbf69c3..963676ea2a0 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.21-unstable.4", + "version": "2.0.21-unstable.5", "author": { "name": "Amazon Web Services", "email": "aws@amazon.com", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 6149e54b3ba..2feff00698a 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/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.6-unstable.5](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.6-unstable.4...@aws-amplify/api@1.0.6-unstable.5) (2018-08-14) + + + + +**Note:** Version bump only for package @aws-amplify/api + ## [1.0.6-unstable.4](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.6-unstable.3...@aws-amplify/api@1.0.6-unstable.4) (2018-08-13) diff --git a/packages/api/package.json b/packages/api/package.json index 23a0ce89571..5a884f76a7c 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/api", - "version": "1.0.6-unstable.4", + "version": "1.0.6-unstable.5", "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.0.6-unstable.4", + "@aws-amplify/auth": "^1.0.6-unstable.5", "@aws-amplify/cache": "^1.0.5-unstable.0", "@aws-amplify/core": "^1.0.5-unstable.0", "@types/zen-observable": "^0.5.3", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 1c28808909d..499cd7d95b8 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.0.6-unstable.5](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.0.6-unstable.4...@aws-amplify/auth@1.0.6-unstable.5) (2018-08-14) + + + + +**Note:** Version bump only for package @aws-amplify/auth + ## [1.0.6-unstable.4](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.0.6-unstable.3...@aws-amplify/auth@1.0.6-unstable.4) (2018-08-13) diff --git a/packages/auth/package.json b/packages/auth/package.json index e5ce56f16bb..616339b46db 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/auth", - "version": "1.0.6-unstable.4", + "version": "1.0.6-unstable.5", "description": "Auth category of aws-amplify", "main": "./lib/index.js", "module": "./lib/index.js", @@ -53,7 +53,7 @@ "@aws-amplify/cache": "^1.0.5-unstable.0", "@aws-amplify/core": "^1.0.5-unstable.0", "amazon-cognito-auth-js": "^1.1.9", - "amazon-cognito-identity-js": "^2.0.21-unstable.4" + "amazon-cognito-identity-js": "^2.0.21-unstable.5" }, "jest": { "transform": { diff --git a/packages/aws-amplify-react-native/CHANGELOG.md b/packages/aws-amplify-react-native/CHANGELOG.md index eb6b48393da..0740e03bc92 100644 --- a/packages/aws-amplify-react-native/CHANGELOG.md +++ b/packages/aws-amplify-react-native/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.6-unstable.5](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@1.0.6-unstable.4...aws-amplify-react-native@1.0.6-unstable.5) (2018-08-14) + + +### Bug Fixes + +* **aws-amplify-react-native:** move keyboard dismiss from authenticator to child components ([5d2b77a](https://github.com/aws/aws-amplify/commit/5d2b77a)) + + + + ## [1.0.6-unstable.4](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@1.0.6-unstable.3...aws-amplify-react-native@1.0.6-unstable.4) (2018-08-13) diff --git a/packages/aws-amplify-react-native/package.json b/packages/aws-amplify-react-native/package.json index 23eb4ff3297..fd0957979db 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": "1.0.6-unstable.4", + "version": "1.0.6-unstable.5", "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": "^1.0.6-unstable.4", + "aws-amplify": "^1.0.6-unstable.5", "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 26d36e04ccb..46d2582598f 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. + +## [1.0.6-unstable.5](https://github.com/aws/aws-amplify/compare/aws-amplify-react@1.0.6-unstable.4...aws-amplify-react@1.0.6-unstable.5) (2018-08-14) + + + + +**Note:** Version bump only for package aws-amplify-react + ## [1.0.6-unstable.4](https://github.com/aws/aws-amplify/compare/aws-amplify-react@1.0.6-unstable.3...aws-amplify-react@1.0.6-unstable.4) (2018-08-13) diff --git a/packages/aws-amplify-react/package.json b/packages/aws-amplify-react/package.json index c86db31a02d..b5aeff81b55 100644 --- a/packages/aws-amplify-react/package.json +++ b/packages/aws-amplify-react/package.json @@ -1,6 +1,6 @@ { "name": "aws-amplify-react", - "version": "1.0.6-unstable.4", + "version": "1.0.6-unstable.5", "description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.", "main": "dist/index.js", "scripts": { @@ -51,7 +51,7 @@ } }, "dependencies": { - "aws-amplify": "^1.0.6-unstable.4", + "aws-amplify": "^1.0.6-unstable.5", "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 99a72713943..24c5ddd8ca1 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.0.6-unstable.5](https://github.com/aws/aws-amplify/compare/aws-amplify@1.0.6-unstable.4...aws-amplify@1.0.6-unstable.5) (2018-08-14) + + + + +**Note:** Version bump only for package aws-amplify + ## [1.0.6-unstable.4](https://github.com/aws/aws-amplify/compare/aws-amplify@1.0.6-unstable.3...aws-amplify@1.0.6-unstable.4) (2018-08-13) diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json index 2ae9a10526b..171336ddaa0 100644 --- a/packages/aws-amplify/package.json +++ b/packages/aws-amplify/package.json @@ -1,6 +1,6 @@ { "name": "aws-amplify", - "version": "1.0.6-unstable.4", + "version": "1.0.6-unstable.5", "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,8 +48,8 @@ }, "dependencies": { "@aws-amplify/analytics": "^1.0.5-unstable.0", - "@aws-amplify/api": "^1.0.6-unstable.4", - "@aws-amplify/auth": "^1.0.6-unstable.4", + "@aws-amplify/api": "^1.0.6-unstable.5", + "@aws-amplify/auth": "^1.0.6-unstable.5", "@aws-amplify/cache": "^1.0.5-unstable.0", "@aws-amplify/core": "^1.0.5-unstable.0", "@aws-amplify/interactions": "^1.0.5-unstable.0",