diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 7a78e85c..71fac31d 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -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: diff --git a/package-lock.json b/package-lock.json index 020bccfa..482bc6e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17336,16 +17336,22 @@ }, "packages/core": { "name": "@orchidui/core", - "version": "1.0.19", + "version": "1.0.22", "license": "MIT" }, "packages/dashboard": { "name": "@orchidui/dashboard", - "version": "1.0.19", + "version": "1.0.22", "license": "MIT", "dependencies": { - "@orchidui/core": "^1.0.18" + "@orchidui/core": "1.0.20" } + }, + "packages/dashboard/node_modules/@orchidui/core": { + "version": "1.0.20", + "resolved": "https://registry.npmjs.org/@orchidui/core/-/core-1.0.20.tgz", + "integrity": "sha512-uc2clWAijK3SkYuqAbtgE8B58c0iYXQ+v5tt98ui+UEzk8cR/trSzR07hKVrEhMacSXS3IQbqcIkCoO5emgqVw==", + "license": "MIT" } } } diff --git a/package.json b/package.json index fffe27b2..d6b7a00c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/core/package.json b/packages/core/package.json index 7c2af301..23110474 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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" diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index cfa3a379..8f440379 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -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" @@ -33,6 +33,6 @@ "rollup": "npm:@rollup/wasm-node" }, "dependencies": { - "@orchidui/core": "1.0.20" + "@orchidui/core": "1.0.22" } } \ No newline at end of file