Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e361c0085 | |||
| ccfc207e92 |
@@ -48,6 +48,7 @@ jobs:
|
|||||||
template:
|
template:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
template:
|
template:
|
||||||
- react
|
- react
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
"dev": "wxt",
|
"dev": "wxt",
|
||||||
"check": "buildc --deps-only -- check",
|
"check": "buildc --deps-only -- check",
|
||||||
"build": "buildc -- unbuild",
|
"build": "buildc -- unbuild",
|
||||||
"postinstall": "buildc --deps-only -- wxt prepare"
|
"prepare": "buildc --deps-only -- wxt prepare"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"wxt": ">=0.18.6"
|
"wxt": ">=0.18.6"
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.1.1
|
||||||
|
|
||||||
|
[compare changes](https://github.com/wxt-dev/wxt/compare/module-solid-v1.1.0...module-solid-v1.1.1)
|
||||||
|
|
||||||
|
### 🩹 Fixes
|
||||||
|
|
||||||
|
- Use `prepare` instead of `postinstall` for local dev setup ([#788](https://github.com/wxt-dev/wxt/pull/788))
|
||||||
|
|
||||||
## v1.1.0
|
## v1.1.0
|
||||||
|
|
||||||
[compare changes](https://github.com/wxt-dev/wxt/compare/module-solid-v1.0.1...module-solid-v1.1.0)
|
[compare changes](https://github.com/wxt-dev/wxt/compare/module-solid-v1.0.1...module-solid-v1.1.0)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@wxt-dev/module-solid",
|
"name": "@wxt-dev/module-solid",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.mjs",
|
"module": "./dist/index.mjs",
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
"dev": "wxt",
|
"dev": "wxt",
|
||||||
"check": "buildc --deps-only -- check",
|
"check": "buildc --deps-only -- check",
|
||||||
"build": "buildc -- unbuild",
|
"build": "buildc -- unbuild",
|
||||||
"postinstall": "buildc --deps-only -- wxt prepare"
|
"prepare": "buildc --deps-only -- wxt prepare"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"wxt": ">=0.18.6"
|
"wxt": ">=0.18.6"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"solid-js": "^1.8.17"
|
"solid-js": "^1.8.17"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@wxt-dev/module-solid": "^1.0.1",
|
"@wxt-dev/module-solid": "1.0.1",
|
||||||
"typescript": "^5.5.2",
|
"typescript": "^5.5.2",
|
||||||
"wxt": "^0.18.10"
|
"wxt": "^0.18.10"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user