Skip to content

Commit 3826e85

Browse files
author
aws-amplify-bot
committed
chore(release): Publish [ci skip]
- amazon-cognito-identity-js@5.1.0 - @aws-amplify/ui-angular@1.0.19 - @aws-amplify/ui-components@1.7.3 - @aws-amplify/ui-react@1.2.10 - @aws-amplify/ui-storybook@2.0.10 - @aws-amplify/ui-vue@1.1.4 - @aws-amplify/analytics@5.0.10 - @aws-amplify/api-graphql@2.1.2 - @aws-amplify/api-rest@2.0.10 - @aws-amplify/api@4.0.10 - @aws-amplify/auth@4.3.0 - aws-amplify-angular@6.0.10 - aws-amplify-react@5.0.10 - aws-amplify@4.2.4 - @aws-amplify/cache@4.0.12 - @aws-amplify/core@4.2.4 - @aws-amplify/datastore@3.3.2 - @aws-amplify/interactions@4.0.10 - @aws-amplify/predictions@4.0.10 - @aws-amplify/pubsub@4.1.2 - @aws-amplify/pushnotification@4.2.4 - @aws-amplify/storage@4.3.5 - @aws-amplify/xr@3.0.10
1 parent db39cd4 commit 3826e85

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+259
-69
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+
# [5.1.0](https://github.com/aws-amplify/amplify-js/compare/amazon-cognito-identity-js@5.0.6...amazon-cognito-identity-js@5.1.0) (2021-08-19)
7+
8+
9+
### Features
10+
11+
* **@aws-amplify/auth:** Add a 'SUCCESS' response on successful call to forgotPasswordSubmit and verifyUserAttributes([#8744](https://github.com/aws-amplify/amplify-js/issues/8744)) ([1bd6c35](https://github.com/aws-amplify/amplify-js/commit/1bd6c35c115321d77f48a3954942dd57d7cf9056))
12+
13+
14+
15+
16+
617
## [5.0.6](https://github.com/aws-amplify/amplify-js/compare/amazon-cognito-identity-js@5.0.5...amazon-cognito-identity-js@5.0.6) (2021-07-22)
718

819

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": "5.0.6",
4+
"version": "5.1.0",
55
"author": {
66
"name": "Amazon Web Services",
77
"email": "aws@amazon.com",

packages/amplify-ui-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+
## [1.0.19](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-angular@1.0.18...@aws-amplify/ui-angular@1.0.19) (2021-08-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/ui-angular
9+
10+
11+
12+
13+
614
## [1.0.18](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-angular@1.0.17...@aws-amplify/ui-angular@1.0.18) (2021-08-12)
715

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

packages/amplify-ui-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-angular",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"description": "Angular specific wrapper for @aws-amplify/ui-components",
55
"publishConfig": {
66
"access": "public"
@@ -31,7 +31,7 @@
3131
"dist/"
3232
],
3333
"dependencies": {
34-
"@aws-amplify/ui-components": "1.7.2"
34+
"@aws-amplify/ui-components": "1.7.3"
3535
},
3636
"devDependencies": {
3737
"@angular/compiler-cli": "^7.2.1",

packages/amplify-ui-components/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.7.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-components@1.7.2...@aws-amplify/ui-components@1.7.3) (2021-08-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/ui-components
9+
10+
11+
12+
13+
614
## [1.7.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-components@1.7.1...@aws-amplify/ui-components@1.7.2) (2021-08-12)
715

816

packages/amplify-ui-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-components",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "Core Amplify UI Component Library",
55
"module": "dist/index.mjs",
66
"main": "dist/index.js",
@@ -42,7 +42,7 @@
4242
"uuid": "^8.2.0"
4343
},
4444
"devDependencies": {
45-
"@aws-amplify/auth": "4.2.1",
45+
"@aws-amplify/auth": "4.3.0",
4646
"@stencil/angular-output-target": "^0.0.2",
4747
"@stencil/core": "1.15.0",
4848
"@stencil/eslint-plugin": "0.2.1",

packages/amplify-ui-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+
## [1.2.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-react@1.2.9...@aws-amplify/ui-react@1.2.10) (2021-08-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/ui-react
9+
10+
11+
12+
13+
614
## [1.2.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-react@1.2.8...@aws-amplify/ui-react@1.2.9) (2021-08-12)
715

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

packages/amplify-ui-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-amplify/ui-react",
33
"sideEffects": false,
4-
"version": "1.2.9",
4+
"version": "1.2.10",
55
"description": "React specific wrapper for @aws-amplify/ui-components",
66
"publishConfig": {
77
"access": "public"
@@ -32,7 +32,7 @@
3232
"typescript": "^3.3.4000"
3333
},
3434
"dependencies": {
35-
"@aws-amplify/ui-components": "1.7.2"
35+
"@aws-amplify/ui-components": "1.7.3"
3636
},
3737
"peerDependencies": {
3838
"react": ">= 16.7.0",

packages/amplify-ui-storybook/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.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-storybook@2.0.9...@aws-amplify/ui-storybook@2.0.10) (2021-08-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/ui-storybook
9+
10+
11+
12+
13+
614
## [2.0.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-storybook@2.0.8...@aws-amplify/ui-storybook@2.0.9) (2021-08-12)
715

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

packages/amplify-ui-storybook/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-storybook",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"private": true,
55
"dependencies": {
66
"@aws-amplify/ui-react": "0.2.38",
@@ -10,7 +10,7 @@
1010
"@types/node": "^12.0.0",
1111
"@types/react": "^16.9.0",
1212
"@types/react-dom": "^16.9.0",
13-
"aws-amplify": "4.2.3",
13+
"aws-amplify": "4.2.4",
1414
"react": "^16.12.0",
1515
"react-app-polyfill": "^1.0.6",
1616
"react-dom": "^16.12.0",

packages/amplify-ui-vue/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/ui-vue@1.1.3...@aws-amplify/ui-vue@1.1.4) (2021-08-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/ui-vue
9+
10+
11+
12+
13+
614
## [1.1.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-vue@1.1.2...@aws-amplify/ui-vue@1.1.3) (2021-08-12)
715

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

packages/amplify-ui-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-amplify/ui-vue",
33
"sideEffects": true,
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"description": "Vue specific wrapper for @aws-amplify/ui-components",
66
"publishConfig": {
77
"access": "public"
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/aws-amplify/amplify-js.git"
1818
},
1919
"dependencies": {
20-
"@aws-amplify/ui-components": "1.7.2"
20+
"@aws-amplify/ui-components": "1.7.3"
2121
},
2222
"devDependencies": {
2323
"rimraf": "^3.0.2"

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+
## [5.0.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@5.0.9...@aws-amplify/analytics@5.0.10) (2021-08-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/analytics
9+
10+
11+
12+
13+
614
## [5.0.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@5.0.8...@aws-amplify/analytics@5.0.9) (2021-08-12)
715

816
**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": "5.0.9",
3+
"version": "5.0.10",
44
"description": "Analytics category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -43,8 +43,8 @@
4343
},
4444
"homepage": "https://aws-amplify.github.io/",
4545
"dependencies": {
46-
"@aws-amplify/cache": "4.0.11",
47-
"@aws-amplify/core": "4.2.3",
46+
"@aws-amplify/cache": "4.0.12",
47+
"@aws-amplify/core": "4.2.4",
4848
"@aws-sdk/client-firehose": "3.6.1",
4949
"@aws-sdk/client-kinesis": "3.6.1",
5050
"@aws-sdk/client-personalize-events": "3.6.1",

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+
## [2.1.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@2.1.1...@aws-amplify/api-graphql@2.1.2) (2021-08-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-graphql
9+
10+
11+
12+
13+
614
## [2.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@2.1.0...@aws-amplify/api-graphql@2.1.1) (2021-08-12)
715

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

packages/api-graphql/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api-graphql",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Api-graphql category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -44,11 +44,11 @@
4444
"@types/zen-observable": "^0.8.0"
4545
},
4646
"dependencies": {
47-
"@aws-amplify/api-rest": "2.0.9",
48-
"@aws-amplify/auth": "4.2.1",
49-
"@aws-amplify/cache": "4.0.11",
50-
"@aws-amplify/core": "4.2.3",
51-
"@aws-amplify/pubsub": "4.1.1",
47+
"@aws-amplify/api-rest": "2.0.10",
48+
"@aws-amplify/auth": "4.3.0",
49+
"@aws-amplify/cache": "4.0.12",
50+
"@aws-amplify/core": "4.2.4",
51+
"@aws-amplify/pubsub": "4.1.2",
5252
"graphql": "14.0.0",
5353
"uuid": "^3.2.1",
5454
"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+
## [2.0.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@2.0.9...@aws-amplify/api-rest@2.0.10) (2021-08-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/api-rest
9+
10+
11+
12+
13+
614
## [2.0.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@2.0.8...@aws-amplify/api-rest@2.0.9) (2021-08-12)
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": "2.0.9",
3+
"version": "2.0.10",
44
"description": "Api-rest category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -41,7 +41,7 @@
4141
},
4242
"homepage": "https://aws-amplify.github.io/",
4343
"dependencies": {
44-
"@aws-amplify/core": "4.2.3",
44+
"@aws-amplify/core": "4.2.4",
4545
"axios": "0.21.1"
4646
},
4747
"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+
## [4.0.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@4.0.9...@aws-amplify/api@4.0.10) (2021-08-19)
7+
8+
**Note:** Version bump only for package @aws-amplify/api
9+
10+
11+
12+
13+
614
## [4.0.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@4.0.8...@aws-amplify/api@4.0.9) (2021-08-12)
715

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

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": "4.0.9",
3+
"version": "4.0.10",
44
"description": "Api category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -44,8 +44,8 @@
4444
"@types/zen-observable": "^0.8.0"
4545
},
4646
"dependencies": {
47-
"@aws-amplify/api-graphql": "2.1.1",
48-
"@aws-amplify/api-rest": "2.0.9"
47+
"@aws-amplify/api-graphql": "2.1.2",
48+
"@aws-amplify/api-rest": "2.0.10"
4949
},
5050
"jest": {
5151
"globals": {

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+
# [4.3.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@4.2.1...@aws-amplify/auth@4.3.0) (2021-08-19)
7+
8+
9+
### Features
10+
11+
* **@aws-amplify/auth:** Add a 'SUCCESS' response on successful call to forgotPasswordSubmit and verifyUserAttributes([#8744](https://github.com/aws-amplify/amplify-js/issues/8744)) ([1bd6c35](https://github.com/aws-amplify/amplify-js/commit/1bd6c35c115321d77f48a3954942dd57d7cf9056))
12+
13+
14+
15+
16+
617
## [4.2.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@4.2.0...@aws-amplify/auth@4.2.1) (2021-08-12)
718

819

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": "4.2.1",
3+
"version": "4.3.0",
44
"description": "Auth category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -41,9 +41,9 @@
4141
},
4242
"homepage": "https://aws-amplify.github.io/",
4343
"dependencies": {
44-
"@aws-amplify/cache": "4.0.11",
45-
"@aws-amplify/core": "4.2.3",
46-
"amazon-cognito-identity-js": "5.0.6",
44+
"@aws-amplify/cache": "4.0.12",
45+
"@aws-amplify/core": "4.2.4",
46+
"amazon-cognito-identity-js": "5.1.0",
4747
"crypto-js": "^4.1.1"
4848
},
4949
"devDependencies": {

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+
## [6.0.10](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@6.0.9...aws-amplify-angular@6.0.10) (2021-08-19)
7+
8+
**Note:** Version bump only for package aws-amplify-angular
9+
10+
11+
12+
13+
614
## [6.0.9](https://github.com/aws-amplify/amplify-js/compare/aws-amplify-angular@6.0.8...aws-amplify-angular@6.0.9) (2021-08-12)
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": "6.0.9",
3+
"version": "6.0.10",
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": "4.2.3",
42+
"aws-amplify": "4.2.4",
4343
"babel-core": "^6.26.3",
4444
"babel-plugin-lodash": "^3.3.4",
4545
"babel-preset-env": "^1.7.0",

0 commit comments

Comments
 (0)