Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - @aws-amplify/analytics@1.2.24
 - @aws-amplify/api@1.1.0
 - @aws-amplify/auth@1.3.0
 - aws-amplify-angular@3.0.12
 - aws-amplify-react-native@2.1.17
 - aws-amplify-react@2.3.13
 - aws-amplify@1.1.37
 - @aws-amplify/cache@1.0.33
 - @aws-amplify/core@1.1.1
 - @aws-amplify/interactions@1.0.36
 - @aws-amplify/predictions@1.0.4
 - @aws-amplify/pubsub@1.1.1
 - @aws-amplify/pushnotification@1.0.33
 - @aws-amplify/storage@1.1.1
 - @aws-amplify/xr@0.1.23
  • Loading branch information
aws-amplify-bot committed Sep 4, 2019
1 parent 2b0537d commit b41070e
Show file tree
Hide file tree
Showing 30 changed files with 179 additions and 41 deletions.
8 changes: 8 additions & 0 deletions packages/analytics/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.

## [1.2.24](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.23...@aws-amplify/analytics@1.2.24) (2019-09-04)

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





## [1.2.23](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.22...@aws-amplify/analytics@1.2.23) (2019-08-05)

**Note:** Version bump only for package @aws-amplify/analytics
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.2.23",
"version": "1.2.24",
"description": "Analytics category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -51,8 +51,8 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@aws-amplify/cache": "^1.0.32",
"@aws-amplify/core": "^1.1.0",
"@aws-amplify/cache": "^1.0.33",
"@aws-amplify/core": "^1.1.1",
"uuid": "^3.2.1"
},
"jest": {
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.

# [1.1.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.42...@aws-amplify/api@1.1.0) (2019-09-04)


### Features

* **@aws-amplify/api:** Add ability to set withCredentials in API ([#3634](https://github.com/aws/aws-amplify/issues/3634)) ([8437578](https://github.com/aws/aws-amplify/commit/8437578))





## [1.0.42](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.41...@aws-amplify/api@1.0.42) (2019-08-05)

**Note:** Version bump only for package @aws-amplify/api
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.42",
"version": "1.1.0",
"description": "Api category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -49,9 +49,9 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@aws-amplify/auth": "^1.2.31",
"@aws-amplify/cache": "^1.0.32",
"@aws-amplify/core": "^1.1.0",
"@aws-amplify/auth": "^1.3.0",
"@aws-amplify/cache": "^1.0.33",
"@aws-amplify/core": "^1.1.1",
"axios": "^0.19.0",
"graphql": "0.13.0",
"uuid": "^3.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/auth/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.

# [1.3.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.2.31...@aws-amplify/auth@1.3.0) (2019-09-04)


### Features

* **@aws-amplify/auth:** Error messaging ([47ec74d](https://github.com/aws/aws-amplify/commit/47ec74d))





## [1.2.31](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.2.30...@aws-amplify/auth@1.2.31) (2019-08-05)


Expand Down
6 changes: 3 additions & 3 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.2.31",
"version": "1.3.0",
"description": "Auth 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.32",
"@aws-amplify/core": "^1.1.0",
"@aws-amplify/cache": "^1.0.33",
"@aws-amplify/core": "^1.1.1",
"amazon-cognito-identity-js": "^3.0.15",
"crypto-js": "^3.1.9-1"
},
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.

## [3.0.12](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@3.0.11...aws-amplify-angular@3.0.12) (2019-09-04)

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





## [3.0.11](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@3.0.10...aws-amplify-angular@3.0.11) (2019-08-05)

**Note:** Version bump only for package aws-amplify-angular
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": "3.0.11",
"version": "3.0.12",
"description": "AWS Amplify Angular Components",
"main": "bundles/aws-amplify-angular.umd.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@types/zen-observable": "^0.5.3",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^4.0.1",
"aws-amplify": "^1.1.36",
"aws-amplify": "^1.1.37",
"babel-core": "^6.26.3",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
Expand Down
13 changes: 13 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,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.17](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@2.1.16...aws-amplify-react-native@2.1.17) (2019-09-04)


### Bug Fixes

* **aws-amplify-react-native:** Add countryDialCodes to allow non USA phone numbers ([#3593](https://github.com/aws/aws-amplify/issues/3593)) ([9791966](https://github.com/aws/aws-amplify/commit/9791966))
* **aws-amplify-react-native:** removing axios dependency on amplify-react-native ([4c5b7cf](https://github.com/aws/aws-amplify/commit/4c5b7cf))
* **aws-amplify-react-native:** Use more compatible default export syntax ([#3102](https://github.com/aws/aws-amplify/issues/3102)) ([3ed0b74](https://github.com/aws/aws-amplify/commit/3ed0b74))





## [2.1.16](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@2.1.15...aws-amplify-react-native@2.1.16) (2019-07-30)

**Note:** Version bump only for package aws-amplify-react-native
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.1.16",
"version": "2.1.17",
"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.

## [2.3.13](https://github.com/aws/aws-amplify/compare/aws-amplify-react@2.3.12...aws-amplify-react@2.3.13) (2019-09-04)

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





## [2.3.12](https://github.com/aws/aws-amplify/compare/aws-amplify-react@2.3.11...aws-amplify-react@2.3.12) (2019-07-30)

**Note:** Version bump only for package aws-amplify-react
Expand Down
2 changes: 1 addition & 1 deletion 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.3.12",
"version": "2.3.13",
"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/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.

## [1.1.37](https://github.com/aws/aws-amplify/compare/aws-amplify@1.1.36...aws-amplify@1.1.37) (2019-09-04)

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





## [1.1.36](https://github.com/aws/aws-amplify/compare/aws-amplify@1.1.35...aws-amplify@1.1.36) (2019-08-05)

**Note:** Version bump only for package aws-amplify
Expand Down
22 changes: 11 additions & 11 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.36",
"version": "1.1.37",
"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 @@ -45,16 +45,16 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@aws-amplify/analytics": "^1.2.23",
"@aws-amplify/api": "^1.0.42",
"@aws-amplify/auth": "^1.2.31",
"@aws-amplify/cache": "^1.0.32",
"@aws-amplify/core": "^1.1.0",
"@aws-amplify/interactions": "^1.0.35",
"@aws-amplify/predictions": "^1.0.3",
"@aws-amplify/pubsub": "^1.1.0",
"@aws-amplify/storage": "^1.1.0",
"@aws-amplify/analytics": "^1.2.24",
"@aws-amplify/api": "^1.1.0",
"@aws-amplify/auth": "^1.3.0",
"@aws-amplify/cache": "^1.0.33",
"@aws-amplify/core": "^1.1.1",
"@aws-amplify/interactions": "^1.0.36",
"@aws-amplify/predictions": "^1.0.4",
"@aws-amplify/pubsub": "^1.1.1",
"@aws-amplify/storage": "^1.1.1",
"@aws-amplify/ui": "^1.0.23",
"@aws-amplify/xr": "^0.1.22"
"@aws-amplify/xr": "^0.1.23"
}
}
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.

## [1.0.33](https://github.com/aws/aws-amplify/compare/@aws-amplify/cache@1.0.32...@aws-amplify/cache@1.0.33) (2019-09-04)

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





## [1.0.32](https://github.com/aws/aws-amplify/compare/@aws-amplify/cache@1.0.31...@aws-amplify/cache@1.0.32) (2019-08-05)

**Note:** Version bump only for package @aws-amplify/cache
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.32",
"version": "1.0.33",
"description": "Cache category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@aws-amplify/core": "^1.1.0"
"@aws-amplify/core": "^1.1.1"
},
"jest": {
"transform": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

## [1.1.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.1.0...@aws-amplify/core@1.1.1) (2019-09-04)

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





# [1.1.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.0.31...@aws-amplify/core@1.1.0) (2019-08-05)


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.1.0",
"version": "1.1.1",
"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.

## [1.0.36](https://github.com/aws/aws-amplify/compare/@aws-amplify/interactions@1.0.35...@aws-amplify/interactions@1.0.36) (2019-09-04)

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





## [1.0.35](https://github.com/aws/aws-amplify/compare/@aws-amplify/interactions@1.0.34...@aws-amplify/interactions@1.0.35) (2019-08-05)

**Note:** Version bump only for package @aws-amplify/interactions
Expand Down
4 changes: 2 additions & 2 deletions packages/interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/interactions",
"version": "1.0.35",
"version": "1.0.36",
"description": "Interactions category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@aws-amplify/core": "^1.1.0"
"@aws-amplify/core": "^1.1.1"
},
"jest": {
"transform": {
Expand Down
8 changes: 8 additions & 0 deletions packages/predictions/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.

## [1.0.4](https://github.com/aws/aws-amplify/compare/@aws-amplify/predictions@1.0.3...@aws-amplify/predictions@1.0.4) (2019-09-04)

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





## [1.0.3](https://github.com/aws/aws-amplify/compare/@aws-amplify/predictions@1.0.2...@aws-amplify/predictions@1.0.3) (2019-08-05)

**Note:** Version bump only for package @aws-amplify/predictions
Expand Down
6 changes: 3 additions & 3 deletions packages/predictions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/predictions",
"version": "1.0.3",
"version": "1.0.4",
"description": "Machine learning 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/core": "^1.1.0",
"@aws-amplify/storage": "^1.1.0",
"@aws-amplify/core": "^1.1.1",
"@aws-amplify/storage": "^1.1.1",
"@aws-sdk/eventstream-marshaller": "^0.1.0-preview.2",
"@aws-sdk/util-utf8-node": "^0.1.0-preview.1",
"uuid": "^3.2.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/pubsub@1.1.0...@aws-amplify/pubsub@1.1.1) (2019-09-04)


### Bug Fixes

* **@aws-amplify/pubsub:** call observer.error on disconnect for MqttOverWSProvider ([0795db6](https://github.com/aws/aws-amplify/commit/0795db6))
* **@aws-amplify/pubsub:** sending connection error to observable on AWSAppSyncProvider ([8b7cac7](https://github.com/aws/aws-amplify/commit/8b7cac7))





# [1.1.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/pubsub@1.0.32...@aws-amplify/pubsub@1.1.0) (2019-08-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pubsub",
"version": "1.1.0",
"version": "1.1.1",
"description": "Pubsub 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/core": "^1.1.0",
"@aws-amplify/core": "^1.1.1",
"uuid": "^3.2.1",
"zen-observable": "^0.8.6"
},
Expand Down
Loading

0 comments on commit b41070e

Please sign in to comment.