Skip to content

Commit c4fdc5c

Browse files
author
aws-amplify-bot
committed
chore(release): Publish [ci skip]
- amazon-cognito-identity-js@3.2.0 - @aws-amplify/analytics@1.3.4 - @aws-amplify/api@1.2.4 - @aws-amplify/auth@1.5.0 - aws-amplify-angular@3.1.4 - aws-amplify-react@2.5.4 - aws-amplify@1.2.4 - @aws-amplify/cache@1.1.4 - @aws-amplify/core@1.2.4 - @aws-amplify/interactions@1.1.4 - @aws-amplify/predictions@1.1.4 - @aws-amplify/pubsub@1.2.4 - @aws-amplify/pushnotification@1.1.4 - @aws-amplify/storage@1.2.4 - @aws-amplify/xr@0.2.4
1 parent 1dbd6e5 commit c4fdc5c

31 files changed

+176
-44
lines changed

packages/amazon-cognito-identity-js/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.2.0](https://github.com/aws-amplify/amplify-js/compare/amazon-cognito-identity-js@3.1.3...amazon-cognito-identity-js@3.2.0) (2019-10-29)
7+
8+
9+
### Features
10+
11+
* **@aws-amplify/auth:** clientMetadata ([#4149](https://github.com/aws-amplify/amplify-js/issues/4149)) ([ac34816](https://github.com/aws-amplify/amplify-js/commit/ac34816df326331cfe04474fdf35790c52f4a1d3))
12+
13+
14+
15+
16+
617
## [3.1.3](https://github.com/aws-amplify/amplify-js/compare/amazon-cognito-identity-js@3.1.2...amazon-cognito-identity-js@3.1.3) (2019-10-23)
718

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

packages/amazon-cognito-identity-js/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amazon-cognito-identity-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "amazon-cognito-identity-js",
33
"description": "Amazon Cognito Identity Provider JavaScript SDK",
4-
"version": "3.1.3",
4+
"version": "3.2.0",
55
"author": {
66
"name": "Amazon Web Services",
77
"email": "aws@amazon.com",

packages/analytics/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@1.3.3...@aws-amplify/analytics@1.3.4) (2019-10-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **analytics:** Don't call sendBeacon when not supported ([#4246](https://github.com/aws-amplify/amplify-js/issues/4246)) ([4846968](https://github.com/aws-amplify/amplify-js/commit/4846968b55f4ad1c22667f767939ba224be86c79))
12+
13+
14+
15+
16+
617
## [1.3.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@1.3.2...@aws-amplify/analytics@1.3.3) (2019-10-23)
718

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

packages/analytics/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/analytics",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Analytics category of aws-amplify",
55
"main": "./index.js",
66
"module": "./lib-esm/index.js",
@@ -34,8 +34,8 @@
3434
},
3535
"homepage": "https://aws-amplify.github.io/",
3636
"dependencies": {
37-
"@aws-amplify/cache": "^1.1.3",
38-
"@aws-amplify/core": "^1.2.3",
37+
"@aws-amplify/cache": "^1.1.4",
38+
"@aws-amplify/core": "^1.2.4",
3939
"uuid": "^3.2.1"
4040
},
4141
"jest": {

packages/api/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@1.2.3...@aws-amplify/api@1.2.4) (2019-10-29)
7+
8+
**Note:** Version bump only for package @aws-amplify/api
9+
10+
11+
12+
13+
614
## [1.2.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@1.2.2...@aws-amplify/api@1.2.3) (2019-10-23)
715

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

packages/api/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Api category of aws-amplify",
55
"main": "./index.js",
66
"module": "./lib-esm/index.js",
@@ -35,9 +35,9 @@
3535
"prettier": "^1.7.4"
3636
},
3737
"dependencies": {
38-
"@aws-amplify/auth": "^1.4.3",
39-
"@aws-amplify/cache": "^1.1.3",
40-
"@aws-amplify/core": "^1.2.3",
38+
"@aws-amplify/auth": "^1.5.0",
39+
"@aws-amplify/cache": "^1.1.4",
40+
"@aws-amplify/core": "^1.2.4",
4141
"@types/zen-observable": "^0.5.3",
4242
"axios": "^0.19.0",
4343
"graphql": "14.0.0",

packages/auth/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.5.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@1.4.3...@aws-amplify/auth@1.5.0) (2019-10-29)
7+
8+
9+
### Features
10+
11+
* **@aws-amplify/auth:** clientMetadata ([#4149](https://github.com/aws-amplify/amplify-js/issues/4149)) ([ac34816](https://github.com/aws-amplify/amplify-js/commit/ac34816df326331cfe04474fdf35790c52f4a1d3))
12+
13+
14+
15+
16+
617
## [1.4.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@1.4.2...@aws-amplify/auth@1.4.3) (2019-10-23)
718

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

packages/auth/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/auth",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"description": "Auth category of aws-amplify",
55
"main": "./index.js",
66
"module": "./lib-esm/index.js",
@@ -32,9 +32,9 @@
3232
},
3333
"homepage": "https://aws-amplify.github.io/",
3434
"dependencies": {
35-
"@aws-amplify/cache": "^1.1.3",
36-
"@aws-amplify/core": "^1.2.3",
37-
"amazon-cognito-identity-js": "^3.1.3",
35+
"@aws-amplify/cache": "^1.1.4",
36+
"@aws-amplify/core": "^1.2.4",
37+
"amazon-cognito-identity-js": "^3.2.0",
3838
"crypto-js": "^3.1.9-1"
3939
},
4040
"jest": {

packages/aws-amplify-angular/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.4](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@3.1.3...aws-amplify-angular@3.1.4) (2019-10-29)
7+
8+
**Note:** Version bump only for package aws-amplify-angular
9+
10+
11+
12+
13+
614
## [3.1.3](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@3.1.2...aws-amplify-angular@3.1.3) (2019-10-23)
715

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

packages/aws-amplify-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-amplify-angular",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "AWS Amplify Angular Components",
55
"main": "bundles/aws-amplify-angular.umd.js",
66
"module": "dist/index.js",
@@ -37,7 +37,7 @@
3737
"@types/zen-observable": "^0.5.3",
3838
"angular2-template-loader": "^0.6.2",
3939
"awesome-typescript-loader": "^4.0.1",
40-
"aws-amplify": "^1.2.3",
40+
"aws-amplify": "^1.2.4",
4141
"babel-core": "^6.26.3",
4242
"babel-plugin-lodash": "^3.3.4",
4343
"babel-preset-env": "^1.7.0",

packages/aws-amplify-react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.5.4](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-react@2.5.3...aws-amplify-react@2.5.4) (2019-10-29)
7+
8+
**Note:** Version bump only for package aws-amplify-react
9+
10+
11+
12+
13+
614
## [2.5.3](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-react@2.5.2...aws-amplify-react@2.5.3) (2019-10-23)
715

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

packages/aws-amplify-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-amplify-react",
3-
"version": "2.5.3",
3+
"version": "2.5.4",
44
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
55
"main": "./index.js",
66
"module": "./lib-esm/index.js",
@@ -23,7 +23,7 @@
2323
"@types/enzyme-adapter-react-16": "^1.0.3",
2424
"@types/react": "^16.0.41",
2525
"@types/react-dom": "^16.0.11",
26-
"aws-amplify": "^1.2.3",
26+
"aws-amplify": "^1.2.4",
2727
"enzyme": "^3.1.0",
2828
"enzyme-adapter-react-16": "^1.0.3",
2929
"enzyme-to-json": "^3.2.1",

packages/aws-amplify/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.4](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@1.2.3...aws-amplify@1.2.4) (2019-10-29)
7+
8+
**Note:** Version bump only for package aws-amplify
9+
10+
11+
12+
13+
614
## [1.2.3](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@1.2.2...aws-amplify@1.2.3) (2019-10-23)
715

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

packages/aws-amplify/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-amplify",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
55
"main": "./index.js",
66
"module": "./lib-esm/index.js",
@@ -31,16 +31,16 @@
3131
},
3232
"homepage": "https://aws-amplify.github.io/",
3333
"dependencies": {
34-
"@aws-amplify/analytics": "^1.3.3",
35-
"@aws-amplify/api": "^1.2.3",
36-
"@aws-amplify/auth": "^1.4.3",
37-
"@aws-amplify/cache": "^1.1.3",
38-
"@aws-amplify/core": "^1.2.3",
39-
"@aws-amplify/interactions": "^1.1.3",
40-
"@aws-amplify/predictions": "^1.1.3",
41-
"@aws-amplify/pubsub": "^1.2.3",
42-
"@aws-amplify/storage": "^1.2.3",
34+
"@aws-amplify/analytics": "^1.3.4",
35+
"@aws-amplify/api": "^1.2.4",
36+
"@aws-amplify/auth": "^1.5.0",
37+
"@aws-amplify/cache": "^1.1.4",
38+
"@aws-amplify/core": "^1.2.4",
39+
"@aws-amplify/interactions": "^1.1.4",
40+
"@aws-amplify/predictions": "^1.1.4",
41+
"@aws-amplify/pubsub": "^1.2.4",
42+
"@aws-amplify/storage": "^1.2.4",
4343
"@aws-amplify/ui": "^1.1.3",
44-
"@aws-amplify/xr": "^0.2.3"
44+
"@aws-amplify/xr": "^0.2.4"
4545
}
4646
}

packages/cache/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@1.1.3...@aws-amplify/cache@1.1.4) (2019-10-29)
7+
8+
**Note:** Version bump only for package @aws-amplify/cache
9+
10+
11+
12+
13+
614
## [1.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@1.1.2...@aws-amplify/cache@1.1.3) (2019-10-23)
715

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

packages/cache/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/cache",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Cache category of aws-amplify",
55
"main": "./index.js",
66
"module": "./lib-esm/index.js",
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://aws-amplify.github.io/",
3434
"dependencies": {
35-
"@aws-amplify/core": "^1.2.3"
35+
"@aws-amplify/core": "^1.2.4"
3636
},
3737
"jest": {
3838
"globals": {

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@1.2.3...@aws-amplify/core@1.2.4) (2019-10-29)
7+
8+
**Note:** Version bump only for package @aws-amplify/core
9+
10+
11+
12+
13+
614
## [1.2.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@1.2.2...@aws-amplify/core@1.2.3) (2019-10-23)
715

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

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/core",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Core category of aws-amplify",
55
"main": "./index.js",
66
"module": "./lib-esm/index.js",

packages/interactions/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@1.1.3...@aws-amplify/interactions@1.1.4) (2019-10-29)
7+
8+
**Note:** Version bump only for package @aws-amplify/interactions
9+
10+
11+
12+
13+
614
## [1.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@1.1.2...@aws-amplify/interactions@1.1.3) (2019-10-23)
715

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

packages/interactions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/interactions",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Interactions category of aws-amplify",
55
"main": "./index.js",
66
"module": "./lib-esm/index.js",
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://aws-amplify.github.io/",
3434
"dependencies": {
35-
"@aws-amplify/core": "^1.2.3"
35+
"@aws-amplify/core": "^1.2.4"
3636
},
3737
"jest": {
3838
"globals": {

packages/predictions/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@1.1.3...@aws-amplify/predictions@1.1.4) (2019-10-29)
7+
8+
9+
### Bug Fixes
10+
11+
* Use exact version of the [@aws-sdk](https://github.com/aws-sdk) V3 packages ([#4241](https://github.com/aws-amplify/amplify-js/issues/4241)) ([e12a9a4](https://github.com/aws-amplify/amplify-js/commit/e12a9a490c35a495101bad2352907c8a7e2255b5))
12+
13+
14+
15+
16+
617
## [1.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@1.1.2...@aws-amplify/predictions@1.1.3) (2019-10-23)
718

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

packages/predictions/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/predictions",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Machine learning category of aws-amplify",
55
"main": "./index.js",
66
"module": "./lib-esm/index.js",
@@ -31,8 +31,8 @@
3131
},
3232
"homepage": "https://aws-amplify.github.io/",
3333
"dependencies": {
34-
"@aws-amplify/core": "^1.2.3",
35-
"@aws-amplify/storage": "^1.2.3",
34+
"@aws-amplify/core": "^1.2.4",
35+
"@aws-amplify/storage": "^1.2.4",
3636
"@aws-sdk/eventstream-marshaller": "0.1.0-preview.2",
3737
"@aws-sdk/util-utf8-node": "0.1.0-preview.1",
3838
"uuid": "^3.2.1"

packages/pubsub/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@1.2.3...@aws-amplify/pubsub@1.2.4) (2019-10-29)
7+
8+
**Note:** Version bump only for package @aws-amplify/pubsub
9+
10+
11+
12+
13+
614
## [1.2.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@1.2.2...@aws-amplify/pubsub@1.2.3) (2019-10-23)
715

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

0 commit comments

Comments
 (0)