Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apps/docs": "0.1.85",
"packages/core": "0.2.0",
"packages/react": "0.2.0",
"packages/vue": "0.2.0"
"apps/docs": "0.2.0",
"packages/core": "0.3.0",
"packages/react": "0.3.0",
"packages/vue": "0.3.0"
}
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cindor-ui-docs",
"version": "0.1.85",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,6 +9,6 @@
"preview": "vite preview --host"
},
"dependencies": {
"cindor-ui-core": "0.2.0"
"cindor-ui-core": "0.3.0"
}
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cindor-ui-core",
"version": "0.2.0",
"version": "0.3.0",
"description": "Framework-agnostic Cindor web components built on standard custom elements.",
"license": "MIT",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cindor-ui-react",
"version": "0.2.0",
"version": "0.3.0",
"description": "Thin React wrappers for the Cindor web component library.",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@lit/react": "^1.0.7",
"cindor-ui-core": "0.2.0"
"cindor-ui-core": "0.3.0"
},
"peerDependencies": {
"react": "^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cindor-ui-vue",
"version": "0.2.0",
"version": "0.3.0",
"description": "Thin Vue wrappers for the Cindor web component library.",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -39,7 +39,7 @@
"build": "tsdown --config tsdown.config.ts"
},
"dependencies": {
"cindor-ui-core": "0.2.0"
"cindor-ui-core": "0.3.0"
},
"peerDependencies": {
"vue": "^3.5.0"
Expand Down
Loading