Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Feb 5, 2025
1 parent 5f64cf8 commit 36002c7
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc

- name: Install Pnpm
run: corepack enable
run: |
npm install -g corepack@latest --force
corepack enable
- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-rslib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-rslib",
"version": "0.1.8",
"version": "0.1.9",
"description": "Storybook addon for loading configuration of Rslib",
"keywords": ["storybook", "storybook-addons", "rsbuild", "rspack", "rslib"],
"homepage": "https://storybook-rsbuild.netlify.app",
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.1.8",
"version": "0.1.9",
"description": "Rsbuild builder for Storybook",
"keywords": ["storybook", "rsbuild", "rspack"],
"homepage": "https://storybook-rsbuild.netlify.app",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-html-rsbuild",
"version": "0.1.8",
"version": "0.1.9",
"description": "Storybook for HTML and Rsbuild: View HTML snippets in isolation with Hot Reloading.",
"keywords": ["storybook", "rsbuild", "rspack", "vanilla", "html"],
"homepage": "https://storybook-rsbuild.netlify.app",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-react-rsbuild",
"version": "0.1.8",
"version": "0.1.9",
"description": "Storybook for React and Rsbuild: Develop React components in isolation with Hot Reloading.",
"keywords": ["storybook", "rsbuild", "rspack", "react"],
"homepage": "https://storybook-rsbuild.netlify.app",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-vue3-rsbuild",
"version": "0.1.8",
"version": "0.1.9",
"description": "Storybook for Vue3 and Rsbuild: Develop React Component in isolation with Hot Reloading.",
"keywords": ["storybook", "rsbuild", "rspack", "vue3"],
"homepage": "https://storybook-rsbuild.netlify.app",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-web-components-rsbuild",
"version": "0.1.8",
"version": "0.1.9",
"description": "Storybook for web component and Rsbuild: Develop React Component in isolation with Hot Reloading.",
"keywords": [
"storybook",
Expand Down

0 comments on commit 36002c7

Please sign in to comment.