Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - @aws-amplify/ui@1.0.8
 - @aws-amplify/api@1.0.19
 - @aws-amplify/auth@1.2.8
 - aws-amplify-angular@2.0.11
 - aws-amplify-react-native@2.0.8
 - aws-amplify-react@2.1.2
 - aws-amplify-vue@0.1.5
 - aws-amplify@1.1.8
 - @aws-amplify/storage@1.0.17
  • Loading branch information
aws-amplify-bot committed Oct 29, 2018
1 parent 6d6d46a commit edd32db
Show file tree
Hide file tree
Showing 18 changed files with 89 additions and 17 deletions.
8 changes: 8 additions & 0 deletions packages/amplify-ui/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.0.8"></a>
## [1.0.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui@1.0.8-unstable.0...@aws-amplify/ui@1.0.8) (2018-10-29)




**Note:** Version bump only for package @aws-amplify/ui

<a name="1.0.8-unstable.0"></a>
## [1.0.8-unstable.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui@1.0.7...@aws-amplify/ui@1.0.8-unstable.0) (2018-10-29)

Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui",
"version": "1.0.8-unstable.0",
"version": "1.0.8",
"main": "dist/aws-amplify-ui.js",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/api/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.0.19"></a>
## [1.0.19](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.19-unstable.1...@aws-amplify/api@1.0.19) (2018-10-29)




**Note:** Version bump only for package @aws-amplify/api

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

Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
"version": "1.0.19-unstable.1",
"version": "1.0.19",
"description": "Api category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@aws-amplify/auth": "^1.2.8-unstable.1",
"@aws-amplify/auth": "^1.2.8",
"@aws-amplify/cache": "^1.0.16",
"@aws-amplify/core": "^1.0.16",
"@types/zen-observable": "^0.5.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/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.2.8"></a>
## [1.2.8](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.2.8-unstable.1...@aws-amplify/auth@1.2.8) (2018-10-29)




**Note:** Version bump only for package @aws-amplify/auth

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

Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
"version": "1.2.8-unstable.1",
"version": "1.2.8",
"description": "Auth category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down
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"></a>
## [2.0.11](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@2.0.11-unstable.3...aws-amplify-angular@2.0.11) (2018-10-29)




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

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

Expand Down
6 changes: 3 additions & 3 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.3",
"version": "2.0.11",
"description": "AWS Amplify Angular Components",
"main": "bundles/aws-amplify-angular.umd.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -29,14 +29,14 @@
"@angular/forms": "^6.0.3",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@aws-amplify/ui": "^1.0.8-unstable.0",
"@aws-amplify/ui": "^1.0.8",
"@types/jest": "^23.1.5",
"@types/node": "^9.4.6",
"@types/paho-mqtt": "^1.0.3",
"@types/zen-observable": "^0.5.3",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^4.0.1",
"aws-amplify": "^1.1.8-unstable.3",
"aws-amplify": "^1.1.8",
"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-react-native/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.8"></a>
## [2.0.8](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@2.0.8-unstable.0...aws-amplify-react-native@2.0.8) (2018-10-29)




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

<a name="2.0.8-unstable.0"></a>
## [2.0.8-unstable.0](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@2.0.7...aws-amplify-react-native@2.0.8-unstable.0) (2018-10-25)

Expand Down
2 changes: 1 addition & 1 deletion packages/aws-amplify-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-react-native",
"version": "2.0.8-unstable.0",
"version": "2.0.8",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/aws-amplify-react/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.1.2"></a>
## [2.1.2](https://github.com/aws/aws-amplify/compare/aws-amplify-react@2.1.2-unstable.5...aws-amplify-react@2.1.2) (2018-10-29)




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

<a name="2.1.2-unstable.5"></a>
## [2.1.2-unstable.5](https://github.com/aws/aws-amplify/compare/aws-amplify-react@2.1.2-unstable.4...aws-amplify-react@2.1.2-unstable.5) (2018-10-29)

Expand Down
4 changes: 2 additions & 2 deletions packages/aws-amplify-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-react",
"version": "2.1.2-unstable.5",
"version": "2.1.2",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -65,7 +65,7 @@
}
},
"dependencies": {
"@aws-amplify/ui": "^1.0.8-unstable.0",
"@aws-amplify/ui": "^1.0.8",
"qrcode.react": "^0.8.0",
"regenerator-runtime": "^0.11.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/aws-amplify-vue/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="0.1.5"></a>
## [0.1.5](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-vue@0.1.5-unstable.1...aws-amplify-vue@0.1.5) (2018-10-29)




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

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

Expand Down
4 changes: 2 additions & 2 deletions packages/aws-amplify-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-vue",
"version": "0.1.5-unstable.1",
"version": "0.1.5",
"license": "Apache-2.0",
"private": false,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"vue2-filters": "^0.3.0"
},
"devDependencies": {
"@aws-amplify/ui": "^1.0.8-unstable.0",
"@aws-amplify/ui": "^1.0.8",
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-unit-jest": "^3.0.1",
"@vue/cli-service": "^3.0.1",
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"></a>
## [1.1.8](https://github.com/aws/aws-amplify/compare/aws-amplify@1.1.8-unstable.3...aws-amplify@1.1.8) (2018-10-29)




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

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

Expand Down
8 changes: 4 additions & 4 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.3",
"version": "1.1.8",
"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 @@ -48,13 +48,13 @@
},
"dependencies": {
"@aws-amplify/analytics": "^1.2.4",
"@aws-amplify/api": "^1.0.19-unstable.1",
"@aws-amplify/auth": "^1.2.8-unstable.1",
"@aws-amplify/api": "^1.0.19",
"@aws-amplify/auth": "^1.2.8",
"@aws-amplify/cache": "^1.0.16",
"@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.1",
"@aws-amplify/storage": "^1.0.17",
"@aws-amplify/xr": "^0.1.6"
}
}
8 changes: 8 additions & 0 deletions packages/storage/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.0.17"></a>
## [1.0.17](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.17-unstable.1...@aws-amplify/storage@1.0.17) (2018-10-29)




**Note:** Version bump only for package @aws-amplify/storage

<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)

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.1",
"version": "1.0.17",
"description": "Storage category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down

0 comments on commit edd32db

Please sign in to comment.