Skip to content

Commit

Permalink
Version Packages (#2765)
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 26, 2024
1 parent aec2d3b commit 2ab9f9a
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/real-carrots-nail.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sharp-donkeys-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-scissors-wash.md

This file was deleted.

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

## 1.6.0

### Minor Changes

- fix: handle CSS `:top-layer` elements inside containing blocks. It's no longer
necessary to implement the middleware workaround outlined in
https://github.com/floating-ui/floating-ui/issues/1842#issuecomment-1872653245.

## 1.5.3

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/core",
"version": "1.5.3",
"version": "1.6.0",
"description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
"publishConfig": {
"access": "public"
Expand All @@ -22,7 +22,9 @@
}
},
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"test": "vitest run",
"test:watch": "vitest watch",
Expand Down
12 changes: 12 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @floating-ui/dom

## 1.6.0

### Minor Changes

- fix: handle CSS `:top-layer` elements inside containing blocks. It's no longer
necessary to implement the middleware workaround outlined in
https://github.com/floating-ui/floating-ui/issues/1842#issuecomment-1872653245.

### Patch Changes

- Update dependencies: `@floating-ui/core@1.6.0`

## 1.5.4

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/dom",
"version": "1.5.4",
"version": "1.6.0",
"description": "Floating UI for the web",
"publishConfig": {
"access": "public"
Expand All @@ -22,7 +22,9 @@
}
},
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"lint": "biome lint .",
"clean": "rimraf dist out-tsc test-results",
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.7

### Patch Changes

- Update dependencies: `@floating-ui/dom@1.6.0`

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "2.0.7",
"description": "Floating UI for React DOM",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @floating-ui/react-native

## 0.10.4

### Patch Changes

- Update dependencies: `@floating-ui/core@1.6.0`

## 0.10.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react-native",
"version": "0.10.3",
"version": "0.10.4",
"description": "Floating UI for React Native",
"publishConfig": {
"access": "public"
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 @@
# @floating-ui/react

## 0.26.7

### Patch Changes

- chore: improve JSDocs
- fix(FloatingPortal): unconditional rendering with Suspense
- Update dependencies: `@floating-ui/react-dom@2.0.7`

## 0.26.6

### Patch 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": "@floating-ui/react",
"version": "0.26.6",
"version": "0.26.7",
"description": "Floating UI for React",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @floating-ui/vue

## 1.0.5

### Patch Changes

- Update dependencies: `@floating-ui/dom@1.6.0`

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/vue",
"version": "1.0.4",
"version": "1.0.5",
"description": "Floating UI for Vue",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2ab9f9a

Please sign in to comment.