Skip to content

Commit

Permalink
fix orchid core
Browse files Browse the repository at this point in the history
  • Loading branch information
kewcoder committed Dec 5, 2024
1 parent 1b328a0 commit 0dc773e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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,7 +1,7 @@
{
"name": "@orchidui/core",
"description": "Orchid UI, Library Vue 3 tailwind css",
"version": "1.0.4",
"version": "1.0.7",
"type": "module",
"scripts": {
"build": "vite build"
Expand Down
4 changes: 2 additions & 2 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orchidui/dashboard",
"description": "Orchid Dashboard UI , Dashboard Ui Library Vue 3 tailwind css",
"version": "1.0.4",
"version": "1.0.6",
"type": "module",
"scripts": {
"build": "vite build"
Expand Down Expand Up @@ -33,6 +33,6 @@
"rollup": "npm:@rollup/wasm-node"
},
"dependencies": {
"@orchidui/core": "^1.0.0"
"@orchidui/core": "^1.0.6"
}
}

0 comments on commit 0dc773e

Please sign in to comment.