Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 47c8981

Browse files
committed
release: v3.1.0-beta.2
1 parent 7ed1ac9 commit 47c8981

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v3
1919
with:
2020
node-version: 18
21+
registry-url: "https://registry.npmjs.org"
2122
cache: "pnpm"
2223
cache-dependency-path: "**/pnpm-lock.yaml"
2324
- run: pnpm install --frozen-lockfile --prefer-offline

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 3.1.0-beta.2
6+
57
## 3.1.0-beta.1
68

79
## 3.1.0-beta.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-react-swc-monorepo",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0-beta.2",
44
"private": true,
55
"scripts": {
66
"dev": "scripts/bundle.ts --dev",

0 commit comments

Comments
 (0)