Skip to content

Commit db5c228

Browse files
chore(release): wxt v0.20.19
1 parent c61fa8f commit db5c228

7 files changed

Lines changed: 42 additions & 6 deletions

File tree

packages/wxt/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## v0.20.19
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.18...wxt-v0.20.19)
6+
7+
### 🚀 Enhancements
8+
9+
- Vite 8 support ([bfd4af5d](https://github.com/wxt-dev/wxt/commit/bfd4af5d))
10+
11+
### 🔥 Performance
12+
13+
- Use filter to improve plugin performance with rolldown ([#1787](https://github.com/wxt-dev/wxt/pull/1787))
14+
15+
### 🩹 Fixes
16+
17+
- List eslint 10 as supported ([55dc263d](https://github.com/wxt-dev/wxt/commit/55dc263d))
18+
19+
### 📖 Documentation
20+
21+
- Added "Scrape Similar" to the homepage ([#2158](https://github.com/wxt-dev/wxt/pull/2158))
22+
- Added "isTrust" to the homepage ([#2161](https://github.com/wxt-dev/wxt/pull/2161))
23+
24+
### 🏡 Chore
25+
26+
- Add `prettier-plugin-jsdoc` to project ([#2171](https://github.com/wxt-dev/wxt/pull/2171))
27+
- Replace fast-glob and ora with lighter alternatives ([#2173](https://github.com/wxt-dev/wxt/pull/2173))
28+
- **deps:** Upgrade deps ([#2175](https://github.com/wxt-dev/wxt/pull/2175))
29+
- Replace `fs-extra` with `node:fs/promises` ([#2174](https://github.com/wxt-dev/wxt/pull/2174))
30+
31+
### ❤️ Contributors
32+
33+
- Florian Metz ([@Timeraa](https://github.com/Timeraa))
34+
- Aaron ([@aklinker1](https://github.com/aklinker1))
35+
- Patryk Kuniczak ([@PatrykKuniczak](https://github.com/PatrykKuniczak))
36+
- Etoome ([@etoome](https://github.com/etoome))
37+
- Kuba ([@zizzfizzix](https://github.com/zizzfizzix))
38+
339
## v0.20.18
440

541
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.17...wxt-v0.20.18)

packages/wxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wxt",
33
"type": "module",
4-
"version": "0.20.18",
4+
"version": "0.20.19",
55
"description": "⚡ Next-gen Web Extension Framework",
66
"license": "MIT",
77
"scripts": {

templates/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@types/react-dom": "^19.2.3",
2424
"@wxt-dev/module-react": "^1.1.5",
2525
"typescript": "^5.9.3",
26-
"wxt": "^0.20.18"
26+
"wxt": "^0.20.19"
2727
}
2828
}

templates/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"devDependencies": {
2121
"@wxt-dev/module-solid": "^1.1.4",
2222
"typescript": "^5.9.3",
23-
"wxt": "^0.20.18"
23+
"wxt": "^0.20.19"
2424
}
2525
}

templates/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"svelte-check": "^4.4.4",
2222
"tslib": "^2.8.1",
2323
"typescript": "^5.9.3",
24-
"wxt": "^0.20.18"
24+
"wxt": "^0.20.19"
2525
}
2626
}

templates/vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"typescript": "^5.9.3",
19-
"wxt": "^0.20.18"
19+
"wxt": "^0.20.19"
2020
}
2121
}

templates/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@wxt-dev/module-vue": "^1.0.3",
2222
"typescript": "^5.9.3",
2323
"vue-tsc": "^3.2.5",
24-
"wxt": "^0.20.18"
24+
"wxt": "^0.20.19"
2525
}
2626
}

0 commit comments

Comments
 (0)