Skip to content

Commit 8fb5d50

Browse files
authored
Release v0.0.17 (#402)
1 parent d52e410 commit 8fb5d50

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,3 @@ Here are the steps to publish (we generally use CI for releases and avoid publis
135135
2. [Run the release action on release branch](https://github.com/web-infra-dev/rslib/actions/workflows/release.yml).
136136
3. Merge the release pull request.
137137
4. [Create Git tag on main branch and generate the release notes](https://github.com/web-infra-dev/rslib/releases).
138-
139-
## Caveats
140-
141-
The project is still in its early stages and under active development, so it possible dependents on Rsbuild or Rspack canary versions to test the latest features. The current versions are:
142-
143-
| Package | Link |
144-
| ------------ | ------------------------------------------------------------ |
145-
| @rspack/core | https://github.com/web-infra-dev/rspack/releases/tag/v1.0.14 |

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.0.16",
3+
"version": "0.0.17",
44
"description": "The Rsbuild-based library development tool.",
55
"homepage": "https://lib.rsbuild.dev",
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.0.16",
3+
"version": "0.0.17",
44
"description": "Create a new Rslib project",
55
"homepage": "https://lib.rsbuild.dev",
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.0.16",
3+
"version": "0.0.17",
44
"description": "Rsbuild plugin that supports emitting declaration files for TypeScript.",
55
"homepage": "https://lib.rsbuild.dev",
66
"bugs": {

0 commit comments

Comments
 (0)