Skip to content

Commit 3f6cb97

Browse files
Version Packages (#3073)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d062010 commit 3f6cb97

File tree

18 files changed

+63
-24
lines changed

18 files changed

+63
-24
lines changed

.changeset/popular-pigs-glow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "jest"
2020
},
2121
"dependencies": {
22-
"@aws-amplify/ui-react": "4.0.2",
22+
"@aws-amplify/ui-react": "4.0.3",
2323
"@cucumber/gherkin": "^19.0.3",
2424
"@cucumber/messages": "^16.0.1",
2525
"@docsearch/react": "3",

examples/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser": "~12.2.16",
2222
"@angular/platform-browser-dynamic": "~12.2.16",
2323
"@angular/router": "~12.2.16",
24-
"@aws-amplify/ui-angular": "^3.1.0",
24+
"@aws-amplify/ui-angular": "^3.1.1",
2525
"rxjs": "~6.6.0",
2626
"tslib": "^2.0.0",
2727
"zone.js": "~0.11.4"

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@aws-amplify/ui-react": "^4.0.2",
13+
"@aws-amplify/ui-react": "^4.0.3",
1414
"aws-amplify": "latest",
1515
"next": "^11.1.3",
1616
"next-global-css": "^1.1.1",

examples/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "vite preview --port 3000"
1111
},
1212
"dependencies": {
13-
"@aws-amplify/ui-vue": "^3.0.1",
13+
"@aws-amplify/ui-vue": "^3.0.2",
1414
"aws-amplify": "latest",
1515
"vue": "^3.0.5",
1616
"vue-router": "4"

packages/angular/projects/ui-angular/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @aws-amplify/ui-angular
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d062010f4`](https://github.com/aws-amplify/amplify-ui/commit/d062010f4690321129c1fb1f777a7df82898640b)]:
8+
- @aws-amplify/ui@5.1.1
9+
310
## 3.1.0
411

512
### Minor Changes

packages/angular/projects/ui-angular/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-angular",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"scripts": {
55
"build": "yarn --cwd ../../ build",
66
"dev": "yarn --cwd ../../ dev",
@@ -17,7 +17,7 @@
1717
"aws-amplify": "5.x.x"
1818
},
1919
"dependencies": {
20-
"@aws-amplify/ui": "5.1.0",
20+
"@aws-amplify/ui": "5.1.1",
2121
"nanoid": "3.1.31",
2222
"qrcode": "1.5.0",
2323
"tslib": "2.3.1",

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
]
2222
},
2323
"devDependencies": {
24-
"@aws-amplify/ui": "^5.1.0",
24+
"@aws-amplify/ui": "^5.1.1",
2525
"@badeball/cypress-cucumber-preprocessor": "^12.1.0",
2626
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.3",
2727
"@testing-library/cypress": "^8.0.3",

packages/react-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @aws-amplify/ui-react-core
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d062010f4`](https://github.com/aws-amplify/amplify-ui/commit/d062010f4690321129c1fb1f777a7df82898640b)]:
8+
- @aws-amplify/ui@5.1.1
9+
310
## 2.1.0
411

512
### Minor Changes

packages/react-core/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-react-core",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"react-native": "dist/index.js",
@@ -28,7 +28,7 @@
2828
"test:watch": "yarn test --watch"
2929
},
3030
"dependencies": {
31-
"@aws-amplify/ui": "5.1.0",
31+
"@aws-amplify/ui": "5.1.1",
3232
"@xstate/react": "3.0.1",
3333
"lodash": "4.17.21",
3434
"xstate": "^4.33.6"

0 commit comments

Comments
 (0)