Skip to content

Commit

Permalink
chore: release v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sukbearai committed Dec 20, 2024
1 parent 8a98628 commit bf15179
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"scripts": {
"docs:dev": "vitepress dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-xui-preset-only/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-xui-preset-only",
"type": "module",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-xui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-xui-vue",
"type": "module",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suwujs/monorepo",
"type": "module",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"packageManager": "[email protected]+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suwujs/logger",
"type": "module",
"version": "0.0.13",
"version": "0.0.14",
"description": "dev logger",
"author": "suk.bear <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suwujs/preset",
"type": "module",
"version": "0.0.13",
"version": "0.0.14",
"description": " css rules for unocss preset",
"author": "suk.bear <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suwujs/ui",
"type": "module",
"version": "0.0.13",
"version": "0.0.14",
"description": "vue3 component library",
"author": "suk.bear <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suwujs/utils",
"type": "module",
"version": "0.0.13",
"version": "0.0.14",
"description": "x-dev-tools utils library",
"author": "suk.bear <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-dev-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suwujs/x-dev-tools",
"type": "module",
"version": "0.0.13",
"version": "0.0.14",
"description": "some basic developing tools",
"author": "suk.bear <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit bf15179

Please sign in to comment.