Skip to content

Commit

Permalink
try dev beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kewcoder committed Dec 14, 2024
1 parent 159ffdf commit d3b64d3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Install dependencies
run: npm install
- name: run release beta
run: npm run release
- name: build orchid core
run: npm run publish-dev:core
env:
Expand Down
12 changes: 9 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"publish:dashboard": "npm run build:dashboard && cd packages/dashboard && npm publish",
"publish-dev:core": "npm run build:core && cd packages/core && npm publish --tag beta",
"publish-dev:dashboard": "npm run build:dashboard && cd packages/dashboard && npm publish --tag beta",
"release": "npm run update:version-patch && npm run release.js"
"release": "npm run update:version-patch && bun run release.js"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
Expand Down
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.20",
"version": "1.0.22",
"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.20",
"version": "1.0.22",
"type": "module",
"scripts": {
"build": "vite build"
Expand Down Expand Up @@ -33,6 +33,6 @@
"rollup": "npm:@rollup/wasm-node"
},
"dependencies": {
"@orchidui/core": "1.0.20"
"@orchidui/core": "1.0.22"
}
}

0 comments on commit d3b64d3

Please sign in to comment.