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

Commit b78abc5

Browse files
committed
Publish 3.0.0-beta.0 [publish]
1 parent a0a84ce commit b78abc5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ jobs:
2727
path: ~/.cache/ms-playwright
2828
- run: pnpm playwright install chromium
2929
- run: pnpm ci
30+
- uses: ArnaudBarre/npm-publish@v1.3
31+
if: ${{ contains(github.event.head_commit.message, '[publish]') && github.ref == 'refs/heads/main' }}
32+
with:
33+
working-directory: dist
34+
npm-token: ${{ secrets.NPM_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 3.0.0-alpha.0
3+
## 3.0.0-beta.0
44

55
This is the first alpha version of the official plugin for using [SWC](https://swc.rs/) with React in Vite!
66

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",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.0-beta.0",
44
"license": "MIT",
55
"scripts": {
66
"dev": "scripts/bundle.ts --dev",

0 commit comments

Comments
 (0)