Skip to content

Commit

Permalink
Version Packages (#2706)
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 10, 2024
1 parent 3d0368e commit f331d8e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-moles-rest.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.0

### Minor Changes

- 3d0368e: feature: BREAKING CHANGE! introduces serialized data as an array

## 0.0.4

### 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.1.0",
"version": "0.2.0",
"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"
],
"peerDependencies": {
"@floating-ui/dom": ">=1.5.4"
},
Expand Down

0 comments on commit f331d8e

Please sign in to comment.