Skip to content

Commit 752f08f

Browse files
Release v0.0.15
1 parent 18fd155 commit 752f08f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+246
-59
lines changed

.changeset/dry-pens-applaud.md

-5
This file was deleted.

.changeset/gentle-hornets-jam.md

-7
This file was deleted.

.changeset/mean-oranges-grab.md

-5
This file was deleted.

.changeset/modern-squids-relax.md

-6
This file was deleted.

packages/babel-preset/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rsbuild/babel-preset
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [25ab68e]
8+
- @rsbuild/shared@0.0.15
9+
- @rsbuild/plugin-babel@0.0.15
10+
311
## 0.0.14
412

513
### Patch Changes

packages/babel-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/babel-preset",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "The babel config of Rsbuild.",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/compat/plugin-esbuild/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rsbuild/plugin-esbuild
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [25ab68e]
8+
- @rsbuild/shared@0.0.15
9+
310
## 0.0.14
411

512
### Patch Changes

packages/compat/plugin-esbuild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/plugin-esbuild",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Esbuild plugin for Rsbuild",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/compat/plugin-swc/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rsbuild/plugin-swc
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- bfe7aac: chore: bump swc and helpers
8+
- Updated dependencies [25ab68e]
9+
- @rsbuild/shared@0.0.15
10+
311
## 0.0.14
412

513
### Patch Changes

packages/compat/plugin-swc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/plugin-swc",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "SWC plugin for Rsbuild",
55
"repository": {
66
"type": "git",

packages/compat/uni-builder/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rsbuild/uni-builder
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [25ab68e]
8+
- @rsbuild/shared@0.0.15
9+
- @rsbuild/core@0.0.15
10+
- @rsbuild/webpack@0.0.15
11+
312
## 0.0.14
413

514
### Patch Changes

packages/compat/uni-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/uni-builder",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Unified builder for Modern.js",
55
"repository": {
66
"type": "git",

packages/compat/webpack/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @rsbuild/webpack
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [25ab68e]
8+
- @rsbuild/shared@0.0.15
9+
- @rsbuild/core@0.0.15
10+
- @rsbuild/babel-preset@0.0.15
11+
- @rsbuild/plugin-babel@0.0.15
12+
- @rsbuild/plugin-css-minimizer@0.0.15
13+
314
## 0.0.14
415

516
### Patch Changes

packages/compat/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/webpack",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"homepage": "https://rsbuild.dev",
55
"repository": {
66
"type": "git",

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rsbuild/core
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- 25ab68e: refactor: use plugin to generate titles instead of template params
8+
- Updated dependencies [25ab68e]
9+
- @rsbuild/shared@0.0.15
10+
311
## 0.0.14
412

513
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/core",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Unleash the power of Rspack with the out-of-the-box build tool.",
55
"homepage": "https://rsbuild.dev",
66
"bugs": {

packages/create-rsbuild/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-rsbuild
22

3+
## 0.0.15
4+
35
## 0.0.14
46

57
## 0.0.13

packages/create-rsbuild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rsbuild",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Create a new Rsbuild project",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/document/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rsbuild/document
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- 25ab68e: refactor: use plugin to generate titles instead of template params
8+
- 200aaba: fix(doc): link error in NextStep component
9+
310
## 0.0.14
411

512
### Patch Changes

packages/document/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/document",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Shared documentation of Rsbuild",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/monorepo-utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rsbuild/monorepo-utils
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [25ab68e]
8+
- @rsbuild/shared@0.0.15
9+
310
## 0.0.14
411

512
### Patch Changes

packages/monorepo-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/monorepo-utils",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "The monorepo utils of Rsbuild.",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/plugin-babel/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rsbuild/plugin-babel
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [25ab68e]
8+
- @rsbuild/shared@0.0.15
9+
310
## 0.0.14
411

512
### Patch Changes

packages/plugin-babel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/plugin-babel",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Babel plugin for Rsbuild",
55
"repository": {
66
"type": "git",

packages/plugin-check-syntax/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rsbuild/plugin-check-syntax
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [25ab68e]
8+
- @rsbuild/shared@0.0.15
9+
- @rsbuild/core@0.0.15
10+
311
## 0.0.14
412

513
### Patch Changes

packages/plugin-check-syntax/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/plugin-check-syntax",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Check syntax plugin of Rsbuild",
55
"homepage": "https://rsbuild.dev",
66
"repository": {
@@ -39,7 +39,7 @@
3939
"typescript": "^5.2.2"
4040
},
4141
"peerDependencies": {
42-
"@rsbuild/core": "workspace:^0.0.14"
42+
"@rsbuild/core": "workspace:^0.0.15"
4343
},
4444
"publishConfig": {
4545
"access": "public",

packages/plugin-css-minimizer/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rsbuild/plugin-css-minimizer
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [25ab68e]
8+
- @rsbuild/shared@0.0.15
9+
310
## 0.0.14
411

512
### Patch Changes

packages/plugin-css-minimizer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/plugin-css-minimizer",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "CSS minimizer for Rsbuild",
55
"repository": {
66
"type": "git",

packages/plugin-image-compress/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rsbuild/plugin-image-compress
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [25ab68e]
8+
- @rsbuild/shared@0.0.15
9+
310
## 0.0.14
411

512
### Patch Changes

packages/plugin-image-compress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/plugin-image-compress",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Image compress plugin for Rsbuild",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/plugin-node-polyfill/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rsbuild/plugin-node-polyfill
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [25ab68e]
8+
- @rsbuild/shared@0.0.15
9+
310
## 0.0.14
411

512
### Patch Changes

packages/plugin-node-polyfill/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/plugin-node-polyfill",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Node polyfill plugin for Rsbuild",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/plugin-pug/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rsbuild/plugin-pug
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [25ab68e]
8+
- @rsbuild/shared@0.0.15
9+
310
## 0.0.14
411

512
### Patch Changes

packages/plugin-pug/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/plugin-pug",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Pug plugin for Rsbuild",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/plugin-react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rsbuild/plugin-react
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [25ab68e]
8+
- @rsbuild/shared@0.0.15
9+
310
## 0.0.14
411

512
### Patch Changes

packages/plugin-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild/plugin-react",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "React plugin for Rsbuild",
55
"repository": {
66
"type": "git",

packages/plugin-source-build/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rsbuild/plugin-source-build
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [25ab68e]
8+
- @rsbuild/shared@0.0.15
9+
- @rsbuild/core@0.0.15
10+
- @rsbuild/monorepo-utils@0.0.15
11+
312
## 0.0.14
413

514
### Patch Changes

0 commit comments

Comments
 (0)