Skip to content

Commit 8725574

Browse files
author
aws-amplify-bot
committed
chore(release): Publish [ci skip]
- @aws-amplify/analytics@3.1.1 - @aws-amplify/api-graphql@1.0.3 - @aws-amplify/api-rest@1.0.3 - @aws-amplify/api@3.1.1 - @aws-amplify/auth@3.1.1 - aws-amplify-angular@5.0.2 - aws-amplify-react@4.1.1 - aws-amplify@3.0.2 - @aws-amplify/cache@3.1.1 - @aws-amplify/core@3.1.1 - @aws-amplify/datastore@2.0.2 - @aws-amplify/interactions@3.1.1 - @aws-amplify/predictions@3.1.1 - @aws-amplify/pubsub@3.0.2 - @aws-amplify/pushnotification@3.0.2 - @aws-amplify/storage@3.1.1 - @aws-amplify/xr@2.1.1
1 parent c63f5e8 commit 8725574

34 files changed

+190
-54
lines changed

packages/analytics/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.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@3.1.0...@aws-amplify/analytics@3.1.1) (2020-04-01)
7+
8+
**Note:** Version bump only for package @aws-amplify/analytics
9+
10+
11+
12+
13+
614
# [3.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@2.2.8...@aws-amplify/analytics@3.1.0) (2020-03-31)
715

816

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": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Analytics category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -37,8 +37,8 @@
3737
},
3838
"homepage": "https://aws-amplify.github.io/",
3939
"dependencies": {
40-
"@aws-amplify/cache": "3.1.0",
41-
"@aws-amplify/core": "3.1.0",
40+
"@aws-amplify/cache": "^3.1.1",
41+
"@aws-amplify/core": "^3.1.1",
4242
"@aws-sdk/client-firehose": "1.0.0-beta.3",
4343
"@aws-sdk/client-kinesis": "1.0.0-beta.3",
4444
"@aws-sdk/client-personalize-events": "1.0.0-beta.3",

packages/api-graphql/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.0.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@1.0.2...@aws-amplify/api-graphql@1.0.3) (2020-04-01)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-graphql
9+
10+
11+
12+
13+
614
## 1.0.2 (2020-03-31)
715

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

packages/api-graphql/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api-graphql",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Api-graphql category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -36,10 +36,10 @@
3636
"@types/zen-observable": "^0.8.0"
3737
},
3838
"dependencies": {
39-
"@aws-amplify/api-rest": "1.0.2",
40-
"@aws-amplify/auth": "3.1.0",
41-
"@aws-amplify/cache": "3.1.0",
42-
"@aws-amplify/core": "3.1.0",
39+
"@aws-amplify/api-rest": "^1.0.3",
40+
"@aws-amplify/auth": "^3.1.1",
41+
"@aws-amplify/cache": "^3.1.1",
42+
"@aws-amplify/core": "^3.1.1",
4343
"graphql": "14.0.0",
4444
"uuid": "^3.2.1",
4545
"zen-observable-ts": "0.8.19"

packages/api-rest/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.0.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@1.0.2...@aws-amplify/api-rest@1.0.3) (2020-04-01)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-rest
9+
10+
11+
12+
13+
614
## 1.0.2 (2020-03-31)
715

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

packages/api-rest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api-rest",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Api-rest category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://aws-amplify.github.io/",
3535
"dependencies": {
36-
"@aws-amplify/core": "3.1.0",
36+
"@aws-amplify/core": "^3.1.1",
3737
"axios": "^0.19.0"
3838
},
3939
"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+
## [3.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@3.1.0...@aws-amplify/api@3.1.1) (2020-04-01)
7+
8+
**Note:** Version bump only for package @aws-amplify/api
9+
10+
11+
12+
13+
614
# [3.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@2.2.1...@aws-amplify/api@3.1.0) (2020-03-31)
715

816

packages/api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Api category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -38,8 +38,8 @@
3838
"@types/zen-observable": "^0.8.0"
3939
},
4040
"dependencies": {
41-
"@aws-amplify/api-graphql": "1.0.2",
42-
"@aws-amplify/api-rest": "1.0.2"
41+
"@aws-amplify/api-graphql": "^1.0.3",
42+
"@aws-amplify/api-rest": "^1.0.3"
4343
},
4444
"peerDependencies": {
4545
"@aws-amplify/pubsub": "^2.1.1"

packages/auth/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.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@3.1.0...@aws-amplify/auth@3.1.1) (2020-04-01)
7+
8+
**Note:** Version bump only for package @aws-amplify/auth
9+
10+
11+
12+
13+
614
# [3.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@2.1.8...@aws-amplify/auth@3.1.0) (2020-03-31)
715

816

packages/auth/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/auth",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Auth category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -35,8 +35,8 @@
3535
},
3636
"homepage": "https://aws-amplify.github.io/",
3737
"dependencies": {
38-
"@aws-amplify/cache": "3.1.0",
39-
"@aws-amplify/core": "3.1.0",
38+
"@aws-amplify/cache": "^3.1.1",
39+
"@aws-amplify/core": "^3.1.1",
4040
"amazon-cognito-identity-js": "4.1.0",
4141
"crypto-js": "^3.3.0"
4242
},

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+
## [5.0.2](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@5.0.1...aws-amplify-angular@5.0.2) (2020-04-01)
7+
8+
**Note:** Version bump only for package aws-amplify-angular
9+
10+
11+
12+
13+
614
## [5.0.1](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@4.1.9...aws-amplify-angular@5.0.1) (2020-03-31)
715

816

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": "5.0.1",
3+
"version": "5.0.2",
44
"description": "AWS Amplify Angular Components",
55
"main": "bundles/aws-amplify-angular.umd.js",
66
"module": "dist/index.js",
@@ -39,7 +39,7 @@
3939
"@types/zen-observable": "^0.5.3",
4040
"angular2-template-loader": "^0.6.2",
4141
"awesome-typescript-loader": "^4.0.1",
42-
"aws-amplify": "3.0.1",
42+
"aws-amplify": "^3.0.2",
4343
"babel-core": "^6.26.3",
4444
"babel-plugin-lodash": "^3.3.4",
4545
"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+
## [4.1.1](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-react@4.1.0...aws-amplify-react@4.1.1) (2020-04-01)
7+
8+
**Note:** Version bump only for package aws-amplify-react
9+
10+
11+
12+
13+
614
# [4.1.0](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-react@3.1.9...aws-amplify-react@4.1.0) (2020-03-31)
715

816

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": "4.1.0",
3+
"version": "4.1.1",
44
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -26,7 +26,7 @@
2626
"@types/enzyme-adapter-react-16": "^1.0.3",
2727
"@types/react": "^16.0.41",
2828
"@types/react-dom": "^16.0.11",
29-
"aws-amplify": "3.0.1",
29+
"aws-amplify": "^3.0.2",
3030
"enzyme": "^3.1.0",
3131
"enzyme-adapter-react-16": "^1.0.3",
3232
"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+
## [3.0.2](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@3.0.1...aws-amplify@3.0.2) (2020-04-01)
7+
8+
**Note:** Version bump only for package aws-amplify
9+
10+
11+
12+
13+
614
## [3.0.1](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@2.3.0...aws-amplify@3.0.1) (2020-03-31)
715

816

packages/aws-amplify/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-amplify",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -34,17 +34,17 @@
3434
},
3535
"homepage": "https://aws-amplify.github.io/",
3636
"dependencies": {
37-
"@aws-amplify/analytics": "3.1.0",
38-
"@aws-amplify/api": "3.1.0",
39-
"@aws-amplify/auth": "3.1.0",
40-
"@aws-amplify/cache": "3.1.0",
41-
"@aws-amplify/core": "3.1.0",
42-
"@aws-amplify/datastore": "2.0.1",
43-
"@aws-amplify/interactions": "3.1.0",
44-
"@aws-amplify/predictions": "3.1.0",
45-
"@aws-amplify/pubsub": "3.0.1",
46-
"@aws-amplify/storage": "3.1.0",
37+
"@aws-amplify/analytics": "^3.1.1",
38+
"@aws-amplify/api": "^3.1.1",
39+
"@aws-amplify/auth": "^3.1.1",
40+
"@aws-amplify/cache": "^3.1.1",
41+
"@aws-amplify/core": "^3.1.1",
42+
"@aws-amplify/datastore": "^2.0.2",
43+
"@aws-amplify/interactions": "^3.1.1",
44+
"@aws-amplify/predictions": "^3.1.1",
45+
"@aws-amplify/pubsub": "^3.0.2",
46+
"@aws-amplify/storage": "^3.1.1",
4747
"@aws-amplify/ui": "2.0.1",
48-
"@aws-amplify/xr": "2.1.0"
48+
"@aws-amplify/xr": "^2.1.1"
4949
}
5050
}

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+
## [3.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@3.1.0...@aws-amplify/cache@3.1.1) (2020-04-01)
7+
8+
**Note:** Version bump only for package @aws-amplify/cache
9+
10+
11+
12+
13+
614
# [3.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/cache@2.1.8...@aws-amplify/cache@3.1.0) (2020-03-31)
715

816

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": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Cache category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://aws-amplify.github.io/",
3737
"dependencies": {
38-
"@aws-amplify/core": "3.1.0"
38+
"@aws-amplify/core": "^3.1.1"
3939
},
4040
"jest": {
4141
"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+
## [3.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@3.1.0...@aws-amplify/core@3.1.1) (2020-04-01)
7+
8+
**Note:** Version bump only for package @aws-amplify/core
9+
10+
11+
12+
13+
614
# [3.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@2.3.0...@aws-amplify/core@3.1.0) (2020-03-31)
715

816

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": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Core category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

packages/datastore/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.0.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@2.0.1...@aws-amplify/datastore@2.0.2) (2020-04-01)
7+
8+
**Note:** Version bump only for package @aws-amplify/datastore
9+
10+
11+
12+
13+
614
## [2.0.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@1.2.0...@aws-amplify/datastore@2.0.1) (2020-03-31)
715

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

packages/datastore/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/datastore",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "AppSyncLocal support for aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -39,9 +39,9 @@
3939
"fake-indexeddb": "3.0.0"
4040
},
4141
"dependencies": {
42-
"@aws-amplify/api": "3.1.0",
43-
"@aws-amplify/core": "3.1.0",
44-
"@aws-amplify/pubsub": "3.0.1",
42+
"@aws-amplify/api": "^3.1.1",
43+
"@aws-amplify/core": "^3.1.1",
44+
"@aws-amplify/pubsub": "^3.0.2",
4545
"idb": "4.0.4",
4646
"immer": "6.0.1",
4747
"uuid": "3.3.2",

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+
## [3.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@3.1.0...@aws-amplify/interactions@3.1.1) (2020-04-01)
7+
8+
**Note:** Version bump only for package @aws-amplify/interactions
9+
10+
11+
12+
13+
614
# [3.1.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@2.1.8...@aws-amplify/interactions@3.1.0) (2020-03-31)
715

816

0 commit comments

Comments
 (0)