Skip to content

Commit

Permalink
Publish 3.0.0-beta.0 [publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Dec 5, 2022
1 parent a0a84ce commit b78abc5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ jobs:
path: ~/.cache/ms-playwright
- run: pnpm playwright install chromium
- run: pnpm ci
- uses: ArnaudBarre/[email protected]
if: ${{ contains(github.event.head_commit.message, '[publish]') && github.ref == 'refs/heads/main' }}
with:
working-directory: dist
npm-token: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.0.0-alpha.0
## 3.0.0-beta.0

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-react-swc",
"version": "3.0.0-alpha.0",
"version": "3.0.0-beta.0",
"license": "MIT",
"scripts": {
"dev": "scripts/bundle.ts --dev",
Expand Down

0 comments on commit b78abc5

Please sign in to comment.