diff --git a/.changeset/afraid-days-poke.md b/.changeset/afraid-days-poke.md
deleted file mode 100644
index e4fa3107bad..00000000000
--- a/.changeset/afraid-days-poke.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@aws-amplify/ui-react": patch
----
-
-chore: updating all React imports from default to namespace
diff --git a/.changeset/beige-masks-explain.md b/.changeset/beige-masks-explain.md
deleted file mode 100644
index ca4d93b243f..00000000000
--- a/.changeset/beige-masks-explain.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@aws-amplify/ui': patch
----
-
-fix: menu dropdown style in dark mode by adding border
diff --git a/.changeset/gentle-feet-knock.md b/.changeset/gentle-feet-knock.md
deleted file mode 100644
index 75391e03bcb..00000000000
--- a/.changeset/gentle-feet-knock.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-"@aws-amplify/ui-react": patch
-"@aws-amplify/ui": patch
-"@aws-amplify/ui-vue": patch
-"@aws-amplify/ui-angular": patch
----
-
-style: cleaning up sr-only class
diff --git a/.changeset/lucky-fireants-mate.md b/.changeset/lucky-fireants-mate.md
deleted file mode 100644
index f51e0f8310e..00000000000
--- a/.changeset/lucky-fireants-mate.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-"@aws-amplify/ui-react": patch
-"@aws-amplify/ui": patch
-"@aws-amplify/ui-vue": patch
-"@aws-amplify/ui-angular": patch
----
-
-Pass `formData` to `submitForm` event on submit. This will ensure any default form values are submitted to Cognito, without relying on `CHANGE` events.
diff --git a/.changeset/mean-tomatoes-wink.md b/.changeset/mean-tomatoes-wink.md
deleted file mode 100644
index 713d97152ef..00000000000
--- a/.changeset/mean-tomatoes-wink.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@aws-amplify/ui": patch
----
-
-Store actor transition data in context
diff --git a/.changeset/purple-avocados-taste.md b/.changeset/purple-avocados-taste.md
deleted file mode 100644
index 06ab00f29a2..00000000000
--- a/.changeset/purple-avocados-taste.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@aws-amplify/ui-angular': patch
-'@aws-amplify/ui-react': patch
-'@aws-amplify/ui-vue': patch
----
-
-Added new translations for confirm sign up page
diff --git a/.changeset/short-students-laugh.md b/.changeset/short-students-laugh.md
deleted file mode 100644
index a7d62c6442b..00000000000
--- a/.changeset/short-students-laugh.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-"@aws-amplify/ui-react": minor
----
-
-feat: adding `isSelectionRequired` prop to `ToggleButtonGroup` primitive
-
-**Example:**
-
-```jsx
-import * as React from 'react';
-import {
- MdFormatBold,
- MdFormatColorFill,
- MdFormatItalic,
- MdFormatUnderlined,
-} from 'react-icons/md';
-import { ToggleButton, ToggleButtonGroup } from '@aws-amplify/ui-react';
-
-export const SelectionRequiredToggleButtonGroupExample = () => {
- const [value, setValue] = React.useState('bold');
- return (
- setValue(value as string)}
- isExclusive
- isSelectionRequired
- >
-
-
-
-
-
-
-
-
-
-
-
-
-
- );
-};
-```
diff --git a/.changeset/super-cool-feature.md b/.changeset/super-cool-feature.md
deleted file mode 100644
index 8c8ea6d2757..00000000000
--- a/.changeset/super-cool-feature.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-"@aws-amplify/ui-react": patch
----
-
-feat: add new TextAreaField primitive (replaces TextField `isMultiline` feature)
-
-**Example**
-
-```
- console.info(e.currentTarget.value)}
-/>
-```
-
diff --git a/docs/package.json b/docs/package.json
index dbaaddae7ab..466bfbd7529 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -11,7 +11,7 @@
"test": "$_ run build"
},
"dependencies": {
- "@aws-amplify/ui-react": "^2.5.0",
+ "@aws-amplify/ui-react": "^2.6.0",
"@codesandbox/sandpack-react": "0.1.9",
"@cucumber/gherkin": "^19.0.3",
"@cucumber/messages": "^16.0.1",
diff --git a/examples/angular/package.json b/examples/angular/package.json
index 3545b0044c2..807c6fdd488 100644
--- a/examples/angular/package.json
+++ b/examples/angular/package.json
@@ -21,7 +21,7 @@
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
- "@aws-amplify/ui-angular": "^2.1.2",
+ "@aws-amplify/ui-angular": "^2.1.3",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
diff --git a/examples/next/package.json b/examples/next/package.json
index 15c9cbf6fb2..073c71dced9 100644
--- a/examples/next/package.json
+++ b/examples/next/package.json
@@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
- "@aws-amplify/ui-react": "^2.5.0",
+ "@aws-amplify/ui-react": "^2.6.0",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"next": "^11.1.3",
diff --git a/examples/vue/package.json b/examples/vue/package.json
index e8d44047ab4..1e0baaf99a5 100644
--- a/examples/vue/package.json
+++ b/examples/vue/package.json
@@ -10,7 +10,7 @@
"start": "vite preview --port 3000"
},
"dependencies": {
- "@aws-amplify/ui-vue": "^2.1.2",
+ "@aws-amplify/ui-vue": "^2.1.3",
"aws-amplify": "latest",
"vue": "^3.0.5",
"vue-router": "4"
diff --git a/packages/angular/projects/ui-angular/CHANGELOG.md b/packages/angular/projects/ui-angular/CHANGELOG.md
index 33b927d249a..a4527655cca 100644
--- a/packages/angular/projects/ui-angular/CHANGELOG.md
+++ b/packages/angular/projects/ui-angular/CHANGELOG.md
@@ -1,5 +1,18 @@
# @aws-amplify/ui-angular
+## 2.1.3
+
+### Patch Changes
+
+- [#1368](https://github.com/aws-amplify/amplify-ui/pull/1368) [`c57a02349`](https://github.com/aws-amplify/amplify-ui/commit/c57a02349376b4fea82bc9f854971445aa01c676) Thanks [@zchenwei](https://github.com/zchenwei)! - style: cleaning up sr-only class
+
+* [#1366](https://github.com/aws-amplify/amplify-ui/pull/1366) [`e73e0276f`](https://github.com/aws-amplify/amplify-ui/commit/e73e0276f8b1707cd01e24d55bd023b4a2347625) Thanks [@wlee221](https://github.com/wlee221)! - Pass `formData` to `submitForm` event on submit. This will ensure any default form values are submitted to Cognito, without relying on `CHANGE` events.
+
+- [#1357](https://github.com/aws-amplify/amplify-ui/pull/1357) [`65ed5351f`](https://github.com/aws-amplify/amplify-ui/commit/65ed5351f2ca850ddf7db0c9a002ff563351f138) Thanks [@ErikCH](https://github.com/ErikCH)! - Added new translations for confirm sign up page
+
+- Updated dependencies [[`fbfcd04d3`](https://github.com/aws-amplify/amplify-ui/commit/fbfcd04d36753a69d24d5576736a9082f1a66dbe), [`c57a02349`](https://github.com/aws-amplify/amplify-ui/commit/c57a02349376b4fea82bc9f854971445aa01c676), [`e73e0276f`](https://github.com/aws-amplify/amplify-ui/commit/e73e0276f8b1707cd01e24d55bd023b4a2347625), [`929cb8f76`](https://github.com/aws-amplify/amplify-ui/commit/929cb8f768d9a95b3854d7fa87b08a83af72c96c)]:
+ - @aws-amplify/ui@3.0.15
+
## 2.1.2
### Patch Changes
diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json
index 828b02fad4c..55a2e8b8d70 100644
--- a/packages/angular/projects/ui-angular/package.json
+++ b/packages/angular/projects/ui-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-angular",
- "version": "2.1.2",
+ "version": "2.1.3",
"scripts": {
"build": "yarn --cwd ../../ build",
"dev": "yarn --cwd ../../ dev",
@@ -14,7 +14,7 @@
},
"dependencies": {
"@aws-amplify/ui-components": "^1.7.0",
- "@aws-amplify/ui": "3.0.14",
+ "@aws-amplify/ui": "3.0.15",
"@stencil/core": "2.8.0",
"nanoid": "3.1.31",
"qrcode": "1.5.0",
diff --git a/packages/e2e/package.json b/packages/e2e/package.json
index 5a80d044275..88f57a4b1d9 100644
--- a/packages/e2e/package.json
+++ b/packages/e2e/package.json
@@ -17,7 +17,7 @@
"stepDefinitions": "features"
},
"devDependencies": {
- "@aws-amplify/ui": "^3.0.14",
+ "@aws-amplify/ui": "^3.0.15",
"aws-crt": "^1.10.6",
"@testing-library/cypress": "^7.0.6",
"@types/cypress-cucumber-preprocessor": "^4.0.0",
diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md
index b8e938a36ab..5395747f132 100644
--- a/packages/react/CHANGELOG.md
+++ b/packages/react/CHANGELOG.md
@@ -1,5 +1,77 @@
# @aws-amplify/ui-react
+## 2.6.0
+
+### Minor Changes
+
+- [#1355](https://github.com/aws-amplify/amplify-ui/pull/1355) [`19d5a6bfa`](https://github.com/aws-amplify/amplify-ui/commit/19d5a6bfab21eb5d952613ec8570287611d29497) Thanks [@zchenwei](https://github.com/zchenwei)! - feat: adding `isSelectionRequired` prop to `ToggleButtonGroup` primitive
+
+ **Example:**
+
+ ```jsx
+ import * as React from 'react';
+ import {
+ MdFormatBold,
+ MdFormatColorFill,
+ MdFormatItalic,
+ MdFormatUnderlined,
+ } from 'react-icons/md';
+ import { ToggleButton, ToggleButtonGroup } from '@aws-amplify/ui-react';
+
+ export const SelectionRequiredToggleButtonGroupExample = () => {
+ const [value, setValue] = React.useState('bold');
+ return (
+ setValue(value as string)}
+ isExclusive
+ isSelectionRequired
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+ };
+ ```
+
+### Patch Changes
+
+- [#1358](https://github.com/aws-amplify/amplify-ui/pull/1358) [`43c814db4`](https://github.com/aws-amplify/amplify-ui/commit/43c814db418865672730449ba8c983bcb7d94847) Thanks [@zchenwei](https://github.com/zchenwei)! - chore: updating all React imports from default to namespace
+
+* [#1368](https://github.com/aws-amplify/amplify-ui/pull/1368) [`c57a02349`](https://github.com/aws-amplify/amplify-ui/commit/c57a02349376b4fea82bc9f854971445aa01c676) Thanks [@zchenwei](https://github.com/zchenwei)! - style: cleaning up sr-only class
+
+- [#1366](https://github.com/aws-amplify/amplify-ui/pull/1366) [`e73e0276f`](https://github.com/aws-amplify/amplify-ui/commit/e73e0276f8b1707cd01e24d55bd023b4a2347625) Thanks [@wlee221](https://github.com/wlee221)! - Pass `formData` to `submitForm` event on submit. This will ensure any default form values are submitted to Cognito, without relying on `CHANGE` events.
+
+* [#1357](https://github.com/aws-amplify/amplify-ui/pull/1357) [`65ed5351f`](https://github.com/aws-amplify/amplify-ui/commit/65ed5351f2ca850ddf7db0c9a002ff563351f138) Thanks [@ErikCH](https://github.com/ErikCH)! - Added new translations for confirm sign up page
+
+- [#1371](https://github.com/aws-amplify/amplify-ui/pull/1371) [`1a2f8a732`](https://github.com/aws-amplify/amplify-ui/commit/1a2f8a732952c0e76e91b3b2c8472e3c0eed2af8) Thanks [@reesscot](https://github.com/reesscot)! - feat: add new TextAreaField primitive (replaces TextField `isMultiline` feature)
+
+ **Example**
+
+ ```
+ console.info(e.currentTarget.value)}
+ />
+ ```
+
+- Updated dependencies [[`fbfcd04d3`](https://github.com/aws-amplify/amplify-ui/commit/fbfcd04d36753a69d24d5576736a9082f1a66dbe), [`c57a02349`](https://github.com/aws-amplify/amplify-ui/commit/c57a02349376b4fea82bc9f854971445aa01c676), [`e73e0276f`](https://github.com/aws-amplify/amplify-ui/commit/e73e0276f8b1707cd01e24d55bd023b4a2347625), [`929cb8f76`](https://github.com/aws-amplify/amplify-ui/commit/929cb8f768d9a95b3854d7fa87b08a83af72c96c)]:
+ - @aws-amplify/ui@3.0.15
+
## 2.5.0
### Minor Changes
diff --git a/packages/react/package.json b/packages/react/package.json
index 4d6358a6cfe..faed5e845bf 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react",
- "version": "2.5.0",
+ "version": "2.6.0",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"exports": {
@@ -49,7 +49,7 @@
"test:unit:watch": "jest --watch"
},
"dependencies": {
- "@aws-amplify/ui": "3.0.14",
+ "@aws-amplify/ui": "3.0.15",
"@aws-amplify/ui-react-v1": "npm:@aws-amplify/ui-react@1.2.9",
"@radix-ui/react-accordion": "0.1.1",
"@radix-ui/react-dropdown-menu": "0.1.1",
diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md
index ccfbe258bc3..dc771e51687 100644
--- a/packages/ui/CHANGELOG.md
+++ b/packages/ui/CHANGELOG.md
@@ -1,5 +1,17 @@
# @aws-amplify/ui
+## 3.0.15
+
+### Patch Changes
+
+- [#1360](https://github.com/aws-amplify/amplify-ui/pull/1360) [`fbfcd04d3`](https://github.com/aws-amplify/amplify-ui/commit/fbfcd04d36753a69d24d5576736a9082f1a66dbe) Thanks [@0618](https://github.com/0618)! - fix: menu dropdown style in dark mode by adding border
+
+* [#1368](https://github.com/aws-amplify/amplify-ui/pull/1368) [`c57a02349`](https://github.com/aws-amplify/amplify-ui/commit/c57a02349376b4fea82bc9f854971445aa01c676) Thanks [@zchenwei](https://github.com/zchenwei)! - style: cleaning up sr-only class
+
+- [#1366](https://github.com/aws-amplify/amplify-ui/pull/1366) [`e73e0276f`](https://github.com/aws-amplify/amplify-ui/commit/e73e0276f8b1707cd01e24d55bd023b4a2347625) Thanks [@wlee221](https://github.com/wlee221)! - Pass `formData` to `submitForm` event on submit. This will ensure any default form values are submitted to Cognito, without relying on `CHANGE` events.
+
+* [#1347](https://github.com/aws-amplify/amplify-ui/pull/1347) [`929cb8f76`](https://github.com/aws-amplify/amplify-ui/commit/929cb8f768d9a95b3854d7fa87b08a83af72c96c) Thanks [@wlee221](https://github.com/wlee221)! - Store actor transition data in context
+
## 3.0.14
### Patch Changes
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 99649b7f594..ca3e8a394d7 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui",
- "version": "3.0.14",
+ "version": "3.0.15",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"exports": {
diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md
index caecb990db4..3c60fef14d9 100644
--- a/packages/vue/CHANGELOG.md
+++ b/packages/vue/CHANGELOG.md
@@ -1,5 +1,18 @@
# @aws-amplify/ui-vue
+## 2.1.3
+
+### Patch Changes
+
+- [#1368](https://github.com/aws-amplify/amplify-ui/pull/1368) [`c57a02349`](https://github.com/aws-amplify/amplify-ui/commit/c57a02349376b4fea82bc9f854971445aa01c676) Thanks [@zchenwei](https://github.com/zchenwei)! - style: cleaning up sr-only class
+
+* [#1366](https://github.com/aws-amplify/amplify-ui/pull/1366) [`e73e0276f`](https://github.com/aws-amplify/amplify-ui/commit/e73e0276f8b1707cd01e24d55bd023b4a2347625) Thanks [@wlee221](https://github.com/wlee221)! - Pass `formData` to `submitForm` event on submit. This will ensure any default form values are submitted to Cognito, without relying on `CHANGE` events.
+
+- [#1357](https://github.com/aws-amplify/amplify-ui/pull/1357) [`65ed5351f`](https://github.com/aws-amplify/amplify-ui/commit/65ed5351f2ca850ddf7db0c9a002ff563351f138) Thanks [@ErikCH](https://github.com/ErikCH)! - Added new translations for confirm sign up page
+
+- Updated dependencies [[`fbfcd04d3`](https://github.com/aws-amplify/amplify-ui/commit/fbfcd04d36753a69d24d5576736a9082f1a66dbe), [`c57a02349`](https://github.com/aws-amplify/amplify-ui/commit/c57a02349376b4fea82bc9f854971445aa01c676), [`e73e0276f`](https://github.com/aws-amplify/amplify-ui/commit/e73e0276f8b1707cd01e24d55bd023b4a2347625), [`929cb8f76`](https://github.com/aws-amplify/amplify-ui/commit/929cb8f768d9a95b3854d7fa87b08a83af72c96c)]:
+ - @aws-amplify/ui@3.0.15
+
## 2.1.2
### Patch Changes
diff --git a/packages/vue/package.json b/packages/vue/package.json
index 935ad16e2a6..7bc7114c7ad 100644
--- a/packages/vue/package.json
+++ b/packages/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-vue",
- "version": "2.1.2",
+ "version": "2.1.3",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
@@ -29,7 +29,7 @@
"test:unit:watch": "jest --watch"
},
"dependencies": {
- "@aws-amplify/ui": "3.0.14",
+ "@aws-amplify/ui": "3.0.15",
"@vueuse/core": "7.5.5",
"@xstate/vue": "0.8.1",
"qrcode": "1.5.0"