Skip to content

Commit

Permalink
Version Packages (#2617)
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] committed Nov 8, 2023
1 parent 190ccd8 commit fba43a6
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 29 deletions.
6 changes: 0 additions & 6 deletions .changeset/modern-llamas-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-hornets-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-jeans-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-hornets-doubt.md

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/react-dom/CHANGELOG.md
@@ -0,0 +1,7 @@
# @floating-ui/react-dom

## 2.0.3

### Patch Changes

- c1965f65: refactor: minor jsdoc/type improvements
2 changes: 1 addition & 1 deletion packages/react-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react-dom",
"version": "2.0.2",
"version": "2.0.3",
"description": "Floating UI for React DOM",
"publishConfig": {
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,17 @@
# @floating-ui/react

## 0.26.2

### Patch Changes

- c1965f65: refactor: minor jsdoc/type improvements
- 3bd42f24: feat: reason strings as third param of onOpenChange
- 14cb1681: fix(FloatingFocusManager): avoid returning focus to reference if
focus moved elsewhere
- 628fd119: feat(useRole): add label role
- Updated dependencies [c1965f65]
- @floating-ui/react-dom@2.0.3

## 0.26.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react",
"version": "0.26.1",
"version": "0.26.2",
"description": "Floating UI for React",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -68,7 +68,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@floating-ui/react-dom": "^2.0.2",
"@floating-ui/react-dom": "^2.0.3",
"@floating-ui/utils": "^0.1.5",
"tabbable": "^6.0.1"
},
Expand Down

0 comments on commit fba43a6

Please sign in to comment.