Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - amazon-cognito-identity-js@2.0.26-beta.0
 - @aws-amplify/ui@1.0.3-beta.0
 - @aws-amplify/analytics@1.0.9-beta.0
 - @aws-amplify/api@1.0.11-beta.0
 - @aws-amplify/auth@1.1.2-beta.0
 - aws-amplify-angular@2.0.3-beta.0
 - aws-amplify-react@2.0.2-beta.0
 - aws-amplify-vue@0.1.1-beta.0
 - aws-amplify@1.0.11-beta.0
 - @aws-amplify/cache@1.0.9-beta.0
 - @aws-amplify/core@1.0.9-beta.0
 - @aws-amplify/interactions@1.0.9-beta.0
 - @aws-amplify/pubsub@1.0.9-beta.0
 - @aws-amplify/pushnotification@1.0.9-beta.0
 - @aws-amplify/storage@1.0.9-beta.0
  • Loading branch information
aws-amplify-bot committed Sep 12, 2018
1 parent b9c54f9 commit b8832a2
Show file tree
Hide file tree
Showing 30 changed files with 181 additions and 42 deletions.
8 changes: 8 additions & 0 deletions packages/amazon-cognito-identity-js/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.26-beta.0"></a>
## [2.0.26-beta.0](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.25...amazon-cognito-identity-js@2.0.26-beta.0) (2018-09-12)




**Note:** Version bump only for package amazon-cognito-identity-js

<a name="2.0.25"></a>
## [2.0.25](https://github.com/aws/aws-amplify/compare/amazon-cognito-identity-js@2.0.25-unstable.0...amazon-cognito-identity-js@2.0.25) (2018-09-09)

Expand Down
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "amazon-cognito-identity-js",
"description": "Amazon Cognito Identity Provider JavaScript SDK",
"version": "2.0.25",
"version": "2.0.26-beta.0",
"author": {
"name": "Amazon Web Services",
"email": "aws@amazon.com",
Expand Down
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.3-beta.0"></a>
## [1.0.3-beta.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui@1.0.2...@aws-amplify/ui@1.0.3-beta.0) (2018-09-12)




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

<a name="1.0.2"></a>
## [1.0.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui@1.0.1-unstable.0...@aws-amplify/ui@1.0.2) (2018-08-28)

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.2",
"version": "1.0.3-beta.0",
"main": "dist/aws-amplify-ui.js",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/analytics/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.9-beta.0"></a>
## [1.0.9-beta.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.0.8...@aws-amplify/analytics@1.0.9-beta.0) (2018-09-12)


### Bug Fixes

* **aws-amplify:** update the version of aws-sdk to latest ([482402d](https://github.com/aws/aws-amplify/commit/482402d))




<a name="1.0.8"></a>
## [1.0.8](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.0.7...@aws-amplify/analytics@1.0.8) (2018-09-09)

Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/analytics",
"version": "1.0.8",
"version": "1.0.9-beta.0",
"description": "Analytics category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -50,8 +50,8 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@aws-amplify/cache": "^1.0.7",
"@aws-amplify/core": "^1.0.7",
"@aws-amplify/cache": "^1.0.9-beta.0",
"@aws-amplify/core": "^1.0.9-beta.0",
"aws-sdk": "^2.312.0",
"uuid": "^3.2.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/api/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.11-beta.0"></a>
## [1.0.11-beta.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.10...@aws-amplify/api@1.0.11-beta.0) (2018-09-12)


### Bug Fixes

* **pubsub:** Better handling of multiple AppSync subscriptions ([#1611](https://github.com/aws/aws-amplify/issues/1611)) ([6c86500](https://github.com/aws/aws-amplify/commit/6c86500))




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

Expand Down
8 changes: 4 additions & 4 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.10",
"version": "1.0.11-beta.0",
"description": "Api category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -50,9 +50,9 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@aws-amplify/auth": "^1.1.1",
"@aws-amplify/cache": "^1.0.7",
"@aws-amplify/core": "^1.0.7",
"@aws-amplify/auth": "^1.1.2-beta.0",
"@aws-amplify/cache": "^1.0.9-beta.0",
"@aws-amplify/core": "^1.0.9-beta.0",
"@types/zen-observable": "^0.5.3",
"axios": "^0.17.0",
"graphql": "0.13.0",
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.1.2-beta.0"></a>
## [1.1.2-beta.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.1.1...@aws-amplify/auth@1.1.2-beta.0) (2018-09-12)




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

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

Expand Down
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/auth",
"version": "1.1.1",
"version": "1.1.2-beta.0",
"description": "Auth category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -50,10 +50,10 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@aws-amplify/cache": "^1.0.7",
"@aws-amplify/core": "^1.0.7",
"@aws-amplify/cache": "^1.0.9-beta.0",
"@aws-amplify/core": "^1.0.9-beta.0",
"amazon-cognito-auth-js": "^1.1.9",
"amazon-cognito-identity-js": "^2.0.25"
"amazon-cognito-identity-js": "^2.0.26-beta.0"
},
"jest": {
"transform": {
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.3-beta.0"></a>
## [2.0.3-beta.0](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@2.0.2...aws-amplify-angular@2.0.3-beta.0) (2018-09-12)




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

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

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.2",
"version": "2.0.3-beta.0",
"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.2",
"@aws-amplify/ui": "^1.0.3-beta.0",
"@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.0.10",
"aws-amplify": "^1.0.11-beta.0",
"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/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.2-beta.0"></a>
## [2.0.2-beta.0](https://github.com/aws/aws-amplify/compare/aws-amplify-react@2.0.1...aws-amplify-react@2.0.2-beta.0) (2018-09-12)




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

<a name="2.0.1"></a>
## [2.0.1](https://github.com/aws/aws-amplify/compare/aws-amplify-react@2.0.1-unstable.0...aws-amplify-react@2.0.1) (2018-09-09)

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.0.1",
"version": "2.0.2-beta.0",
"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 @@ -55,7 +55,7 @@
}
},
"dependencies": {
"@aws-amplify/ui": "^1.0.2",
"@aws-amplify/ui": "^1.0.3-beta.0",
"qrcode.react": "^0.8.0",
"regenerator-runtime": "^0.11.1"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/aws-amplify-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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.1-beta.0"></a>
## 0.1.1-beta.0 (2018-09-12)




**Note:** Version bump only for package aws-amplify-vue
8 changes: 4 additions & 4 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.0",
"version": "0.1.1-beta.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -14,16 +14,16 @@
"vue": "^2.5.17"
},
"devDependencies": {
"@aws-amplify/ui": "^1.0.2",
"@aws-amplify/ui": "^1.0.3-beta.0",
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-plugin-unit-jest": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-eslint": "^8.2.5",
"eslint-loader": "^2.1.0",
"vue-template-compiler": "^2.5.16",
"postcss-loader": "^2.1.6"
"postcss-loader": "^2.1.6",
"vue-template-compiler": "^2.5.16"
},
"eslintConfig": {
"root": true,
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.0.11-beta.0"></a>
## [1.0.11-beta.0](https://github.com/aws/aws-amplify/compare/aws-amplify@1.0.10...aws-amplify@1.0.11-beta.0) (2018-09-12)




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

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

Expand Down
18 changes: 9 additions & 9 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.0.10",
"version": "1.0.11-beta.0",
"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 @@ -47,13 +47,13 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@aws-amplify/analytics": "^1.0.7",
"@aws-amplify/api": "^1.0.10",
"@aws-amplify/auth": "^1.1.1",
"@aws-amplify/cache": "^1.0.7",
"@aws-amplify/core": "^1.0.7",
"@aws-amplify/interactions": "^1.0.7",
"@aws-amplify/pubsub": "^1.0.7",
"@aws-amplify/storage": "^1.0.7"
"@aws-amplify/analytics": "^1.0.9-beta.0",
"@aws-amplify/api": "^1.0.11-beta.0",
"@aws-amplify/auth": "^1.1.2-beta.0",
"@aws-amplify/cache": "^1.0.9-beta.0",
"@aws-amplify/core": "^1.0.9-beta.0",
"@aws-amplify/interactions": "^1.0.9-beta.0",
"@aws-amplify/pubsub": "^1.0.9-beta.0",
"@aws-amplify/storage": "^1.0.9-beta.0"
}
}
8 changes: 8 additions & 0 deletions packages/cache/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.9-beta.0"></a>
## [1.0.9-beta.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/cache@1.0.8...@aws-amplify/cache@1.0.9-beta.0) (2018-09-12)




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

<a name="1.0.8"></a>
## [1.0.8](https://github.com/aws/aws-amplify/compare/@aws-amplify/cache@1.0.8-unstable.3...@aws-amplify/cache@1.0.8) (2018-09-09)

Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/cache",
"version": "1.0.8",
"version": "1.0.9-beta.0",
"description": "Cache category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@aws-amplify/core": "^1.0.7"
"@aws-amplify/core": "^1.0.9-beta.0"
},
"jest": {
"transform": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.9-beta.0"></a>
## [1.0.9-beta.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.0.8...@aws-amplify/core@1.0.9-beta.0) (2018-09-12)


### Bug Fixes

* **aws-amplify:** update the version of aws-sdk to latest ([482402d](https://github.com/aws/aws-amplify/commit/482402d))




<a name="1.0.8"></a>
## [1.0.8](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.0.8-unstable.2...@aws-amplify/core@1.0.8) (2018-09-09)

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/core",
"version": "1.0.8",
"version": "1.0.9-beta.0",
"description": "Core category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/interactions/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.9-beta.0"></a>
## [1.0.9-beta.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/interactions@1.0.8...@aws-amplify/interactions@1.0.9-beta.0) (2018-09-12)




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

<a name="1.0.8"></a>
## [1.0.8](https://github.com/aws/aws-amplify/compare/@aws-amplify/interactions@1.0.7...@aws-amplify/interactions@1.0.8) (2018-09-09)

Expand Down
Loading

0 comments on commit b8832a2

Please sign in to comment.