Skip to content

Commit 8667908

Browse files
committed
v2.0.3
1 parent b1cb6c4 commit 8667908

File tree

8 files changed

+13
-14
lines changed

8 files changed

+13
-14
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Release
44

55
permissions:
66
id-token: write # Required for OIDC
7-
contents: read
7+
contents: write
88

99
on: workflow_dispatch
1010

@@ -18,6 +18,11 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21+
- name: Setup Node.js
22+
uses: actions/setup-node@v4
23+
with:
24+
node-version: 22
25+
2126
# Update npm to the latest version to enable OIDC
2227
# Use corepack to install pnpm
2328
- name: Setup Package Managers
@@ -27,12 +32,6 @@ jobs:
2732
npm install -g corepack@latest --force
2833
corepack enable
2934
30-
- name: Setup Node.js
31-
uses: actions/setup-node@v4
32-
with:
33-
cache: 'pnpm'
34-
node-version: '18.20.5'
35-
3635
- name: Install Dependencies and build
3736
run: pnpm install --frozen-lockfile
3837

packages/addon-modernjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-addon-modernjs",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Storybook addon for loading configuration of Modern.js",
55
"keywords": [
66
"storybook",

packages/addon-rslib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-addon-rslib",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Storybook addon for loading configuration of Rslib",
55
"keywords": ["storybook", "storybook-addons", "rsbuild", "rspack", "rslib"],
66
"homepage": "https://storybook.rsbuild.rs",

packages/builder-rsbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-builder-rsbuild",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Rsbuild builder for Storybook",
55
"keywords": ["storybook", "rsbuild", "rspack"],
66
"homepage": "https://storybook.rsbuild.rs",

packages/framework-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-html-rsbuild",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Storybook for HTML and Rsbuild: View HTML snippets in isolation with Hot Reloading.",
55
"keywords": ["storybook", "rsbuild", "rspack", "vanilla", "html"],
66
"homepage": "https://storybook.rsbuild.rs",

packages/framework-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-react-rsbuild",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Storybook for React and Rsbuild: Develop React components in isolation with Hot Reloading.",
55
"keywords": ["storybook", "rsbuild", "rspack", "react"],
66
"homepage": "https://storybook.rsbuild.rs",

packages/framework-vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-vue3-rsbuild",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Storybook for Vue3 and Rsbuild: Develop React Component in isolation with Hot Reloading.",
55
"keywords": ["storybook", "rsbuild", "rspack", "vue3"],
66
"homepage": "https://storybook.rsbuild.rs",

packages/framework-web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-web-components-rsbuild",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Storybook for web component and Rsbuild: Develop React Component in isolation with Hot Reloading.",
55
"keywords": [
66
"storybook",

0 commit comments

Comments
 (0)