Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 14, 2024
1 parent a2fe479 commit 7c2e023
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/plugin-vue-jsx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## <small>4.0.1 (2024-08-14)</small>

* chore: use pnpm catalog for shared deps ([0735e18](https://github.com/vitejs/vite-plugin-vue/commit/0735e18))
* chore(deps): update upstream (#416) ([02a3edd](https://github.com/vitejs/vite-plugin-vue/commit/02a3edd)), closes [#416](https://github.com/vitejs/vite-plugin-vue/issues/416)
* chore(deps): update upstream (#432) ([5d592cd](https://github.com/vitejs/vite-plugin-vue/commit/5d592cd)), closes [#432](https://github.com/vitejs/vite-plugin-vue/issues/432)
* chore(vue-jsx): add `type` package field ([a2fe479](https://github.com/vitejs/vite-plugin-vue/commit/a2fe479))
* feat(vue-jsx): add `defineComponentName` option ([0f71911](https://github.com/vitejs/vite-plugin-vue/commit/0f71911))
* fix(deps): update all non-major dependencies (#412) ([8cb2ea9](https://github.com/vitejs/vite-plugin-vue/commit/8cb2ea9)), closes [#412](https://github.com/vitejs/vite-plugin-vue/issues/412)



## 4.0.0 (2024-05-30)

* chore: upgrade vitest ([db4cf1c](https://github.com/vitejs/vite-plugin-vue/commit/db4cf1c))
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue-jsx",
"version": "4.0.0",
"version": "4.0.1",
"type": "commonjs",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 7c2e023

Please sign in to comment.