chore(create): bump peer wcb to 6.1.5
Some checks are pending
Tests / Unit (push) Waiting to run
Tests / E2E (push) Waiting to run

bump wcb to latest
sync create-wcb version to 0.2.1
This commit is contained in:
ayo 2026-07-25 11:55:28 +02:00
parent a9e5f920c0
commit 751067d367
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "create-wcb",
"version": "0.1.0",
"version": "0.2.1",
"description": "Scaffold a publishable web-component-base (wcb) custom element with custom-elements.json generation already set up",
"type": "module",
"bin": {

View file

@ -37,6 +37,6 @@
"vite-plugin-dts": "^5.0.3"
},
"peerDependencies": {
"web-component-base": "^6.1.4"
"web-component-base": "^6.1.5"
}
}