Skip to content

Commit afa8327

Browse files
authored
release: v1.5.8 (#1622)
1 parent 96bfd9a commit afa8327

File tree

12 files changed

+13
-14
lines changed

12 files changed

+13
-14
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Node.js
4545
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4646
with:
47-
node-version: 22.22.2
47+
node-version: 24.13.0
4848
cache: 'pnpm'
4949

5050
- name: Install Pnpm
@@ -53,9 +53,8 @@ jobs:
5353
corepack enable
5454
5555
# Update npm to the latest version to enable OIDC
56-
- name: Update npm
56+
- name: Info npm version
5757
run: |
58-
npm install -g npm@latest
5958
npm --version
6059
6160
- name: Install Dependencies

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/cli",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/client",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"main": "dist/index.html",
55
"repository": {
66
"type": "git",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/components",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"license": "MIT",
55
"types": "dist/index.d.ts",
66
"repository": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/core",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

packages/document/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/docs",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"scripts": {
55
"dev": "cross-env RSPRESS_PERSIST_CACHE=false rspress dev",
66
"build": "cross-env RSPRESS_PERSIST_CACHE=false rspress build && sh build.sh",

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/graph",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

packages/rspack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/rspack-plugin",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/sdk",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/types",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

0 commit comments

Comments
 (0)