Skip to content

Commit

Permalink
Version Packages (#2869)
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 Apr 28, 2024
1 parent 5b23cb3 commit dd20eeb
Show file tree
Hide file tree
Showing 20 changed files with 48 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-windows-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-fans-jam.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/friendly-boxes-refuse.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mighty-donuts-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-bananas-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-guests-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-rats-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-falcons-whisper.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,11 @@
# @floating-ui/core

## 1.6.1

### Patch Changes

- fix: avoid spreading rects to support `DOMRect` types

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/core",
"version": "1.6.0",
"version": "1.6.1",
"description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/dom/CHANGELOG.md
@@ -1,5 +1,13 @@
# @floating-ui/dom

## 1.6.4

### Patch Changes

- fix: avoid spreading rects to support `DOMRect` types
- fix(types): use DOM Derivable type
- perf(autoUpdate): reduce layoutShift update checks while reference is clipped from view

## 1.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/dom",
"version": "1.6.3",
"version": "1.6.4",
"description": "Floating UI for the web",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-dom/CHANGELOG.md
@@ -1,5 +1,11 @@
# @floating-ui/react-dom

## 2.0.9

### Patch Changes

- fix(types): replace `React_2` with `React` in generated .d.ts files

## 2.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react-dom",
"version": "2.0.8",
"version": "2.0.9",
"description": "Floating UI for React DOM",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native/CHANGELOG.md
@@ -1,5 +1,11 @@
# @floating-ui/react-native

## 0.10.5

### Patch Changes

- fix(types): replace `React_2` with `React` in generated .d.ts files

## 0.10.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react-native",
"version": "0.10.4",
"version": "0.10.5",
"description": "Floating UI for React Native",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,15 @@
# @floating-ui/react

## 0.26.13

### Patch Changes

- fix(FloatingFocusManager): return focus to reference when applicable even if not focused on open
- fix(types): simplify React types
- fix(types): replace `React_2` with `React` in generated .d.ts files
- fix(types): revert `React.JSX.Element` back to `JSX.Element`
- fix(useHover): `restMs` + nullish open delay should respect `restMs`

## 0.26.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react",
"version": "0.26.12",
"version": "0.26.13",
"description": "Floating UI for React",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
@@ -1,5 +1,11 @@
# @floating-ui/utils

## 0.2.2

### Patch Changes

- fix: avoid spreading rects to support `DOMRect` types

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/utils",
"version": "0.2.1",
"version": "0.2.2",
"description": "Utilities for Floating UI",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit dd20eeb

Please sign in to comment.