Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions[bot] 4e5fb7745a chore(release): @wxt-dev/unocss v1.0.1
📼 VHS / Create VHS (push) Waiting to run
2025-03-09 13:46:17 +00:00
Aaron 2bc92043f8 chore: Upgrade templates to use WXT 0.19.29 2025-03-08 11:27:58 -06:00
github-actions[bot] 3024bd825d chore(release): wxt v0.19.29
📼 VHS / Create VHS (push) Waiting to run
2025-03-06 15:29:12 +00:00
Aaron 0b39774690 Update changelog 2025-03-06 09:23:36 -06:00
10 changed files with 53 additions and 10 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
### ❤️ Contributors
- Ergou <ma2808203259@hotmail.com>
- ergou ([@RayGuo-ergou](https://github.com/RayGuo-ergou))
- Aaron ([@aklinker1](http://github.com/aklinker1))
- Okinea Dev ([@okineadev](http://github.com/okineadev))
@@ -69,4 +69,4 @@ It's still shipped inside WXT and accessible via `wxt/storage`, but now:
[Read the docs](https://wxt.dev/storage.html) for more details.
> This is apart of the v1.0 initiative for WXT.
> This is apart of the v1.0 initiative for WXT.
+26
View File
@@ -0,0 +1,26 @@
# Changelog
## v1.0.1
[compare changes](https://github.com/wxt-dev/wxt/compare/unocss-v1.0.0...unocss-v1.0.1)
### 🩹 Fixes
- Respect `configOrPath` for dev server ([#1169](https://github.com/wxt-dev/wxt/pull/1169))
### 📖 Documentation
- Use full URLs in README so they work on the docs site ([d20793d](https://github.com/wxt-dev/wxt/commit/d20793d))
- Fix unocss readme ([#1329](https://github.com/wxt-dev/wxt/pull/1329))
### 🏡 Chore
- **deps:** Upgrade all non-major dependencies ([#1164](https://github.com/wxt-dev/wxt/pull/1164))
- **deps:** Bump dev and non-breaking major dependencies ([#1167](https://github.com/wxt-dev/wxt/pull/1167))
- Use PNPM 10's new catelog feature ([#1493](https://github.com/wxt-dev/wxt/pull/1493))
- Move production dependencies to PNPM 10 catelog ([#1494](https://github.com/wxt-dev/wxt/pull/1494))
### ❤️ Contributors
- Aaron ([@aklinker1](http://github.com/aklinker1))
- Ntnyq ([@ntnyq](http://github.com/ntnyq))
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@wxt-dev/unocss",
"description": "UnoCSS integration for WXT",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wxt-dev/wxt.git",
+18 -1
View File
@@ -1,5 +1,22 @@
# Changelog
## v0.19.29
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.28...wxt-v0.19.29)
### 🚀 Enhancements
- Tolerate syntax errors ([#1437](https://github.com/wxt-dev/wxt/pull/1437))
### 🩹 Fixes
- Support `registration: "runtime"` for MV2 ([#1431](https://github.com/wxt-dev/wxt/pull/1431))
### ❤️ Contributors
- Thomas ([@harmonyharmo](http://github.com/harmonyharmo))
- Alec Larson ([@aleclarson](http://github.com/aleclarson))
## v0.19.28
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.27...wxt-v0.19.28)
@@ -2870,4 +2887,4 @@ Initial release of WXT. Full support for production builds and initial toolkit f
### 🤖 CI
- Create validation workflow ([#12](https://github.com/wxt-dev/wxt/pull/12))
- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13))
- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13))
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.19.28",
"version": "0.19.29",
"description": "⚡ Next-gen Web Extension Framework",
"repository": {
"type": "git",
+1 -1
View File
@@ -24,6 +24,6 @@
"@types/react-dom": "^19.0.2",
"@wxt-dev/module-react": "^1.1.2",
"typescript": "^5.6.3",
"wxt": "^0.19.13"
"wxt": "^0.19.29"
}
}
+1 -1
View File
@@ -21,6 +21,6 @@
"@types/chrome": "^0.0.280",
"@wxt-dev/module-solid": "^1.1.2",
"typescript": "^5.6.3",
"wxt": "^0.19.13"
"wxt": "^0.19.29"
}
}
+1 -1
View File
@@ -22,6 +22,6 @@
"svelte-check": "^4.0.7",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"wxt": "^0.19.13"
"wxt": "^0.19.29"
}
}
+1 -1
View File
@@ -17,6 +17,6 @@
"devDependencies": {
"@types/chrome": "^0.0.280",
"typescript": "^5.6.3",
"wxt": "^0.19.13"
"wxt": "^0.19.29"
}
}
+1 -1
View File
@@ -22,6 +22,6 @@
"@wxt-dev/module-vue": "^1.0.1",
"typescript": "5.6.3",
"vue-tsc": "^2.1.10",
"wxt": "^0.19.13"
"wxt": "^0.19.29"
}
}