Skip to content

Commit

Permalink
Release v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2023
1 parent 8f03dd0 commit 174366c
Show file tree
Hide file tree
Showing 60 changed files with 304 additions and 64 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-steaks-agree.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/empty-weeks-matter.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/silly-kangaroos-mix.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wicked-pears-impress.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rsbuild/babel-preset

## 0.0.16

### Patch Changes

- Updated dependencies [a2a18ec]
- Updated dependencies [8f03dd0]
- Updated dependencies [9a52542]
- @rsbuild/shared@0.0.16
- @rsbuild/plugin-babel@0.0.16

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/babel-preset",
"version": "0.0.15",
"version": "0.0.16",
"description": "The babel config of Rsbuild.",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/compat/plugin-esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rsbuild/plugin-esbuild

## 0.0.16

### Patch Changes

- Updated dependencies [a2a18ec]
- Updated dependencies [8f03dd0]
- Updated dependencies [9a52542]
- @rsbuild/shared@0.0.16

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/plugin-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-esbuild",
"version": "0.0.15",
"version": "0.0.16",
"description": "Esbuild plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/compat/plugin-swc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rsbuild/plugin-swc

## 0.0.16

### Patch Changes

- Updated dependencies [a2a18ec]
- Updated dependencies [8f03dd0]
- Updated dependencies [9a52542]
- @rsbuild/shared@0.0.16

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/plugin-swc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-swc",
"version": "0.0.15",
"version": "0.0.16",
"description": "SWC plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/compat/uni-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rsbuild/uni-builder

## 0.0.16

### Patch Changes

- 8f03dd0: refactor: move html.metaByEntries option to uni-builder
- Updated dependencies [a2a18ec]
- Updated dependencies [8f03dd0]
- Updated dependencies [9a52542]
- @rsbuild/shared@0.0.16
- @rsbuild/core@0.0.16
- @rsbuild/webpack@0.0.16

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/uni-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/uni-builder",
"version": "0.0.15",
"version": "0.0.16",
"description": "Unified builder for Modern.js",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/compat/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rsbuild/webpack

## 0.0.16

### Patch Changes

- Updated dependencies [a2a18ec]
- Updated dependencies [8f03dd0]
- Updated dependencies [9a52542]
- @rsbuild/shared@0.0.16
- @rsbuild/core@0.0.16
- @rsbuild/babel-preset@0.0.16
- @rsbuild/plugin-babel@0.0.16
- @rsbuild/plugin-css-minimizer@0.0.16

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/webpack",
"version": "0.0.15",
"version": "0.0.16",
"homepage": "https://rsbuild.dev",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rsbuild/core

## 0.0.16

### Patch Changes

- a2a18ec: feat: support html.meta to be a function
- 8f03dd0: refactor: move html.metaByEntries option to uni-builder
- 9a52542: feat: add default meta configs and simplify the templates
- Updated dependencies [a2a18ec]
- Updated dependencies [8f03dd0]
- Updated dependencies [9a52542]
- @rsbuild/shared@0.0.16

## 0.0.15

### Patch Changes
Expand Down
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": "@rsbuild/core",
"version": "0.0.15",
"version": "0.0.16",
"description": "Unleash the power of Rspack with the out-of-the-box build tool.",
"homepage": "https://rsbuild.dev",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/create-rsbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-rsbuild

## 0.0.16

### Patch Changes

- 9a52542: feat: add default meta configs and simplify the templates

## 0.0.15

## 0.0.14
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rsbuild",
"version": "0.0.15",
"version": "0.0.16",
"description": "Create a new Rsbuild project",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rsbuild/document

## 0.0.16

### Patch Changes

- a2a18ec: feat: support html.meta to be a function
- 8f03dd0: refactor: move html.metaByEntries option to uni-builder
- 9a52542: feat: add default meta configs and simplify the templates

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/document/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/document",
"version": "0.0.15",
"version": "0.0.16",
"description": "Shared documentation of Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/monorepo-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rsbuild/monorepo-utils

## 0.0.16

### Patch Changes

- Updated dependencies [a2a18ec]
- Updated dependencies [8f03dd0]
- Updated dependencies [9a52542]
- @rsbuild/shared@0.0.16

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/monorepo-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/monorepo-utils",
"version": "0.0.15",
"version": "0.0.16",
"description": "The monorepo utils of Rsbuild.",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rsbuild/plugin-babel

## 0.0.16

### Patch Changes

- Updated dependencies [a2a18ec]
- Updated dependencies [8f03dd0]
- Updated dependencies [9a52542]
- @rsbuild/shared@0.0.16

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-babel",
"version": "0.0.15",
"version": "0.0.16",
"description": "Babel plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-check-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rsbuild/plugin-check-syntax

## 0.0.16

### Patch Changes

- Updated dependencies [a2a18ec]
- Updated dependencies [8f03dd0]
- Updated dependencies [9a52542]
- @rsbuild/shared@0.0.16
- @rsbuild/core@0.0.16

## 0.0.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-check-syntax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-check-syntax",
"version": "0.0.15",
"version": "0.0.16",
"description": "Check syntax plugin of Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.0.15"
"@rsbuild/core": "workspace:^0.0.16"
},
"publishConfig": {
"access": "public",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-css-minimizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rsbuild/plugin-css-minimizer

## 0.0.16

### Patch Changes

- Updated dependencies [a2a18ec]
- Updated dependencies [8f03dd0]
- Updated dependencies [9a52542]
- @rsbuild/shared@0.0.16

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-css-minimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-css-minimizer",
"version": "0.0.15",
"version": "0.0.16",
"description": "CSS minimizer for Rsbuild",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-image-compress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rsbuild/plugin-image-compress

## 0.0.16

### Patch Changes

- Updated dependencies [a2a18ec]
- Updated dependencies [8f03dd0]
- Updated dependencies [9a52542]
- @rsbuild/shared@0.0.16

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-image-compress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-image-compress",
"version": "0.0.15",
"version": "0.0.16",
"description": "Image compress plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-node-polyfill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rsbuild/plugin-node-polyfill

## 0.0.16

### Patch Changes

- Updated dependencies [a2a18ec]
- Updated dependencies [8f03dd0]
- Updated dependencies [9a52542]
- @rsbuild/shared@0.0.16

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-node-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-node-polyfill",
"version": "0.0.15",
"version": "0.0.16",
"description": "Node polyfill plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-pug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rsbuild/plugin-pug

## 0.0.16

### Patch Changes

- Updated dependencies [a2a18ec]
- Updated dependencies [8f03dd0]
- Updated dependencies [9a52542]
- @rsbuild/shared@0.0.16

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-pug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-pug",
"version": "0.0.15",
"version": "0.0.16",
"description": "Pug plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
Loading

0 comments on commit 174366c

Please sign in to comment.