Skip to content

Commit

Permalink
Merge pull request #860 from hit-pay/fix-release-beta
Browse files Browse the repository at this point in the history
fix build @beta
  • Loading branch information
kewcoder authored Dec 16, 2024
2 parents e94d87e + 4f404cf commit 745c75f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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.23-9",
"version": "1.0.23-13",
"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.23-9",
"version": "1.0.23-13",
"type": "module",
"scripts": {
"build": "vite build"
Expand Down Expand Up @@ -33,6 +33,6 @@
"rollup": "npm:@rollup/wasm-node"
},
"dependencies": {
"@orchidui/core": "dev"
"@orchidui/core": "beta"
}
}
2 changes: 1 addition & 1 deletion release-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ function updateDependency(dependencyName, newVersion) {
console.log('package.json updated successfully.')
}

updateDependency('@orchidui/core', 'dev')
updateDependency('@orchidui/core', 'beta')

0 comments on commit 745c75f

Please sign in to comment.