Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e5fb7745a | |||
| 2bc92043f8 | |||
| 3024bd825d | |||
| 0b39774690 |
@@ -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.
|
||||
|
||||
@@ -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,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",
|
||||
|
||||
@@ -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,7 +1,7 @@
|
||||
{
|
||||
"name": "wxt",
|
||||
"type": "module",
|
||||
"version": "0.19.28",
|
||||
"version": "0.19.29",
|
||||
"description": "⚡ Next-gen Web Extension Framework",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Vendored
+1
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -17,6 +17,6 @@
|
||||
"devDependencies": {
|
||||
"@types/chrome": "^0.0.280",
|
||||
"typescript": "^5.6.3",
|
||||
"wxt": "^0.19.13"
|
||||
"wxt": "^0.19.29"
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user