Skip to content

Commit 17648fe

Browse files
chore: Merge release into main [ci skip]
* chore(release): update version.ts [ci skip]
1 parent 41ab57a commit 17648fe

Some content is hidden

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

49 files changed

+271
-73
lines changed

packages/amplify-ui-angular/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.63](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-angular@1.0.62...@aws-amplify/ui-angular@1.0.63) (2022-09-20)
7+
8+
**Note:** Version bump only for package @aws-amplify/ui-angular
9+
10+
11+
12+
13+
614
## [1.0.62](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-angular@1.0.61...@aws-amplify/ui-angular@1.0.62) (2022-09-08)
715

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

packages/amplify-ui-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-amplify/ui-angular",
33
"private": "true",
4-
"version": "1.0.62",
4+
"version": "1.0.63",
55
"description": "Angular specific wrapper for @aws-amplify/ui-components",
66
"publishConfig": {
77
"access": "public"
@@ -32,7 +32,7 @@
3232
"dist/"
3333
],
3434
"dependencies": {
35-
"@aws-amplify/ui-components": "1.9.33"
35+
"@aws-amplify/ui-components": "1.9.34"
3636
},
3737
"devDependencies": {
3838
"@angular/compiler-cli": "^7.2.1",

packages/amplify-ui-components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.9.34](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-components@1.9.33...@aws-amplify/ui-components@1.9.34) (2022-09-20)
7+
8+
**Note:** Version bump only for package @aws-amplify/ui-components
9+
10+
11+
12+
13+
614
## [1.9.33](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-components@1.9.32...@aws-amplify/ui-components@1.9.33) (2022-09-08)
715

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

packages/amplify-ui-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-amplify/ui-components",
33
"private": "true",
4-
"version": "1.9.33",
4+
"version": "1.9.34",
55
"description": "Core Amplify UI Component Library",
66
"module": "dist/index.mjs",
77
"main": "dist/index.js",
@@ -43,7 +43,7 @@
4343
"uuid": "^8.2.0"
4444
},
4545
"devDependencies": {
46-
"@aws-amplify/auth": "4.6.6",
46+
"@aws-amplify/auth": "4.6.7",
4747
"@stencil/angular-output-target": "^0.0.2",
4848
"@stencil/core": "1.15.0",
4949
"@stencil/eslint-plugin": "0.2.1",

packages/amplify-ui-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.54](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-react@1.2.53...@aws-amplify/ui-react@1.2.54) (2022-09-20)
7+
8+
**Note:** Version bump only for package @aws-amplify/ui-react
9+
10+
11+
12+
13+
614
## [1.2.53](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-react@1.2.52...@aws-amplify/ui-react@1.2.53) (2022-09-08)
715

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

packages/amplify-ui-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@aws-amplify/ui-react",
33
"private": "true",
44
"sideEffects": false,
5-
"version": "1.2.53",
5+
"version": "1.2.54",
66
"description": "React specific wrapper for @aws-amplify/ui-components",
77
"publishConfig": {
88
"access": "public"
@@ -33,7 +33,7 @@
3333
"typescript": "^3.3.4000"
3434
},
3535
"dependencies": {
36-
"@aws-amplify/ui-components": "1.9.33"
36+
"@aws-amplify/ui-components": "1.9.34"
3737
},
3838
"peerDependencies": {
3939
"react": ">= 16.7.0",

packages/amplify-ui-storybook/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.54](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-storybook@2.0.53...@aws-amplify/ui-storybook@2.0.54) (2022-09-20)
7+
8+
**Note:** Version bump only for package @aws-amplify/ui-storybook
9+
10+
11+
12+
13+
614
## [2.0.53](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-storybook@2.0.52...@aws-amplify/ui-storybook@2.0.53) (2022-09-08)
715

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

packages/amplify-ui-storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-storybook",
3-
"version": "2.0.53",
3+
"version": "2.0.54",
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.3.35",
13+
"aws-amplify": "4.3.36",
1414
"react": "^16.12.0",
1515
"react-app-polyfill": "^1.0.6",
1616
"react-dom": "^16.12.0",

packages/amplify-ui-vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.48](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-vue@1.1.47...@aws-amplify/ui-vue@1.1.48) (2022-09-20)
7+
8+
**Note:** Version bump only for package @aws-amplify/ui-vue
9+
10+
11+
12+
13+
614
## [1.1.47](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/ui-vue@1.1.46...@aws-amplify/ui-vue@1.1.47) (2022-09-08)
715

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

packages/amplify-ui-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@aws-amplify/ui-vue",
33
"private": "true",
44
"sideEffects": true,
5-
"version": "1.1.47",
5+
"version": "1.1.48",
66
"description": "Vue specific wrapper for @aws-amplify/ui-components",
77
"publishConfig": {
88
"access": "public"
@@ -18,7 +18,7 @@
1818
"url": "https://github.com/aws-amplify/amplify-js.git"
1919
},
2020
"dependencies": {
21-
"@aws-amplify/ui-components": "1.9.33"
21+
"@aws-amplify/ui-components": "1.9.34"
2222
},
2323
"devDependencies": {
2424
"rimraf": "^3.0.2"

0 commit comments

Comments
 (0)