Skip to content

Commit

Permalink
Version Packages (aws-amplify#1390)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 23, 2022
1 parent c65565e commit b390fdc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-baboons-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-cups-cheat.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b390fdc

Please sign in to comment.