Skip to content

Commit 155626f

Browse files
chore(release): wxt v0.20.25
1 parent e802aa2 commit 155626f

8 files changed

Lines changed: 27 additions & 7 deletions

File tree

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wxt/CHANGELOG.md

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

3+
## v0.20.25
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.24...wxt-v0.20.25)
6+
7+
### 🩹 Fixes
8+
9+
- Port change in dev server on reload ([#2283](https://github.com/wxt-dev/wxt/pull/2283))
10+
11+
### 📖 Documentation
12+
13+
- Update `permissions` section with per-browser warning ([#2284](https://github.com/wxt-dev/wxt/pull/2284))
14+
15+
### 🏡 Chore
16+
17+
- Increase PNPM test timeout ([3db3eac6](https://github.com/wxt-dev/wxt/commit/3db3eac6))
18+
19+
### ❤️ Contributors
20+
21+
- Aaron ([@aklinker1](https://github.com/aklinker1))
22+
323
## v0.20.24
424

525
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.23...wxt-v0.20.24)

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.24",
4+
"version": "0.20.25",
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.24"
26+
"wxt": "^0.20.25"
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.24"
23+
"wxt": "^0.20.25"
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.24"
24+
"wxt": "^0.20.25"
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.24"
19+
"wxt": "^0.20.25"
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.24"
24+
"wxt": "^0.20.25"
2525
}
2626
}

0 commit comments

Comments
 (0)