Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.2.14 #1137

Merged
merged 1 commit into from
Jan 1, 2024
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
6 changes: 0 additions & 6 deletions .changeset/three-zoos-hammer.md

This file was deleted.

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

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14
- @rsbuild/plugin-babel@0.2.14

## 0.2.13

### 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.2.13",
"version": "0.2.14",
"description": "The babel config of Rsbuild.",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/compat/plugin-esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rsbuild/plugin-esbuild

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14

## 0.2.13

### 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.2.13",
"version": "0.2.14",
"description": "Esbuild plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/compat/plugin-swc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rsbuild/plugin-swc

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14
- @rsbuild/plugin-react@0.2.14

## 0.2.13

### 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.2.13",
"version": "0.2.14",
"description": "SWC plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/compat/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rsbuild/webpack

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14
- @rsbuild/core@0.2.14

## 0.2.13

### 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.2.13",
"version": "0.2.14",
"homepage": "https://rsbuild.dev",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rsbuild/core

## 0.2.14

### Patch Changes

- a65b78dd: test: add e2e case for toml-loader
- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14

## 0.2.13

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

## 0.2.14

## 0.2.13

## 0.2.12
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.2.13",
"version": "0.2.14",
"description": "Create a new Rsbuild project",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @rsbuild/document

## 0.2.14

## 0.2.13

## 0.2.12
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.2.13",
"version": "0.2.14",
"description": "Shared documentation of Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/monorepo-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rsbuild/monorepo-utils

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14

## 0.2.13

### 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.2.13",
"version": "0.2.14",
"description": "The monorepo utils of Rsbuild.",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-assets-retry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rsbuild/plugin-assets-retry

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-assets-retry",
"version": "0.2.13",
"version": "0.2.14",
"description": "Assets retry plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rsbuild/plugin-babel

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14

## 0.2.13

### 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.2.13",
"version": "0.2.14",
"description": "Babel plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-check-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rsbuild/plugin-check-syntax

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.13",
"version": "0.2.14",
"description": "Check syntax plugin of Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-css-minimizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rsbuild/plugin-css-minimizer

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14

## 0.2.13

### 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.2.13",
"version": "0.2.14",
"description": "CSS minimizer for Rsbuild",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-image-compress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rsbuild/plugin-image-compress

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14

## 0.2.13

### 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.2.13",
"version": "0.2.14",
"description": "Image compress plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-node-polyfill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rsbuild/plugin-node-polyfill

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14

## 0.2.13

### 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.2.13",
"version": "0.2.14",
"description": "Node polyfill plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-pug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rsbuild/plugin-pug

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14

## 0.2.13

### 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.2.13",
"version": "0.2.14",
"description": "Pug plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rsbuild/plugin-react

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-react",
"version": "0.2.13",
"version": "0.2.14",
"description": "React plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-rem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rsbuild/plugin-rem

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-rem",
"version": "0.2.13",
"version": "0.2.14",
"description": "Rem plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rsbuild/plugin-solid

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14
- @rsbuild/plugin-babel@0.2.14

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-solid",
"version": "0.2.13",
"version": "0.2.14",
"description": "Solid plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-source-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rsbuild/plugin-source-build

## 0.2.14

### Patch Changes

- Updated dependencies [a65b78dd]
- @rsbuild/shared@0.2.14
- @rsbuild/monorepo-utils@0.2.14

## 0.2.13

### Patch Changes
Expand Down
Loading