From 7c2e02340a3898d296f2a9bd0a365f9487fbe604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Thu, 15 Aug 2024 01:57:03 +0800 Subject: [PATCH] release: plugin-vue-jsx@4.0.1 --- packages/plugin-vue-jsx/CHANGELOG.md | 11 +++++++++++ packages/plugin-vue-jsx/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/plugin-vue-jsx/CHANGELOG.md b/packages/plugin-vue-jsx/CHANGELOG.md index 81a30ee3..e2547c54 100644 --- a/packages/plugin-vue-jsx/CHANGELOG.md +++ b/packages/plugin-vue-jsx/CHANGELOG.md @@ -1,3 +1,14 @@ +## 4.0.1 (2024-08-14) + +* 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)) diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index 767011d1..900141b5 100644 --- a/packages/plugin-vue-jsx/package.json +++ b/packages/plugin-vue-jsx/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-vue-jsx", - "version": "4.0.0", + "version": "4.0.1", "type": "commonjs", "license": "MIT", "author": "Evan You",