Skip to content

Commit

Permalink
fix(scripts): fix scripts and update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruru-m07 committed Aug 1, 2024
1 parent 4c7c850 commit 36d04cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:prettier": "prettier --cache --check --ignore-path .gitignore --ignore-path .prettierignore .",
"prettier": "prettier --cache --write --list-different --ignore-path .gitignore --ignore-path .prettierignore .",
"types:check": "turbo run types:check",
"release": "turbo run build --filter=./packages/* && changeset publish && pnpm -r run postpublish",
"release": "turbo run build --filter=./packages/* && changeset publish",
"version": "changeset version && pnpm install --lockfile-only"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ruru-ui",
"version": "1.0.0-beta.1",
"version": "1.0.1",
"description": "Ruru UI Components",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 36d04cb

Please sign in to comment.