File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4343 run : pnpm run check-dependency-version
4444
4545 - name : Check pnpm Dedupe
46+ # Skip on release branches since the new version isn't published yet
47+ if : ${{ !startsWith(github.head_ref, 'release') }}
4648 run : pnpm dedupe --check
Original file line number Diff line number Diff line change 11{
22 "name" : " @rslib/core" ,
3- "version" : " 0.19.0 " ,
3+ "version" : " 0.19.1 " ,
44 "description" : " The Rsbuild-based library development tool." ,
55 "homepage" : " https://rslib.rs" ,
66 "bugs" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " create-rslib" ,
3- "version" : " 0.19.0 " ,
3+ "version" : " 0.19.1 " ,
44 "description" : " Create a new Rslib project" ,
55 "homepage" : " https://rslib.rs" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " rsbuild-plugin-dts" ,
3- "version" : " 0.19.0 " ,
3+ "version" : " 0.19.1 " ,
44 "description" : " Rsbuild plugin that supports emitting declaration files for TypeScript." ,
55 "homepage" : " https://rslib.rs" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments