Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rslib/core",
"version": "0.17.2",
"version": "0.18.0",
"description": "The Rsbuild-based library development tool.",
"homepage": "https://rslib.rs",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rslib",
"version": "0.17.2",
"version": "0.18.0",
"description": "Create a new Rslib project",
"homepage": "https://rslib.rs",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rsbuild-plugin-dts",
"version": "0.17.2",
"version": "0.18.0",
"description": "Rsbuild plugin that supports emitting declaration files for TypeScript.",
"homepage": "https://rslib.rs",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/en/config/rsbuild/performance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Options for performance.

To enable or configure persistent build cache.

Rslib enable persistent build cache by default in v0.17.3.
Rslib enable persistent build cache by default in v0.18.0.

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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/config/rsbuild/performance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { RsbuildDocBadge } from '@components/RsbuildDocBadge';

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

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

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

Expand Down
Loading