Skip to content

Commit

Permalink
chore: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Nov 18, 2024
1 parent 5bfc675 commit e01b7c6
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 100 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": "1.9.7",
"version": "0.7.2",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "primitives",
"name": "@oku-ui/primitives",
"type": "module",
"version": "0.7.2",
"private": true,
"packageManager": "pnpm@9.12.1",
"license": "MIT",
"repository": "oku-ui/primitives",
"engines": {
"node": ">=20"
Expand All @@ -26,7 +29,12 @@
"clean:dist": "rimraf 'packages/**/dist' 'playground/**/dist'",
"update:version": "esno scripts/update-version.ts",
"prepare": "npx simple-git-hooks",
"scripts:genpackage": "esno scripts/generateAliasCode.ts"
"scripts:genpackage": "esno scripts/generateAliasCode.ts",
"bumpp": "bumpp package.json packages/*/package.json .docs/package.json",
"pub:release": "cd packages/core && pnpm release",
"pub:beta": "cd packages/core && pnpm release:beta",
"pub:alpha": "cd packages/core && pnpm release:alpha"

},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
"build-storybook": "storybook build",
"eslint": "eslint .",
"eslint:fix": "eslint . --fix",
"release": "pnpm build && pnpm bumpp --commit='version(primitives): release %s' --push --tag && pnpm publish --no-git-checks",
"release:beta": "pnpm release --tag beta",
"release:alpha": "pnpm release --tag alpha",
"release": "pnpm build && pnpm publish --no-git-checks --access public",
"release:beta": "pnpm release --tag beta --access public",
"release:alpha": "pnpm release --tag alpha --access public",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plugins",
"type": "module",
"version": "0.3.0",
"version": "0.7.2",
"description": "Plugins for Oku Primitives",
"license": "MIT",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions playground/nuxt-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "nuxt-app",
"type": "module",
"version": "0.7.2",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down
116 changes: 23 additions & 93 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e01b7c6

Please sign in to comment.