diff --git a/.changeset/famous-tigers-visit.md b/.changeset/famous-tigers-visit.md deleted file mode 100644 index eafc18f399d..00000000000 --- a/.changeset/famous-tigers-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react": patch ---- - -Allow Content-less TabItem diff --git a/.changeset/fuzzy-horses-heal.md b/.changeset/fuzzy-horses-heal.md deleted file mode 100644 index fe46cbb87d5..00000000000 --- a/.changeset/fuzzy-horses-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@aws-amplify/ui': patch ---- - -Fixed bug where "Back to sign in" was not working on force new password page diff --git a/.changeset/gentle-knives-agree.md b/.changeset/gentle-knives-agree.md deleted file mode 100644 index 0e8e72c6f6c..00000000000 --- a/.changeset/gentle-knives-agree.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@aws-amplify/ui-angular': patch -'@aws-amplify/ui-react': patch -'@aws-amplify/ui-vue': patch ---- - -Re-export `translations` from ui-[framework] packages. This lets you use `translations` directly: - -```diff -- import { translations } from '@aws-amplify/ui'; -+ import { translations } from '@aws-amplify/ui-[framework]'; -``` diff --git a/.changeset/polite-maps-breathe.md b/.changeset/polite-maps-breathe.md deleted file mode 100644 index 7970e93aab5..00000000000 --- a/.changeset/polite-maps-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react": patch ---- - -chore: using aria-describedby on field controls diff --git a/.changeset/rare-peaches-relax.md b/.changeset/rare-peaches-relax.md deleted file mode 100644 index 35837ba26bb..00000000000 --- a/.changeset/rare-peaches-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui": patch ---- - -Lowered priority of visited link style for link component diff --git a/.changeset/silent-queens-guess.md b/.changeset/silent-queens-guess.md deleted file mode 100644 index 934b3a4a199..00000000000 --- a/.changeset/silent-queens-guess.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@aws-amplify/ui-react": minor ---- - -Add `options` prop to - -Example: - diff --git a/.changeset/young-hairs-roll.md b/.changeset/young-hairs-roll.md deleted file mode 100644 index f3bcbc7db41..00000000000 --- a/.changeset/young-hairs-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui": patch ---- - -chore: add missing es translations diff --git a/docs/package.json b/docs/package.json index bb2faca8fdc..dbaaddae7ab 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,7 +11,7 @@ "test": "$_ run build" }, "dependencies": { - "@aws-amplify/ui-react": "^2.4.0", + "@aws-amplify/ui-react": "^2.5.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 c99ece5f4d7..3545b0044c2 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.1", + "@aws-amplify/ui-angular": "^2.1.2", "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 2fb7f13c652..15c9cbf6fb2 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,7 +10,7 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^2.4.0", + "@aws-amplify/ui-react": "^2.5.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 5426051acc4..e8d44047ab4 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.1", + "@aws-amplify/ui-vue": "^2.1.2", "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 874fd8d3df8..33b927d249a 100644 --- a/packages/angular/projects/ui-angular/CHANGELOG.md +++ b/packages/angular/projects/ui-angular/CHANGELOG.md @@ -1,5 +1,19 @@ # @aws-amplify/ui-angular +## 2.1.2 + +### Patch Changes + +- [#1320](https://github.com/aws-amplify/amplify-ui/pull/1320) [`94d09948a`](https://github.com/aws-amplify/amplify-ui/commit/94d09948ac9d36a49b1872751f0587e73413bd99) Thanks [@wlee221](https://github.com/wlee221)! - Re-export `translations` from ui-[framework] packages. This lets you use `translations` directly: + + ```diff + - import { translations } from '@aws-amplify/ui'; + + import { translations } from '@aws-amplify/ui-[framework]'; + ``` + +- Updated dependencies [[`722e2a932`](https://github.com/aws-amplify/amplify-ui/commit/722e2a93263478aed2a9aee872ab1fcbc86b41ca), [`4c6d198e4`](https://github.com/aws-amplify/amplify-ui/commit/4c6d198e409d46eef37b88b2327132b4a5dbe425), [`38cdf38e4`](https://github.com/aws-amplify/amplify-ui/commit/38cdf38e473853ba93ffb22a1d9252286a7d2a6f)]: + - @aws-amplify/ui@3.0.14 + ## 2.1.1 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index 891b01fb388..828b02fad4c 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.1", + "version": "2.1.2", "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.13", + "@aws-amplify/ui": "3.0.14", "@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 ff0d160b4f4..5a80d044275 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -17,7 +17,7 @@ "stepDefinitions": "features" }, "devDependencies": { - "@aws-amplify/ui": "^3.0.13", + "@aws-amplify/ui": "^3.0.14", "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 186ab4ec35e..b8e938a36ab 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,33 @@ # @aws-amplify/ui-react +## 2.5.0 + +### Minor Changes + +- [#1342](https://github.com/aws-amplify/amplify-ui/pull/1342) [`7a675ac73`](https://github.com/aws-amplify/amplify-ui/commit/7a675ac731843333882165c5602c1f996df2eb52) Thanks [@joebuono](https://github.com/joebuono)! - Add `options` prop to + + Example: + + +### Patch Changes + +- [#1340](https://github.com/aws-amplify/amplify-ui/pull/1340) [`43d8106d3`](https://github.com/aws-amplify/amplify-ui/commit/43d8106d378e0438326f8992b4b1bfe73d91f5d8) Thanks [@joebuono](https://github.com/joebuono)! - Allow Content-less TabItem + +* [#1320](https://github.com/aws-amplify/amplify-ui/pull/1320) [`94d09948a`](https://github.com/aws-amplify/amplify-ui/commit/94d09948ac9d36a49b1872751f0587e73413bd99) Thanks [@wlee221](https://github.com/wlee221)! - Re-export `translations` from ui-[framework] packages. This lets you use `translations` directly: + + ```diff + - import { translations } from '@aws-amplify/ui'; + + import { translations } from '@aws-amplify/ui-[framework]'; + ``` + +- [#1321](https://github.com/aws-amplify/amplify-ui/pull/1321) [`e85c0db5c`](https://github.com/aws-amplify/amplify-ui/commit/e85c0db5cd6a3c4f9924466afb5e7e5e7dbbeea3) Thanks [@zchenwei](https://github.com/zchenwei)! - chore: using aria-describedby on field controls + +- Updated dependencies [[`722e2a932`](https://github.com/aws-amplify/amplify-ui/commit/722e2a93263478aed2a9aee872ab1fcbc86b41ca), [`4c6d198e4`](https://github.com/aws-amplify/amplify-ui/commit/4c6d198e409d46eef37b88b2327132b4a5dbe425), [`38cdf38e4`](https://github.com/aws-amplify/amplify-ui/commit/38cdf38e473853ba93ffb22a1d9252286a7d2a6f)]: + - @aws-amplify/ui@3.0.14 + ## 2.4.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 9438b1a66cc..4d6358a6cfe 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "2.4.0", + "version": "2.5.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.13", + "@aws-amplify/ui": "3.0.14", "@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 9483e4c871b..ccfbe258bc3 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui +## 3.0.14 + +### Patch Changes + +- [#1328](https://github.com/aws-amplify/amplify-ui/pull/1328) [`722e2a932`](https://github.com/aws-amplify/amplify-ui/commit/722e2a93263478aed2a9aee872ab1fcbc86b41ca) Thanks [@ErikCH](https://github.com/ErikCH)! - Fixed bug where "Back to sign in" was not working on force new password page + +* [#1348](https://github.com/aws-amplify/amplify-ui/pull/1348) [`4c6d198e4`](https://github.com/aws-amplify/amplify-ui/commit/4c6d198e409d46eef37b88b2327132b4a5dbe425) Thanks [@Jesmaster](https://github.com/Jesmaster)! - Lowered priority of visited link style for link component + +- [#1313](https://github.com/aws-amplify/amplify-ui/pull/1313) [`38cdf38e4`](https://github.com/aws-amplify/amplify-ui/commit/38cdf38e473853ba93ffb22a1d9252286a7d2a6f) Thanks [@franscal7](https://github.com/franscal7)! - chore: add missing es translations + ## 3.0.13 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 129275829b8..99649b7f594 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "3.0.13", + "version": "3.0.14", "main": "dist/index.js", "module": "dist/esm/index.js", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index dacb348bc30..caecb990db4 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,19 @@ # @aws-amplify/ui-vue +## 2.1.2 + +### Patch Changes + +- [#1320](https://github.com/aws-amplify/amplify-ui/pull/1320) [`94d09948a`](https://github.com/aws-amplify/amplify-ui/commit/94d09948ac9d36a49b1872751f0587e73413bd99) Thanks [@wlee221](https://github.com/wlee221)! - Re-export `translations` from ui-[framework] packages. This lets you use `translations` directly: + + ```diff + - import { translations } from '@aws-amplify/ui'; + + import { translations } from '@aws-amplify/ui-[framework]'; + ``` + +- Updated dependencies [[`722e2a932`](https://github.com/aws-amplify/amplify-ui/commit/722e2a93263478aed2a9aee872ab1fcbc86b41ca), [`4c6d198e4`](https://github.com/aws-amplify/amplify-ui/commit/4c6d198e409d46eef37b88b2327132b4a5dbe425), [`38cdf38e4`](https://github.com/aws-amplify/amplify-ui/commit/38cdf38e473853ba93ffb22a1d9252286a7d2a6f)]: + - @aws-amplify/ui@3.0.14 + ## 2.1.1 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 81e73cf37e9..935ad16e2a6 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "2.1.1", + "version": "2.1.2", "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.13", + "@aws-amplify/ui": "3.0.14", "@vueuse/core": "7.5.5", "@xstate/vue": "0.8.1", "qrcode": "1.5.0"