Skip to content

Commit 4c3ad24

Browse files
committed
Release v4.1.0 [publish]
1 parent cd78995 commit 4c3ad24

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- main
6+
permissions:
7+
id-token: write
8+
contents: write
69
jobs:
710
publish:
811
runs-on: ubuntu-latest
@@ -12,10 +15,11 @@ jobs:
1215
- uses: actions/setup-node@v4
1316
with:
1417
node-version: 22
15-
- uses: xhyrom/setup-bun@v2
18+
registry-url: "https://registry.npmjs.org"
19+
- run: npm install -g npm@latest
20+
- uses: oven-sh/setup-bun@v2
1621
- run: bun install
17-
- run: bun ci
18-
- uses: ArnaudBarre/npm-publish@v1
19-
with:
20-
working-directory: dist
21-
npm-token: ${{ secrets.NPM_TOKEN }}
22+
- run: bun run ci
23+
- run: npm publish
24+
working-directory: dist
25+
- uses: ArnaudBarre/github-release@v1

CHANGELOG.md

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

3-
## Unreleased
3+
## 4.1.0
44

55
- Add support for React 19.2
66
- Add support for Vite base path

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-react-click-to-component",
33
"type": "module",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"private": true,
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)