Skip to content

Commit

Permalink
Version Packages (#2771)
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 28, 2024
1 parent 36bfec2 commit f74524d
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/red-queens-enjoy.md

This file was deleted.

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

## 1.6.1

### Patch Changes

- perf: avoid `getContainingBlock` call for non-top layer elements

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/dom",
"version": "1.6.0",
"version": "1.6.1",
"description": "Floating UI for the web",
"publishConfig": {
"access": "public"
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.8

### Patch Changes

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

## 2.0.7

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

## 0.26.8

### Patch Changes

- Update dependencies: `@floating-ui/react-dom@2.0.8`

## 0.26.7

### 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.7",
"version": "0.26.8",
"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.6

### Patch Changes

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

## 1.0.5

### 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.5",
"version": "1.0.6",
"description": "Floating UI for Vue",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f74524d

Please sign in to comment.