Skip to content

Commit

Permalink
chore: fix release version tag by giving it a none valid semver value (
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch authored Jan 13, 2025
1 parent a208f67 commit 2b2953b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"nextjs:start": "pnpm --filter design-system-nextjs-integration dev",
"nextjs:build": "pnpm --filter design-system-nextjs-integration build",
"nextjs:lint": "pnpm --filter design-system-nextjs-integration lint",
"changeset:publish": "pnpm changeset publish --tag v7",
"changeset:publish": "pnpm changeset publish --tag version-7",
"changeset:version": "pnpm changeset version && pnpm install --lockfile-only",
"tokens:build": "pnpm --filter design-system-tokens build",
"primeng": "pnpm primeng:start",
Expand Down

0 comments on commit 2b2953b

Please sign in to comment.