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.23
 - @aws-amplify/api@1.0.42
 - @aws-amplify/auth@1.2.31
 - aws-amplify-angular@3.0.11
 - aws-amplify@1.1.36
 - @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/pushnotification@1.0.32
 - @aws-amplify/storage@1.1.0
 - @aws-amplify/xr@0.1.22
  • Loading branch information
aws-amplify-bot committed Aug 5, 2019
1 parent f0dd36b commit b7d2eb9
Show file tree
Hide file tree
Showing 26 changed files with 161 additions and 39 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.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





## [1.2.22](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.21...@aws-amplify/analytics@1.2.22) (2019-07-31)

**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.22",
"version": "1.2.23",
"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.31",
"@aws-amplify/core": "^1.0.31",
"@aws-amplify/cache": "^1.0.32",
"@aws-amplify/core": "^1.1.0",
"uuid": "^3.2.1"
},
"jest": {
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.

## [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





## [1.0.41](https://github.com/aws/aws-amplify/compare/@aws-amplify/api@1.0.40...@aws-amplify/api@1.0.41) (2019-07-31)

**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.41",
"version": "1.0.42",
"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.30",
"@aws-amplify/cache": "^1.0.31",
"@aws-amplify/core": "^1.0.31",
"@aws-amplify/auth": "^1.2.31",
"@aws-amplify/cache": "^1.0.32",
"@aws-amplify/core": "^1.1.0",
"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.2.31](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.2.30...@aws-amplify/auth@1.2.31) (2019-08-05)


### Bug Fixes

* **@aws-amplify/auth:** Encode customState when storing to compare against incoming state for federated sign in ([#3784](https://github.com/aws/aws-amplify/issues/3784)) ([1824134](https://github.com/aws/aws-amplify/commit/1824134))





## [1.2.30](https://github.com/aws/aws-amplify/compare/@aws-amplify/auth@1.2.29...@aws-amplify/auth@1.2.30) (2019-07-31)

**Note:** Version bump only for package @aws-amplify/auth
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.30",
"version": "1.2.31",
"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.31",
"@aws-amplify/core": "^1.0.31",
"@aws-amplify/cache": "^1.0.32",
"@aws-amplify/core": "^1.1.0",
"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.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





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

**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.10",
"version": "3.0.11",
"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.35",
"aws-amplify": "^1.1.36",
"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.

## [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





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

**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.35",
"version": "1.1.36",
"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.22",
"@aws-amplify/api": "^1.0.41",
"@aws-amplify/auth": "^1.2.30",
"@aws-amplify/cache": "^1.0.31",
"@aws-amplify/core": "^1.0.31",
"@aws-amplify/interactions": "^1.0.34",
"@aws-amplify/predictions": "^1.0.2",
"@aws-amplify/pubsub": "^1.0.32",
"@aws-amplify/storage": "^1.0.36",
"@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/ui": "^1.0.23",
"@aws-amplify/xr": "^0.1.21"
"@aws-amplify/xr": "^0.1.22"
}
}
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.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





## [1.0.31](https://github.com/aws/aws-amplify/compare/@aws-amplify/cache@1.0.30...@aws-amplify/cache@1.0.31) (2019-07-31)

**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.31",
"version": "1.0.32",
"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.0.31"
"@aws-amplify/core": "^1.1.0"
},
"jest": {
"transform": {
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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/core@1.0.31...@aws-amplify/core@1.1.0) (2019-08-05)


### Bug Fixes

* **@aws-amplify/core:** Await for cache.setItem when setting federatedInfo ([8691c42](https://github.com/aws/aws-amplify/commit/8691c42)), closes [#3296](https://github.com/aws/aws-amplify/issues/3296)
* **@aws-amplify/core:** Edge browser misidentified as Chrome ([#3807](https://github.com/aws/aws-amplify/issues/3807)) ([302d95b](https://github.com/aws/aws-amplify/commit/302d95b))


### Features

* Add support for local testing of api and storage ([#3806](https://github.com/aws/aws-amplify/issues/3806)) ([4390e8e](https://github.com/aws/aws-amplify/commit/4390e8e))





## [1.0.31](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.0.30...@aws-amplify/core@1.0.31) (2019-07-31)

**Note:** Version bump only for package @aws-amplify/core
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.31",
"version": "1.1.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.

## [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





## [1.0.34](https://github.com/aws/aws-amplify/compare/@aws-amplify/interactions@1.0.33...@aws-amplify/interactions@1.0.34) (2019-07-31)

**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.34",
"version": "1.0.35",
"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.0.31"
"@aws-amplify/core": "^1.1.0"
},
"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.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





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

**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.2",
"version": "1.0.3",
"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.0.31",
"@aws-amplify/storage": "^1.0.36",
"@aws-amplify/core": "^1.1.0",
"@aws-amplify/storage": "^1.1.0",
"@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
11 changes: 11 additions & 0 deletions packages/pubsub/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/pubsub@1.0.32...@aws-amplify/pubsub@1.1.0) (2019-08-05)


### Features

* Add support for local testing of api and storage ([#3806](https://github.com/aws/aws-amplify/issues/3806)) ([4390e8e](https://github.com/aws/aws-amplify/commit/4390e8e))





## [1.0.32](https://github.com/aws/aws-amplify/compare/@aws-amplify/pubsub@1.0.31...@aws-amplify/pubsub@1.0.32) (2019-07-31)

**Note:** Version bump only for package @aws-amplify/pubsub
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.0.32",
"version": "1.1.0",
"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.0.31",
"@aws-amplify/core": "^1.1.0",
"uuid": "^3.2.1",
"zen-observable": "^0.8.6"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/pushnotification/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.32](https://github.com/aws/aws-amplify/compare/@aws-amplify/pushnotification@1.0.31...@aws-amplify/pushnotification@1.0.32) (2019-08-05)

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





## [1.0.31](https://github.com/aws/aws-amplify/compare/@aws-amplify/pushnotification@1.0.30...@aws-amplify/pushnotification@1.0.31) (2019-07-31)

**Note:** Version bump only for package @aws-amplify/pushnotification
Expand Down
4 changes: 2 additions & 2 deletions packages/pushnotification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/pushnotification",
"version": "1.0.31",
"version": "1.0.32",
"description": "Push notifications 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.0.31"
"@aws-amplify/core": "^1.1.0"
},
"peerdependencies": {
"react-native": "^0.55.0"
Expand Down
Loading

0 comments on commit b7d2eb9

Please sign in to comment.