Skip to content

Commit

Permalink
Version Packages (#2684)
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 6, 2024
1 parent 0d18e37 commit 44e0f7f
Show file tree
Hide file tree
Showing 23 changed files with 93 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-otters-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-dogs-share.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/gentle-toes-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-windows-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-carpets-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-hotels-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-trainers-walk.md

This file was deleted.

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

## 1.5.3

### Patch Changes

- 4c04669: chore: exports .d.mts types, solves #2472
- Updated dependencies [4c04669]
- Updated dependencies [afb7e5e]
- @floating-ui/utils@0.2.0

## 1.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.5.3",
"description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @floating-ui/devtools

## 0.0.4

### Patch Changes

- 4c04669: chore: removes repeated code between devtools & extension
- 4c04669: chore: exports .d.mts types, solves #2472
- Updated dependencies [4c04669]
- Updated dependencies [0d18e37]
- @floating-ui/dom@1.5.4
4 changes: 2 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.0.3",
"version": "0.0.4",
"scripts": {
"lint": "eslint .",
"clean": "rimraf dist out-tsc",
Expand Down Expand Up @@ -33,7 +33,7 @@
"**/*.d.mts"
],
"peerDependencies": {
"@floating-ui/dom": ">=1.0.0 <2.0.0"
"@floating-ui/dom": ">=1.5.4"
},
"devDependencies": {
"config": "workspace:*",
Expand Down
11 changes: 11 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @floating-ui/dom

## 1.5.4

### Patch Changes

- 4c04669: chore: exports .d.mts types, solves #2472
- 0d18e37: refactor: avoid $ appearing in rects dimensions
- Updated dependencies [4c04669]
- Updated dependencies [afb7e5e]
- @floating-ui/utils@0.2.0
- @floating-ui/core@1.5.3

## 1.5.3

### Patch 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.5.3",
"version": "1.5.4",
"description": "Floating UI for the web",
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/react-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @floating-ui/react-dom

## 2.0.5

### Patch Changes

- 4c04669: chore: exports .d.mts types, solves #2472
- Updated dependencies [4c04669]
- Updated dependencies [0d18e37]
- @floating-ui/dom@1.5.4

## 2.0.4

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

## 0.10.2

### Patch Changes

- 4c04669: chore: exports .d.mts types, solves #2472
- Updated dependencies [4c04669]
- @floating-ui/core@1.5.3
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.1",
"version": "0.10.2",
"description": "Floating UI for React Native",
"publishConfig": {
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @floating-ui/react

## 0.26.5

### Patch Changes

- 672e458: feat(useListNavigation, Composite): support grid navigation over items with variable sizes
- 4c04669: chore: exports .d.mts types, solves #2472
- 6af9808: fix(react/utils): cross-browser `isVirtualPointerEvent`
- Updated dependencies [4c04669]
- Updated dependencies [afb7e5e]
- @floating-ui/react-dom@2.0.5
- @floating-ui/utils@0.2.0

## 0.26.4

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

## 0.2.0

### Minor Changes

- afb7e5e: chore(utils): remove `/react` path

### Patch Changes

- 4c04669: chore: exports .d.mts types, solves #2472

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/utils",
"version": "0.1.6",
"version": "0.2.0",
"description": "Utilities for Floating UI",
"publishConfig": {
"access": "public"
Expand Down
13 changes: 13 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @floating-ui/vue

## 1.0.3

### Patch Changes

- 4c04669: chore: exports .d.mts types, solves #2472
- 62a5242: fix: do not throw when component type reference or floating renders nothing
- Updated dependencies [4c04669]
- Updated dependencies [0d18e37]
- Updated dependencies [afb7e5e]
- @floating-ui/utils@0.2.0
- @floating-ui/dom@1.5.4
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.2",
"version": "1.0.3",
"description": "Floating UI for Vue",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 44e0f7f

Please sign in to comment.