Skip to content

Commit 868a37a

Browse files
Version Packages (#1990)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent be38810 commit 868a37a

File tree

10 files changed

+19
-20
lines changed

10 files changed

+19
-20
lines changed

.changeset/brown-lions-travel.md

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

.changeset/flat-dryers-nail.md

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

.changeset/moody-jobs-beg.md

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "$_ run build"
1717
},
1818
"dependencies": {
19-
"@aws-amplify/ui-react": "2.18.2",
19+
"@aws-amplify/ui-react": "2.18.3",
2020
"@codesandbox/sandpack-react": "0.1.9",
2121
"@cucumber/gherkin": "^19.0.3",
2222
"@cucumber/messages": "^16.0.1",

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": "~11.2.14",
2222
"@angular/platform-browser-dynamic": "~11.2.14",
2323
"@angular/router": "~11.2.14",
24-
"@aws-amplify/ui-angular": "^2.4.7",
24+
"@aws-amplify/ui-angular": "^2.4.8",
2525
"rxjs": "~6.6.0",
2626
"tslib": "^2.0.0",
2727
"zone.js": "~0.11.3"

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": "^2.18.2",
13+
"@aws-amplify/ui-react": "^2.18.3",
1414
"@types/node": "^15.12.4",
1515
"@types/react": "^17.0.11",
1616
"next": "^11.1.3",

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

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

3+
## 2.4.8
4+
5+
### Patch Changes
6+
7+
- [#1983](https://github.com/aws-amplify/amplify-ui/pull/1983) [`be38810f1`](https://github.com/aws-amplify/amplify-ui/commit/be38810f1ed6475f037f7f15011609c229e33a18) Thanks [@0618](https://github.com/0618)! - update @angular-devkit/build-angular version
8+
39
## 2.4.7
410

511
### Patch Changes

packages/angular/projects/ui-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-angular",
3-
"version": "2.4.7",
3+
"version": "2.4.8",
44
"scripts": {
55
"build": "yarn --cwd ../../ build",
66
"dev": "yarn --cwd ../../ dev",

packages/react/CHANGELOG.md

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

3+
## 2.18.3
4+
5+
### Patch Changes
6+
7+
- [#1989](https://github.com/aws-amplify/amplify-ui/pull/1989) [`d7f15b30b`](https://github.com/aws-amplify/amplify-ui/commit/d7f15b30b4dce32c11f87c129f838a3aa7e7f07e) Thanks [@zchenwei](https://github.com/zchenwei)! - fix(style): fix a regression on SliderField style
8+
9+
* [#1956](https://github.com/aws-amplify/amplify-ui/pull/1956) [`bca2d1c5d`](https://github.com/aws-amplify/amplify-ui/commit/bca2d1c5dd043326bf93847ca1d2c6d3ab88b2ff) Thanks [@jacoblogan](https://github.com/jacoblogan)! - re export AmplifyProvider as ThemeProvider
10+
311
## 2.18.2
412

513
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-react",
3-
"version": "2.18.2",
3+
"version": "2.18.3",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"exports": {

0 commit comments

Comments
 (0)