Skip to content

Commit 38ad58d

Browse files
authored
Release v0.18.0 (#1340)
1 parent 56d7409 commit 38ad58d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.17.2",
3+
"version": "0.18.0",
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.17.2",
3+
"version": "0.18.0",
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.17.2",
3+
"version": "0.18.0",
44
"description": "Rsbuild plugin that supports emitting declaration files for TypeScript.",
55
"homepage": "https://rslib.rs",
66
"bugs": {

website/docs/en/config/rsbuild/performance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Options for performance.
88

99
To enable or configure persistent build cache.
1010

11-
Rslib enable persistent build cache by default in v0.17.3.
11+
Rslib enable persistent build cache by default in v0.18.0.
1212

1313
## performance.printFileSize <RsbuildDocBadge path="/config/performance/print-file-size" text="performance.printFileSize" />
1414

website/docs/zh/config/rsbuild/performance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { RsbuildDocBadge } from '@components/RsbuildDocBadge';
88

99
用于启用或配置持久化构建缓存。
1010

11-
Rslib 在 v0.17.3 版本中默认启用了持久化构建缓存。
11+
Rslib 在 v0.18.0 版本中默认启用了持久化构建缓存。
1212

1313
## performance.printFileSize <RsbuildDocBadge path="/config/performance/print-file-size" text="performance.printFileSize" />
1414

0 commit comments

Comments
 (0)