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 33 push :
44 branches :
55 - main
6+ permissions :
7+ id-token : write
8+ contents : write
69jobs :
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
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 4.1.0
44
55- Add support for React 19.2
66- Add support for Vite base path
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments