From 9ac7b8d776bbb605a2e9283bb55ad5fdbbb59c09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:40:37 -0400 Subject: [PATCH] Version Packages (#5871) Co-authored-by: github-actions[bot] --- .changeset/sharp-kiwis-remember.md | 6 ------ .changeset/shiny-chairs-judge.md | 5 ----- .changeset/silly-knives-wash.md | 5 ----- docs/package.json | 2 +- examples/angular/package.json | 2 +- examples/next/package.json | 12 ++++++------ examples/vue/package.json | 2 +- packages/angular/projects/ui-angular/CHANGELOG.md | 7 +++++++ packages/angular/projects/ui-angular/package.json | 4 ++-- packages/angular/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 +++--- packages/react-core-notifications/CHANGELOG.md | 8 ++++++++ packages/react-core-notifications/package.json | 6 +++--- packages/react-core/CHANGELOG.md | 7 +++++++ packages/react-core/package.json | 4 ++-- packages/react-geo/CHANGELOG.md | 7 +++++++ packages/react-geo/package.json | 4 ++-- packages/react-geo/src/version.ts | 2 +- packages/react-liveness/CHANGELOG.md | 8 ++++++++ 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 | 10 ++++++++++ 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 | 8 ++++++++ packages/react/package.json | 6 +++--- packages/react/src/version.ts | 2 +- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- packages/vue/CHANGELOG.md | 7 +++++++ packages/vue/package.json | 4 ++-- packages/vue/src/version.ts | 2 +- 48 files changed, 195 insertions(+), 83 deletions(-) delete mode 100644 .changeset/sharp-kiwis-remember.md delete mode 100644 .changeset/shiny-chairs-judge.md delete mode 100644 .changeset/silly-knives-wash.md diff --git a/.changeset/sharp-kiwis-remember.md b/.changeset/sharp-kiwis-remember.md deleted file mode 100644 index 19b665c35ad..00000000000 --- a/.changeset/sharp-kiwis-remember.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@aws-amplify/ui-react-native": patch -"@aws-amplify/ui": patch ---- - -chore: Copy `style-dictionary` functions to ui package and export from there. Remove `style-dictionary` dependency from React Native package. diff --git a/.changeset/shiny-chairs-judge.md b/.changeset/shiny-chairs-judge.md deleted file mode 100644 index bfb40c81940..00000000000 --- a/.changeset/shiny-chairs-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-storage": patch ---- - -chore: Manually recreate `StorageAccessLevel` type and remove `@aws-amplify/core` peerDep from ui-react-storage package. diff --git a/.changeset/silly-knives-wash.md b/.changeset/silly-knives-wash.md deleted file mode 100644 index d424e51e2cc..00000000000 --- a/.changeset/silly-knives-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-ai": patch ---- - -fix(ai-conversation): allow attachments to actually work on amplify component diff --git a/docs/package.json b/docs/package.json index 5bb1ead7155..ee3ba4c235f 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.2", + "@aws-amplify/ui-react": "6.5.3", "@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 88e87774d96..7ee4374f668 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.27", + "@aws-amplify/ui-angular": "^5.0.28", "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 07cde8bd836..3fc7d7f811b 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.2", - "@aws-amplify/ui-react-ai": "0.3.0", - "@aws-amplify/ui-react-geo": "^2.0.27", - "@aws-amplify/ui-react-liveness": "^3.1.12", - "@aws-amplify/ui-react-notifications": "^2.0.31", - "@aws-amplify/ui-react-storage": "^3.3.6", + "@aws-amplify/ui-react": "^6.5.3", + "@aws-amplify/ui-react-ai": "0.3.1", + "@aws-amplify/ui-react-geo": "^2.0.28", + "@aws-amplify/ui-react-liveness": "^3.1.13", + "@aws-amplify/ui-react-notifications": "^2.0.32", + "@aws-amplify/ui-react-storage": "^3.3.7", "@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 3ab839ea89e..0b11b000729 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.19", + "@aws-amplify/ui-vue": "^4.2.20", "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 0eebe05d5e7..a79bed01afd 100644 --- a/packages/angular/projects/ui-angular/CHANGELOG.md +++ b/packages/angular/projects/ui-angular/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-angular +## 5.0.28 + +### Patch Changes + +- Updated dependencies [[`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7)]: + - @aws-amplify/ui@6.6.3 + ## 5.0.27 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index c9a10a4037b..a5f49d2970f 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.27", + "version": "5.0.28", "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.2", + "@aws-amplify/ui": "6.6.3", "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 3c5abfb0d07..8647993f042 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.27'; +export const VERSION = '5.0.28'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index a2dc9e82102..7fc433b191b 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.6.2", + "@aws-amplify/ui": "^6.6.3", "@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 ee6333b1398..8e221c89a18 100644 --- a/packages/react-ai/CHANGELOG.md +++ b/packages/react-ai/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-ai +## 0.3.1 + +### Patch Changes + +- [#5872](https://github.com/aws-amplify/amplify-ui/pull/5872) [`fcf51abc8`](https://github.com/aws-amplify/amplify-ui/commit/fcf51abc81da6eecbf8a31812b7cd5b2865999c4) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - fix(ai-conversation): allow attachments to actually work on amplify component + +- Updated dependencies [[`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7)]: + - @aws-amplify/ui@6.6.3 + - @aws-amplify/ui-react@6.5.3 + - @aws-amplify/ui-react-core@3.0.27 + ## 0.3.0 ### Minor Changes diff --git a/packages/react-ai/package.json b/packages/react-ai/package.json index 6ad64c2a825..3c4b8bab03d 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.3.0", + "version": "0.3.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.6.2", - "@aws-amplify/ui-react": "^6.5.2", - "@aws-amplify/ui-react-core": "^3.0.26" + "@aws-amplify/ui": "^6.6.3", + "@aws-amplify/ui-react": "^6.5.3", + "@aws-amplify/ui-react-core": "^3.0.27" }, "devDependencies": { "@types/jest-when": "^3.5.0", diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index 5274b5b3594..0077a330040 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-auth +## 0.0.34 + +### Patch Changes + +- Updated dependencies [[`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7)]: + - @aws-amplify/ui@6.6.3 + - @aws-amplify/ui-react@6.5.3 + - @aws-amplify/ui-react-core@3.0.27 + - @aws-amplify/ui-react-core-auth@0.0.29 + ## 0.0.33 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index 5df6af178d1..a2c60ddbc90 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.33", + "version": "0.0.34", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,10 +40,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.2", - "@aws-amplify/ui-react": "6.5.2", - "@aws-amplify/ui-react-core": "3.0.26", - "@aws-amplify/ui-react-core-auth": "0.0.28", + "@aws-amplify/ui": "6.6.3", + "@aws-amplify/ui-react": "6.5.3", + "@aws-amplify/ui-react-core": "3.0.27", + "@aws-amplify/ui-react-core-auth": "0.0.29", "@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 1b7f4860781..74430b563e8 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.33'; +export const VERSION = '0.0.34'; diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md index 6ab869bf9d4..b039ddce8ab 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.29 + +### Patch Changes + +- Updated dependencies [[`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7)]: + - @aws-amplify/ui@6.6.3 + - @aws-amplify/ui-react-core@3.0.27 + ## 0.0.28 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index a9866a63024..f6af9333b36 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.28", + "version": "0.0.29", "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.2", - "@aws-amplify/ui-react-core": "3.0.26", + "@aws-amplify/ui": "6.6.3", + "@aws-amplify/ui-react-core": "3.0.27", "@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 4af8fdfae5b..2637bdf4461 100644 --- a/packages/react-core-notifications/CHANGELOG.md +++ b/packages/react-core-notifications/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-core-notifications +## 2.0.27 + +### Patch Changes + +- Updated dependencies [[`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7)]: + - @aws-amplify/ui@6.6.3 + - @aws-amplify/ui-react-core@3.0.27 + ## 2.0.26 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index 291d92b4141..c53e8d2007c 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.26", + "version": "2.0.27", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.2", - "@aws-amplify/ui-react-core": "3.0.26" + "@aws-amplify/ui": "6.6.3", + "@aws-amplify/ui-react-core": "3.0.27" }, "peerDependencies": { "aws-amplify": "^6.6.0", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 689e64edb34..d2b60a8c198 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-core +## 3.0.27 + +### Patch Changes + +- Updated dependencies [[`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7)]: + - @aws-amplify/ui@6.6.3 + ## 3.0.26 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index e5a2b3d3e44..01d5a162591 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.26", + "version": "3.0.27", "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.2", + "@aws-amplify/ui": "6.6.3", "@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 04c59ce057a..d85d962daec 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-geo +## 2.0.28 + +### Patch Changes + +- Updated dependencies []: + - @aws-amplify/ui-react-core@3.0.27 + ## 2.0.27 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index 3ca18c6a6fc..8d1b1370402 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.27", + "version": "2.0.28", "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.26", + "@aws-amplify/ui-react-core": "3.0.27", "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 768585d57cc..ba5104dae22 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.27'; +export const VERSION = '2.0.28'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 91135437782..3a47392e616 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-liveness +## 3.1.13 + +### Patch Changes + +- Updated dependencies [[`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7)]: + - @aws-amplify/ui@6.6.3 + - @aws-amplify/ui-react@6.5.3 + ## 3.1.12 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index 51c71161e4f..b0f352844b8 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.12", + "version": "3.1.13", "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.2", - "@aws-amplify/ui-react": "6.5.2", + "@aws-amplify/ui": "6.6.3", + "@aws-amplify/ui-react": "6.5.3", "@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 301a3d804f9..58b4d6d4622 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.12'; +export const VERSION = '3.1.13'; diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md index 8acc4e6aecf..769ea8cca97 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.32 + +### Patch Changes + +- Updated dependencies [[`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7)]: + - @aws-amplify/ui-react-native@2.2.14 + - @aws-amplify/ui@6.6.3 + - @aws-amplify/ui-react-core-auth@0.0.29 + ## 0.0.31 ### Patch Changes diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json index e7d25cf9423..c6ae8e8ffb0 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.31", + "version": "0.0.32", "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.2", - "@aws-amplify/ui-react-core-auth": "0.0.28", - "@aws-amplify/ui-react-native": "2.2.13", + "@aws-amplify/ui": "6.6.3", + "@aws-amplify/ui-react-core-auth": "0.0.29", + "@aws-amplify/ui-react-native": "2.2.14", "qrcode": "1.5.0" }, "peerDependencies": { diff --git a/packages/react-native-auth/src/version.ts b/packages/react-native-auth/src/version.ts index d988dc5b509..05f09d4cf96 100644 --- a/packages/react-native-auth/src/version.ts +++ b/packages/react-native-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.31'; +export const VERSION = '0.0.32'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index e4f77fb6ec5..8070b36c1ce 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-native +## 2.2.14 + +### Patch Changes + +- [#5848](https://github.com/aws-amplify/amplify-ui/pull/5848) [`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7) Thanks [@esauerbo](https://github.com/esauerbo)! - chore: Copy `style-dictionary` functions to ui package and export from there. Remove `style-dictionary` dependency from React Native package. + +- Updated dependencies [[`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7)]: + - @aws-amplify/ui@6.6.3 + - @aws-amplify/ui-react-core@3.0.27 + - @aws-amplify/ui-react-core-notifications@2.0.27 + ## 2.2.13 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 21531b3d2f7..77375ca8974 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.13", + "version": "2.2.14", "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.2", - "@aws-amplify/ui-react-core": "3.0.26", - "@aws-amplify/ui-react-core-notifications": "2.0.26" + "@aws-amplify/ui": "6.6.3", + "@aws-amplify/ui-react-core": "3.0.27", + "@aws-amplify/ui-react-core-notifications": "2.0.27" }, "peerDependencies": { "aws-amplify": "^6.6.0", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index 4749f70a62c..cdf44e9ee86 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.13'; +export const VERSION = '2.2.14'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 9fffb83466d..a49ab108664 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-notifications +## 2.0.32 + +### Patch Changes + +- Updated dependencies [[`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7)]: + - @aws-amplify/ui@6.6.3 + - @aws-amplify/ui-react@6.5.3 + - @aws-amplify/ui-react-core@3.0.27 + - @aws-amplify/ui-react-core-notifications@2.0.27 + ## 2.0.31 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 62b8b3a61bd..5fcade4f4ce 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.31", + "version": "2.0.32", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,10 +39,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.2", - "@aws-amplify/ui-react": "6.5.2", - "@aws-amplify/ui-react-core": "3.0.26", - "@aws-amplify/ui-react-core-notifications": "2.0.26", + "@aws-amplify/ui": "6.6.3", + "@aws-amplify/ui-react": "6.5.3", + "@aws-amplify/ui-react-core": "3.0.27", + "@aws-amplify/ui-react-core-notifications": "2.0.27", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index ba616c2e2c3..93a5cc9f1b3 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.31'; +export const VERSION = '2.0.32'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 304bd0a5b10..e11dec3760d 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-storage +## 3.3.7 + +### Patch Changes + +- [#5867](https://github.com/aws-amplify/amplify-ui/pull/5867) [`bbe4ca0aa`](https://github.com/aws-amplify/amplify-ui/commit/bbe4ca0aaf81d87905783e1f3c708a7f1150dae6) Thanks [@esauerbo](https://github.com/esauerbo)! - chore: Manually recreate `StorageAccessLevel` type and remove `@aws-amplify/core` peerDep from ui-react-storage package. + +- Updated dependencies [[`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7)]: + - @aws-amplify/ui@6.6.3 + - @aws-amplify/ui-react@6.5.3 + - @aws-amplify/ui-react-core@3.0.27 + ## 3.3.6 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index 8413bbcfe85..fc52e344e67 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.6", + "version": "3.3.7", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,9 +39,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.2", - "@aws-amplify/ui-react": "6.5.2", - "@aws-amplify/ui-react-core": "3.0.26", + "@aws-amplify/ui": "6.6.3", + "@aws-amplify/ui-react": "6.5.3", + "@aws-amplify/ui-react-core": "3.0.27", "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 b4cf67a0560..90f191c0995 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.3.6'; +export const VERSION = '3.3.7'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 455ba0ac328..e554eb86e6c 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react +## 6.5.3 + +### Patch Changes + +- Updated dependencies [[`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7)]: + - @aws-amplify/ui@6.6.3 + - @aws-amplify/ui-react-core@3.0.27 + ## 6.5.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 2e17217fe03..47337223ebf 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.5.2", + "version": "6.5.3", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -55,8 +55,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.2", - "@aws-amplify/ui-react-core": "3.0.26", + "@aws-amplify/ui": "6.6.3", + "@aws-amplify/ui-react-core": "3.0.27", "@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 fa750da145f..bf92613c23b 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.5.2'; +export const VERSION = '6.5.3'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index aa12f2188eb..05591496e81 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @aws-amplify/ui +## 6.6.3 + +### Patch Changes + +- [#5848](https://github.com/aws-amplify/amplify-ui/pull/5848) [`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7) Thanks [@esauerbo](https://github.com/esauerbo)! - chore: Copy `style-dictionary` functions to ui package and export from there. Remove `style-dictionary` dependency from React Native package. + ## 6.6.2 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 6662b2fa696..407b8708c2d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.6.2", + "version": "6.6.3", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 657aeb90ad1..bdae5fd9d9a 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 4.2.20 + +### Patch Changes + +- Updated dependencies [[`0d86485fc`](https://github.com/aws-amplify/amplify-ui/commit/0d86485fc4bf74766a1b82c69cfa322ed1e9baf7)]: + - @aws-amplify/ui@6.6.3 + ## 4.2.19 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 98c2c813a9a..4a3644e3b7d 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.2.19", + "version": "4.2.20", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.2", + "@aws-amplify/ui": "6.6.3", "@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 25c6573d75f..d2eb5212e9f 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.2.19'; +export const VERSION = '4.2.20';