From b390fdcd6140a4fac1c6d222595d88829a6acfe7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:06:38 -0800 Subject: [PATCH] Version Packages (#1390) Co-authored-by: github-actions[bot] --- .changeset/breezy-baboons-shake.md | 5 ----- .changeset/swift-cups-cheat.md | 5 ----- docs/package.json | 2 +- examples/next/package.json | 2 +- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 2 +- 6 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/breezy-baboons-shake.md delete mode 100644 .changeset/swift-cups-cheat.md diff --git a/.changeset/breezy-baboons-shake.md b/.changeset/breezy-baboons-shake.md deleted file mode 100644 index 1524d137dcb..00000000000 --- a/.changeset/breezy-baboons-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@aws-amplify/ui-react': patch ---- - -Added missing slots for React components diff --git a/.changeset/swift-cups-cheat.md b/.changeset/swift-cups-cheat.md deleted file mode 100644 index f9a1360fc4a..00000000000 --- a/.changeset/swift-cups-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react": patch ---- - -Fixes useDeprecationWarning hook diff --git a/docs/package.json b/docs/package.json index 466bfbd7529..f1c98eed453 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,7 +11,7 @@ "test": "$_ run build" }, "dependencies": { - "@aws-amplify/ui-react": "^2.6.0", + "@aws-amplify/ui-react": "^2.6.1", "@codesandbox/sandpack-react": "0.1.9", "@cucumber/gherkin": "^19.0.3", "@cucumber/messages": "^16.0.1", diff --git a/examples/next/package.json b/examples/next/package.json index 073c71dced9..e8b25ed5a88 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,7 +10,7 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^2.6.0", + "@aws-amplify/ui-react": "^2.6.1", "@types/node": "^15.12.4", "@types/react": "^17.0.11", "next": "^11.1.3", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 5395747f132..1699aa072ab 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react +## 2.6.1 + +### Patch Changes + +- [#1382](https://github.com/aws-amplify/amplify-ui/pull/1382) [`3e82f7238`](https://github.com/aws-amplify/amplify-ui/commit/3e82f7238080d7e56add1f60854bdf6855b6a9ea) Thanks [@ErikCH](https://github.com/ErikCH)! - Added missing slots for React components + +* [#1388](https://github.com/aws-amplify/amplify-ui/pull/1388) [`c65565e4b`](https://github.com/aws-amplify/amplify-ui/commit/c65565e4b07219866be73cf9ed6fc2c39fc81c05) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - Fixes useDeprecationWarning hook + ## 2.6.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index faed5e845bf..a2205cb4a10 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "2.6.0", + "version": "2.6.1", "main": "dist/index.js", "module": "dist/esm/index.js", "exports": {