Skip to content

Commit 1163e85

Browse files
authored
Release v0.19.1 (#1424)
1 parent 431dc3d commit 1163e85

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ jobs:
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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

packages/create-rslib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

packages/plugin-dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)