Skip to content

Commit a20e787

Browse files
authored
release: @rsbuild/plugin-vue v2.0.1 (#8056)
1 parent fa4ba28 commit a20e787

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

packages/create-rsbuild/template-vue-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@rsbuild/core": "^2.1.3",
16-
"@rsbuild/plugin-vue": "^2.0.0"
16+
"@rsbuild/plugin-vue": "^2.0.1"
1717
}
1818
}

packages/create-rsbuild/template-vue-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@rsbuild/core": "^2.1.3",
16-
"@rsbuild/plugin-vue": "^2.0.0",
16+
"@rsbuild/plugin-vue": "^2.0.1",
1717
"@types/node": "^24.13.2",
1818
"typescript": "^6.0.3",
1919
"vue-tsc": "^3.3.5"

packages/plugin-vue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @rsbuild/plugin-vue
22

3+
## 2.0.1 (2026-07-02)
4+
5+
### New features
6+
7+
- feat(plugin-vue): support text import attributes by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/8053
8+
39
## 2.0.0 (2026-06-22)
410

511
### Breaking changes

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/plugin-vue",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Vue 3 plugin of Rsbuild",
55
"homepage": "https://rsbuild.rs",
66
"bugs": {

0 commit comments

Comments
 (0)