Skip to content

Commit

Permalink
chore: release v0.16.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Dec 29, 2024
1 parent 5c62d9d commit 1d6a019
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 244 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.16.0-beta.4

- Fix `adapter` type error.

## 0.16.0-beta.3

Change hook order.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-bundle-analyzer",
"version": "0.16.0-beta.3",
"version": "0.16.0-beta.4",
"description": "a modern vite bundle analyzer tool",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -22,10 +22,10 @@
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-esm-shim": "^0.1.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@stylex-extend/core": "^0.4.4",
"@stylex-extend/react": "^0.4.4",
"@stylex-extend/vite": "^0.4.4",
"@stylexjs/stylex": "^0.6.1",
"@stylex-extend/core": "^0.5.4",
"@stylex-extend/react": "^0.5.4",
"@stylex-extend/vite": "^0.5.4",
"@stylexjs/stylex": "^0.9.1",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@swc/core": "^1.4.16",
Expand Down
Loading

0 comments on commit 1d6a019

Please sign in to comment.