Skip to content

Commit

Permalink
Version Packages (#2731)
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 Jan 16, 2024
1 parent 8b3c93b commit ba3e498
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-maps-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-turtles-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-apes-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-islands-sing.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @floating-ui/devtools

## 0.2.2

### Patch Changes

- d824150: chore: add license field to package.json

## 0.2.1

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/devtools",
"version": "0.2.1",
"version": "0.2.2",
"scripts": {
"lint": "biome lint .",
"clean": "rimraf dist out-tsc",
Expand All @@ -27,7 +27,11 @@
"default": "./dist/floating-ui.devtools.umd.js"
}
},
"files": ["dist/", "**/*.d.ts", "**/*.d.mts"],
"files": [
"dist/",
"**/*.d.ts",
"**/*.d.mts"
],
"license": "MIT",
"peerDependencies": {
"@floating-ui/dom": ">=1.5.4"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @floating-ui/react-dom

## 2.0.6

### Patch Changes

- d3a773b: fix: make `whileElementsMounted` reactive with respect from changing from a function to `undefined`

## 2.0.5

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/react-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react-dom",
"version": "2.0.5",
"version": "2.0.6",
"description": "Floating UI for React DOM",
"publishConfig": {
"access": "public"
Expand All @@ -22,7 +22,9 @@
}
},
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"lint": "biome lint .",
"clean": "rimraf dist out-tsc",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @floating-ui/react

## 0.26.6

### Patch Changes

- c9c5058: fix(useListNavigation): sync internal `indexRef` to `selectedIndex` on open. Fixes an issue where if `selectedIndex` changed after initial render before opening, `activeIndex` would not be correctly synced.
- 8b3c93b: fix(utils): check if env is JSDOM for `isVirtualPointerEvent`. Fixes issue when testing `visibleOnly` prop in `useFocus`.
- Updated dependencies [d3a773b]
- @floating-ui/react-dom@2.0.6

## 0.26.5

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react",
"version": "0.26.5",
"version": "0.26.6",
"description": "Floating UI for React",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,7 +31,10 @@
}
},
"sideEffects": false,
"files": ["dist", "utils"],
"files": [
"dist",
"utils"
],
"scripts": {
"lint": "biome lint .",
"clean": "rimraf dist out-tsc utils",
Expand Down

0 comments on commit ba3e498

Please sign in to comment.