Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed May 20, 2024
1 parent 0ab5c23 commit b7828f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const getVersionMessage = async (releasePlan) => {

const newVersion = publishableReleases[0].newVersion

return `release: v${newVersion}`
return `v${newVersion}`
}

module.exports = { getVersionMessage }
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
git tag ${{ steps.version_to_release.outputs.result }}
git push origin ${{ steps.version_to_release.outputs.result }}
pnpm -r publish
pnpm -r publish --no-git-checks
- name: GitHub Release
run: pnpx changelogithub
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-rsbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-builder-rsbuild",
"version": "0.0.2",
"version": "0.0.3",
"description": "Rsbuild builder for Storybook",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-rsbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-react-rsbuild",
"version": "0.0.2",
"version": "0.0.3",
"description": "Storybook for React and Rsbuild: Develop React components in isolation with Hot Reloading.",
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3-rsbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-vue3-rsbuild",
"version": "0.0.2",
"version": "0.0.3",
"description": "Storybook for Vue3 and Rsbuild: Develop React Component in isolation with Hot Reloading.",
"keywords": [
"storybook",
Expand Down

0 comments on commit b7828f3

Please sign in to comment.