From 6359bac773f72126764c870bc463a4a3467ba510 Mon Sep 17 00:00:00 2001 From: aws-amplify-bot Date: Fri, 23 Nov 2018 18:50:14 +0000 Subject: [PATCH] chore(release): Publish [ci skip] - @aws-amplify/api@1.0.22-unstable.9 - aws-amplify-angular@2.0.14-unstable.10 - aws-amplify@1.1.11-unstable.9 --- packages/api/CHANGELOG.md | 8 ++++++++ packages/api/package.json | 2 +- packages/aws-amplify-angular/CHANGELOG.md | 8 ++++++++ packages/aws-amplify-angular/package.json | 4 ++-- packages/aws-amplify/CHANGELOG.md | 8 ++++++++ packages/aws-amplify/package.json | 4 ++-- 6 files changed, 29 insertions(+), 5 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 7fb119be2de..c8fd1e13bf7 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.22-unstable.9](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.22-unstable.8...@aws-amplify/api@1.0.22-unstable.9) (2018-11-23) + + + + +**Note:** Version bump only for package @aws-amplify/api + ## [1.0.22-unstable.8](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.22-unstable.7...@aws-amplify/api@1.0.22-unstable.8) (2018-11-20) diff --git a/packages/api/package.json b/packages/api/package.json index a90c81c6a27..7cc506835b8 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/api", - "version": "1.0.22-unstable.8", + "version": "1.0.22-unstable.9", "description": "Api category of aws-amplify", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/packages/aws-amplify-angular/CHANGELOG.md b/packages/aws-amplify-angular/CHANGELOG.md index ae05f1d6720..7127a443683 100644 --- a/packages/aws-amplify-angular/CHANGELOG.md +++ b/packages/aws-amplify-angular/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.14-unstable.10](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@2.0.14-unstable.9...aws-amplify-angular@2.0.14-unstable.10) (2018-11-23) + + + + +**Note:** Version bump only for package aws-amplify-angular + ## [2.0.14-unstable.9](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@2.0.14-unstable.8...aws-amplify-angular@2.0.14-unstable.9) (2018-11-21) diff --git a/packages/aws-amplify-angular/package.json b/packages/aws-amplify-angular/package.json index 252183045c0..3a2614d691b 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.14-unstable.9", + "version": "2.0.14-unstable.10", "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.11-unstable.8", + "aws-amplify": "^1.1.11-unstable.9", "babel-core": "^6.26.3", "babel-plugin-lodash": "^3.3.4", "babel-preset-env": "^1.7.0", diff --git a/packages/aws-amplify/CHANGELOG.md b/packages/aws-amplify/CHANGELOG.md index eab80225439..4ca61013086 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.1.11-unstable.9](https://github.com/aws/aws-amplify/compare/aws-amplify@1.1.11-unstable.8...aws-amplify@1.1.11-unstable.9) (2018-11-23) + + + + +**Note:** Version bump only for package aws-amplify + ## [1.1.11-unstable.8](https://github.com/aws/aws-amplify/compare/aws-amplify@1.1.11-unstable.7...aws-amplify@1.1.11-unstable.8) (2018-11-20) diff --git a/packages/aws-amplify/package.json b/packages/aws-amplify/package.json index ce72a8fe017..5d084b462f9 100644 --- a/packages/aws-amplify/package.json +++ b/packages/aws-amplify/package.json @@ -1,6 +1,6 @@ { "name": "aws-amplify", - "version": "1.1.11-unstable.8", + "version": "1.1.11-unstable.9", "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,7 +48,7 @@ }, "dependencies": { "@aws-amplify/analytics": "^1.2.7-unstable.2", - "@aws-amplify/api": "^1.0.22-unstable.8", + "@aws-amplify/api": "^1.0.22-unstable.9", "@aws-amplify/auth": "^1.2.11-unstable.8", "@aws-amplify/cache": "^1.0.19-unstable.2", "@aws-amplify/core": "^1.0.19-unstable.2",