Skip to content

Commit

Permalink
Release v0.0.7 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
chenjiahan and github-actions[bot] authored Oct 12, 2023
1 parent fd18cc3 commit 75e50c5
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/tender-cougars-smash.md

This file was deleted.

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

## 0.0.7

### Patch Changes

- fd18cc3: feat(babel-preset): support Jest to use node preset
- @rsbuild/shared@0.0.7

## 0.0.6

### 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
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/babel-preset"
},
"license": "MIT",
"version": "0.0.6",
"version": "0.0.7",
"types": "./src/index.ts",
"main": "./dist/index.js",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/monorepo-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rsbuild/monorepo-utils

## 0.0.7

### Patch Changes

- @rsbuild/shared@0.0.7

## 0.0.6

### 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
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/monorepo-utils"
},
"license": "MIT",
"version": "0.0.6",
"version": "0.0.7",
"types": "./src/index.ts",
"main": "./dist/index.js",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @rsbuild/shared

## 0.0.7

## 0.0.6

## 0.0.5
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/shared"
},
"license": "MIT",
"version": "0.0.6",
"version": "0.0.7",
"types": "./src/index.ts",
"main": "./dist/index.js",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/vitest-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @rsbuild/vitest-helper

## 0.0.7

## 0.0.6

## 0.0.5
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/vitest-helper"
},
"license": "MIT",
"version": "0.0.6",
"version": "0.0.7",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down

0 comments on commit 75e50c5

Please sign in to comment.