Skip to content

Commit 174366c

Browse files
Release v0.0.16
1 parent 8f03dd0 commit 174366c

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

+304
-64
lines changed

.changeset/afraid-steaks-agree.md

-5
This file was deleted.

.changeset/empty-weeks-matter.md

-7
This file was deleted.

.changeset/silly-kangaroos-mix.md

-8
This file was deleted.

.changeset/wicked-pears-impress.md

-8
This file was deleted.

packages/babel-preset/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a2a18ec]
8+
- Updated dependencies [8f03dd0]
9+
- Updated dependencies [9a52542]
10+
- @rsbuild/shared@0.0.16
11+
- @rsbuild/plugin-babel@0.0.16
12+
313
## 0.0.15
414

515
### 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.15",
3+
"version": "0.0.16",
44
"description": "The babel config of Rsbuild.",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/compat/plugin-esbuild/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a2a18ec]
8+
- Updated dependencies [8f03dd0]
9+
- Updated dependencies [9a52542]
10+
- @rsbuild/shared@0.0.16
11+
312
## 0.0.15
413

514
### 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.15",
3+
"version": "0.0.16",
44
"description": "Esbuild plugin for Rsbuild",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/compat/plugin-swc/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a2a18ec]
8+
- Updated dependencies [8f03dd0]
9+
- Updated dependencies [9a52542]
10+
- @rsbuild/shared@0.0.16
11+
312
## 0.0.15
413

514
### 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.15",
3+
"version": "0.0.16",
44
"description": "SWC plugin for Rsbuild",
55
"repository": {
66
"type": "git",

packages/compat/uni-builder/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- 8f03dd0: refactor: move html.metaByEntries option to uni-builder
8+
- Updated dependencies [a2a18ec]
9+
- Updated dependencies [8f03dd0]
10+
- Updated dependencies [9a52542]
11+
- @rsbuild/shared@0.0.16
12+
- @rsbuild/core@0.0.16
13+
- @rsbuild/webpack@0.0.16
14+
315
## 0.0.15
416

517
### 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.15",
3+
"version": "0.0.16",
44
"description": "Unified builder for Modern.js",
55
"repository": {
66
"type": "git",

packages/compat/webpack/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a2a18ec]
8+
- Updated dependencies [8f03dd0]
9+
- Updated dependencies [9a52542]
10+
- @rsbuild/shared@0.0.16
11+
- @rsbuild/core@0.0.16
12+
- @rsbuild/babel-preset@0.0.16
13+
- @rsbuild/plugin-babel@0.0.16
14+
- @rsbuild/plugin-css-minimizer@0.0.16
15+
316
## 0.0.15
417

518
### 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.15",
3+
"version": "0.0.16",
44
"homepage": "https://rsbuild.dev",
55
"repository": {
66
"type": "git",

packages/core/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- a2a18ec: feat: support html.meta to be a function
8+
- 8f03dd0: refactor: move html.metaByEntries option to uni-builder
9+
- 9a52542: feat: add default meta configs and simplify the templates
10+
- Updated dependencies [a2a18ec]
11+
- Updated dependencies [8f03dd0]
12+
- Updated dependencies [9a52542]
13+
- @rsbuild/shared@0.0.16
14+
315
## 0.0.15
416

517
### 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.15",
3+
"version": "0.0.16",
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

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- 9a52542: feat: add default meta configs and simplify the templates
8+
39
## 0.0.15
410

511
## 0.0.14

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.15",
3+
"version": "0.0.16",
44
"description": "Create a new Rsbuild project",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/document/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- a2a18ec: feat: support html.meta to be a function
8+
- 8f03dd0: refactor: move html.metaByEntries option to uni-builder
9+
- 9a52542: feat: add default meta configs and simplify the templates
10+
311
## 0.0.15
412

513
### 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.15",
3+
"version": "0.0.16",
44
"description": "Shared documentation of Rsbuild",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/monorepo-utils/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a2a18ec]
8+
- Updated dependencies [8f03dd0]
9+
- Updated dependencies [9a52542]
10+
- @rsbuild/shared@0.0.16
11+
312
## 0.0.15
413

514
### 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.15",
3+
"version": "0.0.16",
44
"description": "The monorepo utils of Rsbuild.",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/plugin-babel/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a2a18ec]
8+
- Updated dependencies [8f03dd0]
9+
- Updated dependencies [9a52542]
10+
- @rsbuild/shared@0.0.16
11+
312
## 0.0.15
413

514
### 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.15",
3+
"version": "0.0.16",
44
"description": "Babel plugin for Rsbuild",
55
"repository": {
66
"type": "git",

packages/plugin-check-syntax/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a2a18ec]
8+
- Updated dependencies [8f03dd0]
9+
- Updated dependencies [9a52542]
10+
- @rsbuild/shared@0.0.16
11+
- @rsbuild/core@0.0.16
12+
313
## 0.0.15
414

515
### 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.15",
3+
"version": "0.0.16",
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.15"
42+
"@rsbuild/core": "workspace:^0.0.16"
4343
},
4444
"publishConfig": {
4545
"access": "public",

packages/plugin-css-minimizer/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a2a18ec]
8+
- Updated dependencies [8f03dd0]
9+
- Updated dependencies [9a52542]
10+
- @rsbuild/shared@0.0.16
11+
312
## 0.0.15
413

514
### 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.15",
3+
"version": "0.0.16",
44
"description": "CSS minimizer for Rsbuild",
55
"repository": {
66
"type": "git",

packages/plugin-image-compress/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a2a18ec]
8+
- Updated dependencies [8f03dd0]
9+
- Updated dependencies [9a52542]
10+
- @rsbuild/shared@0.0.16
11+
312
## 0.0.15
413

514
### 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.15",
3+
"version": "0.0.16",
44
"description": "Image compress plugin for Rsbuild",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/plugin-node-polyfill/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a2a18ec]
8+
- Updated dependencies [8f03dd0]
9+
- Updated dependencies [9a52542]
10+
- @rsbuild/shared@0.0.16
11+
312
## 0.0.15
413

514
### 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.15",
3+
"version": "0.0.16",
44
"description": "Node polyfill plugin for Rsbuild",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

packages/plugin-pug/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a2a18ec]
8+
- Updated dependencies [8f03dd0]
9+
- Updated dependencies [9a52542]
10+
- @rsbuild/shared@0.0.16
11+
312
## 0.0.15
413

514
### 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.15",
3+
"version": "0.0.16",
44
"description": "Pug plugin for Rsbuild",
55
"homepage": "https://rsbuild.dev",
66
"repository": {

0 commit comments

Comments
 (0)