From 8822de96130de425cfd99588c0725ffd27d3ca80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:43:54 -0700 Subject: [PATCH] Version Packages (#5828) Co-authored-by: github-actions[bot] --- .changeset/early-donuts-invent.md | 16 ------------- .changeset/red-fans-pretend.md | 18 -------------- .changeset/slimy-numbers-beg.md | 5 ---- docs/package.json | 2 +- examples/angular/package.json | 2 +- examples/next/package.json | 12 +++++----- examples/vue/package.json | 2 +- .../angular/projects/ui-angular/CHANGELOG.md | 11 +++++++++ .../angular/projects/ui-angular/package.json | 4 ++-- .../projects/ui-angular/src/version.ts | 2 +- packages/e2e/package.json | 2 +- packages/react-ai/CHANGELOG.md | 11 +++++++++ packages/react-ai/package.json | 8 +++---- packages/react-auth/CHANGELOG.md | 10 ++++++++ packages/react-auth/package.json | 10 ++++---- packages/react-auth/src/version.ts | 2 +- packages/react-core-auth/CHANGELOG.md | 8 +++++++ packages/react-core-auth/package.json | 6 ++--- .../react-core-notifications/CHANGELOG.md | 10 ++++++++ .../react-core-notifications/package.json | 6 ++--- packages/react-core/CHANGELOG.md | 9 +++++++ packages/react-core/package.json | 4 ++-- packages/react-geo/CHANGELOG.md | 9 +++++++ packages/react-geo/package.json | 4 ++-- packages/react-geo/src/version.ts | 2 +- packages/react-liveness/CHANGELOG.md | 10 ++++++++ packages/react-liveness/package.json | 6 ++--- packages/react-liveness/src/version.ts | 2 +- packages/react-native-auth/CHANGELOG.md | 9 +++++++ packages/react-native-auth/package.json | 8 +++---- packages/react-native-auth/src/version.ts | 2 +- packages/react-native/CHANGELOG.md | 11 +++++++++ packages/react-native/package.json | 8 +++---- packages/react-native/src/version.ts | 2 +- packages/react-notifications/CHANGELOG.md | 12 ++++++++++ packages/react-notifications/package.json | 10 ++++---- packages/react-notifications/src/version.ts | 2 +- packages/react-storage/CHANGELOG.md | 11 +++++++++ packages/react-storage/package.json | 8 +++---- packages/react-storage/src/version.ts | 2 +- packages/react/CHANGELOG.md | 24 +++++++++++++++++++ packages/react/package.json | 6 ++--- packages/react/src/version.ts | 2 +- packages/ui/CHANGELOG.md | 20 ++++++++++++++++ packages/ui/package.json | 2 +- packages/vue/CHANGELOG.md | 9 +++++++ packages/vue/package.json | 4 ++-- packages/vue/src/version.ts | 2 +- 48 files changed, 241 insertions(+), 106 deletions(-) delete mode 100644 .changeset/early-donuts-invent.md delete mode 100644 .changeset/red-fans-pretend.md delete mode 100644 .changeset/slimy-numbers-beg.md diff --git a/.changeset/early-donuts-invent.md b/.changeset/early-donuts-invent.md deleted file mode 100644 index 2f620f84b3a..00000000000 --- a/.changeset/early-donuts-invent.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@aws-amplify/ui-react-ai": patch -"@aws-amplify/ui-react-core-notifications": patch -"@aws-amplify/ui-react-core": patch -"@aws-amplify/ui-react-geo": patch -"@aws-amplify/ui-react-liveness": patch -"@aws-amplify/ui-react-native": patch -"@aws-amplify/ui-react-notifications": patch -"@aws-amplify/ui-react-storage": patch -"@aws-amplify/ui-react": patch -"@aws-amplify/ui": patch -"@aws-amplify/ui-vue": patch -"@aws-amplify/ui-angular": patch ---- - -chore(deps): Fix transitive dependencies. diff --git a/.changeset/red-fans-pretend.md b/.changeset/red-fans-pretend.md deleted file mode 100644 index c1695876799..00000000000 --- a/.changeset/red-fans-pretend.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -"@aws-amplify/ui-react": patch -"@aws-amplify/ui": patch ---- - -feat(theming): add global style ability (experimental) - -Adding the ability to create global styles with the experimental theming APIs - -```jsx - -``` diff --git a/.changeset/slimy-numbers-beg.md b/.changeset/slimy-numbers-beg.md deleted file mode 100644 index 1e1fcf598e1..00000000000 --- a/.changeset/slimy-numbers-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-angular": patch ---- - -chore(deps): Update angular peer deps diff --git a/docs/package.json b/docs/package.json index 5c778f04d45..9b4fa7a0230 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts" }, "dependencies": { - "@aws-amplify/ui-react": "6.5.0", + "@aws-amplify/ui-react": "6.5.1", "@docsearch/react": "3", "@mdx-js/loader": "^2.1.0", "@mdx-js/mdx": "^2.1.0", diff --git a/examples/angular/package.json b/examples/angular/package.json index 4ae76d05e30..329a4ef7792 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^14.3.0", "@angular/platform-browser-dynamic": "^14.3.0", "@angular/router": "^14.3.0", - "@aws-amplify/ui-angular": "^5.0.25", + "@aws-amplify/ui-angular": "^5.0.26", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.11.4" diff --git a/examples/next/package.json b/examples/next/package.json index 61e193709a1..2e628220443 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,12 +10,12 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^6.5.0", - "@aws-amplify/ui-react-ai": "0.2.0", - "@aws-amplify/ui-react-geo": "^2.0.25", - "@aws-amplify/ui-react-liveness": "^3.1.10", - "@aws-amplify/ui-react-notifications": "^2.0.29", - "@aws-amplify/ui-react-storage": "^3.3.4", + "@aws-amplify/ui-react": "^6.5.1", + "@aws-amplify/ui-react-ai": "0.2.1", + "@aws-amplify/ui-react-geo": "^2.0.26", + "@aws-amplify/ui-react-liveness": "^3.1.11", + "@aws-amplify/ui-react-notifications": "^2.0.30", + "@aws-amplify/ui-react-storage": "^3.3.5", "@aws-sdk/credential-providers": "^3.370.0", "next": "^14.2.10", "next-global-css": "^1.1.1", diff --git a/examples/vue/package.json b/examples/vue/package.json index a61e0514bfc..0f4d272bc9c 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -11,7 +11,7 @@ "start": "vite preview --port 3000" }, "dependencies": { - "@aws-amplify/ui-vue": "^4.2.17", + "@aws-amplify/ui-vue": "^4.2.18", "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 512090a0e8f..0c59ddaacb2 100644 --- a/packages/angular/projects/ui-angular/CHANGELOG.md +++ b/packages/angular/projects/ui-angular/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-angular +## 5.0.26 + +### Patch Changes + +- [#5796](https://github.com/aws-amplify/amplify-ui/pull/5796) [`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Fix transitive dependencies. + +- [#5836](https://github.com/aws-amplify/amplify-ui/pull/5836) [`cd4635a72`](https://github.com/aws-amplify/amplify-ui/commit/cd4635a724de69610a2570a24effc3d8c1c3b984) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Update angular peer deps + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3), [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d)]: + - @aws-amplify/ui@6.6.1 + ## 5.0.25 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index 9633e98c554..d204fcb4baa 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": "5.0.25", + "version": "5.0.26", "scripts": { "build": "yarn --cwd ../../ build", "dev": "yarn --cwd ../../ dev", @@ -20,7 +20,7 @@ "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { - "@aws-amplify/ui": "6.6.0", + "@aws-amplify/ui": "6.6.1", "nanoid": "3.1.31", "qrcode": "1.5.0", "tslib": "^2.5.2", diff --git a/packages/angular/projects/ui-angular/src/version.ts b/packages/angular/projects/ui-angular/src/version.ts index 4e4e084e573..57fd502cbc3 100644 --- a/packages/angular/projects/ui-angular/src/version.ts +++ b/packages/angular/projects/ui-angular/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.0.25'; +export const VERSION = '5.0.26'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 1d39d72bf02..ec3add085a4 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.6.0", + "@aws-amplify/ui": "^6.6.1", "@badeball/cypress-cucumber-preprocessor": "^18.0.6", "@bahmutov/cypress-esbuild-preprocessor": "~2.2.0", "@cucumber/cucumber": "^10.0.1", diff --git a/packages/react-ai/CHANGELOG.md b/packages/react-ai/CHANGELOG.md index e8bf84ad717..ff6ae031260 100644 --- a/packages/react-ai/CHANGELOG.md +++ b/packages/react-ai/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-ai +## 0.2.1 + +### Patch Changes + +- [#5796](https://github.com/aws-amplify/amplify-ui/pull/5796) [`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Fix transitive dependencies. + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3), [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d)]: + - @aws-amplify/ui-react-core@3.0.25 + - @aws-amplify/ui-react@6.5.1 + - @aws-amplify/ui@6.6.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/react-ai/package.json b/packages/react-ai/package.json index 95d8d002d00..73c135d5c4f 100644 --- a/packages/react-ai/package.json +++ b/packages/react-ai/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-ai", - "version": "0.2.0", + "version": "0.2.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -48,9 +48,9 @@ "react-dom": "^16.14.0 || ^17.0 || ^18.0" }, "dependencies": { - "@aws-amplify/ui": "^6.5.0", - "@aws-amplify/ui-react": "^6.5.0", - "@aws-amplify/ui-react-core": "^3.0.24" + "@aws-amplify/ui": "^6.6.1", + "@aws-amplify/ui-react": "^6.5.1", + "@aws-amplify/ui-react-core": "^3.0.25" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.1", diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index db3b4449e06..f6f4a8c3fed 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-auth +## 0.0.32 + +### Patch Changes + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3), [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d)]: + - @aws-amplify/ui-react-core@3.0.25 + - @aws-amplify/ui-react@6.5.1 + - @aws-amplify/ui@6.6.1 + - @aws-amplify/ui-react-core-auth@0.0.27 + ## 0.0.31 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index 1abbc019d7b..37798d008b8 100644 --- a/packages/react-auth/package.json +++ b/packages/react-auth/package.json @@ -1,7 +1,7 @@ { "name": "@aws-amplify/ui-react-auth", "private": true, - "version": "0.0.31", + "version": "0.0.32", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,10 +40,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.0", - "@aws-amplify/ui-react": "6.5.0", - "@aws-amplify/ui-react-core": "3.0.24", - "@aws-amplify/ui-react-core-auth": "0.0.26", + "@aws-amplify/ui": "6.6.1", + "@aws-amplify/ui-react": "6.5.1", + "@aws-amplify/ui-react-core": "3.0.25", + "@aws-amplify/ui-react-core-auth": "0.0.27", "@xstate/react": "3.2.2", "lodash": "4.17.21", "tslib": "^2.5.2" diff --git a/packages/react-auth/src/version.ts b/packages/react-auth/src/version.ts index d988dc5b509..05f09d4cf96 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.31'; +export const VERSION = '0.0.32'; diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md index 87baf26f104..35c3d1331f4 100644 --- a/packages/react-core-auth/CHANGELOG.md +++ b/packages/react-core-auth/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-core-auth +## 0.0.27 + +### Patch Changes + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3), [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d)]: + - @aws-amplify/ui-react-core@3.0.25 + - @aws-amplify/ui@6.6.1 + ## 0.0.26 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index 7a4df2b3590..5894ccaea08 100644 --- a/packages/react-core-auth/package.json +++ b/packages/react-core-auth/package.json @@ -1,7 +1,7 @@ { "name": "@aws-amplify/ui-react-core-auth", "private": true, - "version": "0.0.26", + "version": "0.0.27", "main": "dist/index.js", "module": "dist/esm/index.mjs", "react-native": "src/index.ts", @@ -33,8 +33,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.0", - "@aws-amplify/ui-react-core": "3.0.24", + "@aws-amplify/ui": "6.6.1", + "@aws-amplify/ui-react-core": "3.0.25", "@xstate/react": "3.2.2", "lodash": "4.17.21", "qrcode": "1.5.0", diff --git a/packages/react-core-notifications/CHANGELOG.md b/packages/react-core-notifications/CHANGELOG.md index 3d4a2e4682b..6527003c819 100644 --- a/packages/react-core-notifications/CHANGELOG.md +++ b/packages/react-core-notifications/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-core-notifications +## 2.0.25 + +### Patch Changes + +- [#5796](https://github.com/aws-amplify/amplify-ui/pull/5796) [`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Fix transitive dependencies. + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3), [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d)]: + - @aws-amplify/ui-react-core@3.0.25 + - @aws-amplify/ui@6.6.1 + ## 2.0.24 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index 3cc8f1e00bb..968a3a5d0d7 100644 --- a/packages/react-core-notifications/package.json +++ b/packages/react-core-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-core-notifications", - "version": "2.0.24", + "version": "2.0.25", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.0", - "@aws-amplify/ui-react-core": "3.0.24" + "@aws-amplify/ui": "6.6.1", + "@aws-amplify/ui-react-core": "3.0.25" }, "peerDependencies": { "aws-amplify": "^6.6.0", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index a3d0d952074..33cab119cf6 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-core +## 3.0.25 + +### Patch Changes + +- [#5796](https://github.com/aws-amplify/amplify-ui/pull/5796) [`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Fix transitive dependencies. + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3), [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d)]: + - @aws-amplify/ui@6.6.1 + ## 3.0.24 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 46548b37ede..5cc2a0e8efd 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-core", - "version": "3.0.24", + "version": "3.0.25", "main": "dist/index.js", "module": "dist/esm/index.mjs", "react-native": "src/index.ts", @@ -40,7 +40,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.0", + "@aws-amplify/ui": "6.6.1", "@xstate/react": "^3.2.2", "lodash": "4.17.21", "react-hook-form": "^7.43.5", diff --git a/packages/react-geo/CHANGELOG.md b/packages/react-geo/CHANGELOG.md index 25aa136009f..2a9a43d4e9b 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-geo +## 2.0.26 + +### Patch Changes + +- [#5796](https://github.com/aws-amplify/amplify-ui/pull/5796) [`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Fix transitive dependencies. + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3)]: + - @aws-amplify/ui-react-core@3.0.25 + ## 2.0.25 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index 307462ed269..6902f8419fd 100644 --- a/packages/react-geo/package.json +++ b/packages/react-geo/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-geo", - "version": "2.0.25", + "version": "2.0.26", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,7 +39,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react-core": "3.0.24", + "@aws-amplify/ui-react-core": "3.0.25", "mapbox-gl": "1.13.1", "maplibre-gl": "2.1.9", "maplibre-gl-js-amplify": "^4.0.1", diff --git a/packages/react-geo/src/version.ts b/packages/react-geo/src/version.ts index 089e40986b5..9c439dafb5f 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.25'; +export const VERSION = '2.0.26'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 6e97e7b1d3f..b8e7364e2a0 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-liveness +## 3.1.11 + +### Patch Changes + +- [#5796](https://github.com/aws-amplify/amplify-ui/pull/5796) [`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Fix transitive dependencies. + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3), [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d)]: + - @aws-amplify/ui-react@6.5.1 + - @aws-amplify/ui@6.6.1 + ## 3.1.10 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index ce00058076c..a434fcb3551 100644 --- a/packages/react-liveness/package.json +++ b/packages/react-liveness/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-liveness", - "version": "3.1.10", + "version": "3.1.11", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -48,8 +48,8 @@ "react-dom": "^16.14.0 || ^17.0 || ^18.0" }, "dependencies": { - "@aws-amplify/ui": "6.6.0", - "@aws-amplify/ui-react": "6.5.0", + "@aws-amplify/ui": "6.6.1", + "@aws-amplify/ui-react": "6.5.1", "@aws-sdk/client-rekognitionstreaming": "3.621.0", "@aws-sdk/util-format-url": "3.609.0", "@smithy/eventstream-serde-browser": "^2.0.4", diff --git a/packages/react-liveness/src/version.ts b/packages/react-liveness/src/version.ts index 2cf8aa2fd33..26700d88ec4 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.10'; +export const VERSION = '3.1.11'; diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md index 8d41f8565b6..07f7d59a1a3 100644 --- a/packages/react-native-auth/CHANGELOG.md +++ b/packages/react-native-auth/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-native-auth +## 0.0.30 + +### Patch Changes + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3), [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d)]: + - @aws-amplify/ui-react-native@2.2.12 + - @aws-amplify/ui@6.6.1 + - @aws-amplify/ui-react-core-auth@0.0.27 + ## 0.0.29 ### Patch Changes diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json index 5ced32d9721..7671361114f 100644 --- a/packages/react-native-auth/package.json +++ b/packages/react-native-auth/package.json @@ -1,7 +1,7 @@ { "name": "@aws-amplify/ui-react-native-auth", "private": true, - "version": "0.0.29", + "version": "0.0.30", "main": "lib/index.js", "module": "dist/index.js", "react-native": "src/index.ts", @@ -28,9 +28,9 @@ "metro-react-native-babel-preset": "^0.77.0" }, "dependencies": { - "@aws-amplify/ui": "6.6.0", - "@aws-amplify/ui-react-core-auth": "0.0.26", - "@aws-amplify/ui-react-native": "2.2.11", + "@aws-amplify/ui": "6.6.1", + "@aws-amplify/ui-react-core-auth": "0.0.27", + "@aws-amplify/ui-react-native": "2.2.12", "qrcode": "1.5.0" }, "peerDependencies": { diff --git a/packages/react-native-auth/src/version.ts b/packages/react-native-auth/src/version.ts index e4ef785c722..f08d2816e17 100644 --- a/packages/react-native-auth/src/version.ts +++ b/packages/react-native-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.29'; +export const VERSION = '0.0.30'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 4d3413ccef4..f34a803ae52 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-native +## 2.2.12 + +### Patch Changes + +- [#5796](https://github.com/aws-amplify/amplify-ui/pull/5796) [`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Fix transitive dependencies. + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3), [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d)]: + - @aws-amplify/ui-react-core-notifications@2.0.25 + - @aws-amplify/ui-react-core@3.0.25 + - @aws-amplify/ui@6.6.1 + ## 2.2.11 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 9110379e6ca..42ecacaf536 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-native", - "version": "2.2.11", + "version": "2.2.12", "main": "lib/index.js", "module": "dist/index.js", "react-native": "src/index.ts", @@ -30,9 +30,9 @@ "react-native-safe-area-context": "^4.7.3" }, "dependencies": { - "@aws-amplify/ui": "6.6.0", - "@aws-amplify/ui-react-core": "3.0.24", - "@aws-amplify/ui-react-core-notifications": "2.0.24", + "@aws-amplify/ui": "6.6.1", + "@aws-amplify/ui-react-core": "3.0.25", + "@aws-amplify/ui-react-core-notifications": "2.0.25", "style-dictionary": "3.9.1" }, "peerDependencies": { diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index c2cc066112b..6d14078ef7f 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.11'; +export const VERSION = '2.2.12'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 2f67dcde912..c9a580d68f1 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,17 @@ # @aws-amplify/ui-react-notifications +## 2.0.30 + +### Patch Changes + +- [#5796](https://github.com/aws-amplify/amplify-ui/pull/5796) [`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Fix transitive dependencies. + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3), [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d)]: + - @aws-amplify/ui-react-core-notifications@2.0.25 + - @aws-amplify/ui-react-core@3.0.25 + - @aws-amplify/ui-react@6.5.1 + - @aws-amplify/ui@6.6.1 + ## 2.0.29 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index f05ada4321f..8c884ba0195 100644 --- a/packages/react-notifications/package.json +++ b/packages/react-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-notifications", - "version": "2.0.29", + "version": "2.0.30", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,10 +39,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.0", - "@aws-amplify/ui-react": "6.5.0", - "@aws-amplify/ui-react-core": "3.0.24", - "@aws-amplify/ui-react-core-notifications": "2.0.24", + "@aws-amplify/ui": "6.6.1", + "@aws-amplify/ui-react": "6.5.1", + "@aws-amplify/ui-react-core": "3.0.25", + "@aws-amplify/ui-react-core-notifications": "2.0.25", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 44cac1e9580..f92de8475b1 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.29'; +export const VERSION = '2.0.30'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 258649ab1ee..472ad8c8b5b 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-storage +## 3.3.5 + +### Patch Changes + +- [#5796](https://github.com/aws-amplify/amplify-ui/pull/5796) [`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Fix transitive dependencies. + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3), [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d)]: + - @aws-amplify/ui-react-core@3.0.25 + - @aws-amplify/ui-react@6.5.1 + - @aws-amplify/ui@6.6.1 + ## 3.3.4 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index 1dabfab6ece..d433d6038c2 100644 --- a/packages/react-storage/package.json +++ b/packages/react-storage/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-storage", - "version": "3.3.4", + "version": "3.3.5", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,9 +39,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.0", - "@aws-amplify/ui-react": "6.5.0", - "@aws-amplify/ui-react-core": "3.0.24", + "@aws-amplify/ui": "6.6.1", + "@aws-amplify/ui-react": "6.5.1", + "@aws-amplify/ui-react-core": "3.0.25", "lodash": "4.17.21", "tslib": "^2.5.2" }, diff --git a/packages/react-storage/src/version.ts b/packages/react-storage/src/version.ts index cae38bd7ef1..8724a9734a6 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.3.4'; +export const VERSION = '3.3.5'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 8edd594c612..5637853512d 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,29 @@ # @aws-amplify/ui-react +## 6.5.1 + +### Patch Changes + +- [#5796](https://github.com/aws-amplify/amplify-ui/pull/5796) [`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Fix transitive dependencies. + +- [#5825](https://github.com/aws-amplify/amplify-ui/pull/5825) [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - feat(theming): add global style ability (experimental) + + Adding the ability to create global styles with the experimental theming APIs + + ```jsx + + ``` + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3), [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d)]: + - @aws-amplify/ui-react-core@3.0.25 + - @aws-amplify/ui@6.6.1 + ## 6.5.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index d7ba682fe74..507c94d7890 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.5.0", + "version": "6.5.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -55,8 +55,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.0", - "@aws-amplify/ui-react-core": "3.0.24", + "@aws-amplify/ui": "6.6.1", + "@aws-amplify/ui-react-core": "3.0.25", "@radix-ui/react-direction": "1.0.0", "@radix-ui/react-dropdown-menu": "1.0.0", "@radix-ui/react-slider": "1.0.0", diff --git a/packages/react/src/version.ts b/packages/react/src/version.ts index 5706af34e37..13bbfc646fd 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.5.0'; +export const VERSION = '6.5.1'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index d57e03a8f24..d4ee0238135 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,25 @@ # @aws-amplify/ui +## 6.6.1 + +### Patch Changes + +- [#5796](https://github.com/aws-amplify/amplify-ui/pull/5796) [`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Fix transitive dependencies. + +- [#5825](https://github.com/aws-amplify/amplify-ui/pull/5825) [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - feat(theming): add global style ability (experimental) + + Adding the ability to create global styles with the experimental theming APIs + + ```jsx + + ``` + ## 6.6.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 9819b285563..98c3d4a05e3 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.6.0", + "version": "6.6.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 90c694244f2..c58c8443aba 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-vue +## 4.2.18 + +### Patch Changes + +- [#5796](https://github.com/aws-amplify/amplify-ui/pull/5796) [`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(deps): Fix transitive dependencies. + +- Updated dependencies [[`bf9dbc334`](https://github.com/aws-amplify/amplify-ui/commit/bf9dbc334293aff844a835e1717ee529e1abded3), [`3a677a1af`](https://github.com/aws-amplify/amplify-ui/commit/3a677a1afa60652fcd1a5adb734b9c94d4ba5c3d)]: + - @aws-amplify/ui@6.6.1 + ## 4.2.17 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 466f5ac53c0..17b04178bf1 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.2.17", + "version": "4.2.18", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.0", + "@aws-amplify/ui": "6.6.1", "@vueuse/core": "7.5.5", "@xstate/vue": "0.8.1", "nanoid": "3.1.31", diff --git a/packages/vue/src/version.ts b/packages/vue/src/version.ts index d2e5f9cc530..d5a94955cca 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.2.17'; +export const VERSION = '4.2.18';