File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
+ permissions :
7
+ id-token : write
8
+ contents : write
6
9
jobs :
7
10
publish :
8
11
runs-on : ubuntu-latest
@@ -12,10 +15,11 @@ jobs:
12
15
- uses : actions/setup-node@v4
13
16
with :
14
17
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
16
21
- 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
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 4.1.0
4
4
5
5
- Add support for React 19.2
6
6
- Add support for Vite base path
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite-plugin-react-click-to-component" ,
3
3
"type" : " module" ,
4
- "version" : " 4.0 .0" ,
4
+ "version" : " 4.1 .0" ,
5
5
"private" : true ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments