Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - aws-amplify-angular@2.0.11-unstable.1
 - aws-amplify@1.1.8-unstable.1
 - @aws-amplify/storage@1.0.17-unstable.1
  • Loading branch information
aws-amplify-bot committed Oct 18, 2018
1 parent dfc3bb7 commit eec3439
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/aws-amplify-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="2.0.11-unstable.1"></a>
## [2.0.11-unstable.1](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@2.0.11-unstable.0...aws-amplify-angular@2.0.11-unstable.1) (2018-10-18)




**Note:** Version bump only for package aws-amplify-angular

<a name="2.0.11-unstable.0"></a>
## [2.0.11-unstable.0](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@2.0.10...aws-amplify-angular@2.0.11-unstable.0) (2018-10-18)

Expand Down
4 changes: 2 additions & 2 deletions packages/aws-amplify-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-angular",
"version": "2.0.11-unstable.0",
"version": "2.0.11-unstable.1",
"description": "AWS Amplify Angular Components",
"main": "bundles/aws-amplify-angular.umd.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -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.8-unstable.0",
"aws-amplify": "^1.1.8-unstable.1",
"babel-core": "^6.26.3",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/aws-amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.1.8-unstable.1"></a>
## [1.1.8-unstable.1](https://github.com/aws/aws-amplify/compare/aws-amplify@1.1.8-unstable.0...aws-amplify@1.1.8-unstable.1) (2018-10-18)




**Note:** Version bump only for package aws-amplify

<a name="1.1.8-unstable.0"></a>
## [1.1.8-unstable.0](https://github.com/aws/aws-amplify/compare/aws-amplify@1.1.7...aws-amplify@1.1.8-unstable.0) (2018-10-18)

Expand Down
4 changes: 2 additions & 2 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "1.1.8-unstable.0",
"version": "1.1.8-unstable.1",
"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",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@aws-amplify/core": "^1.0.16",
"@aws-amplify/interactions": "^1.0.16",
"@aws-amplify/pubsub": "^1.0.16",
"@aws-amplify/storage": "^1.0.17-unstable.0",
"@aws-amplify/storage": "^1.0.17-unstable.1",
"@aws-amplify/xr": "^0.1.6"
}
}
11 changes: 11 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.0.17-unstable.1"></a>
## [1.0.17-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.17-unstable.0...@aws-amplify/storage@1.0.17-unstable.1) (2018-10-18)


### Bug Fixes

* **storage:** Update JSDoc to clarify that Storage.get can return a Promise<String|Object> ([#1913](https://github.com/aws/aws-amplify/issues/1913)) ([dfc3bb7](https://github.com/aws/aws-amplify/commit/dfc3bb7)), closes [#1912](https://github.com/aws/aws-amplify/issues/1912)




<a name="1.0.17-unstable.0"></a>
## [1.0.17-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.16...@aws-amplify/storage@1.0.17-unstable.0) (2018-10-18)

Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/storage",
"version": "1.0.17-unstable.0",
"version": "1.0.17-unstable.1",
"description": "Storage category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down

0 comments on commit eec3439

Please sign in to comment.