Skip to content

Commit

Permalink
chore: 2024-07-06 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tmkx committed Jul 6, 2024
1 parent 3739770 commit 07adecd
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/slimy-boats-wash.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @webx-kit/core-plugin

## 0.0.5

### Patch Changes

- 1c01d34: feat: add cors for rsbuild dev server

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webx-kit/core-plugin",
"version": "0.0.4",
"version": "0.0.5",
"exports": {
"./background": {
"types": "./src/background.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/modernjs-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @webx-kit/modernjs-plugin

## 0.0.9

### Patch Changes

- 1c01d34: feat: add cors for rsbuild dev server
- Updated dependencies [1c01d34]
- @webx-kit/core-plugin@0.0.5

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modernjs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webx-kit/modernjs-plugin",
"version": "0.0.8",
"version": "0.0.9",
"exports": {
".": {
"types": "./src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/rsbuild-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @webx-kit/rsbuild-plugin

## 0.0.7

### Patch Changes

- 1c01d34: feat: add cors for rsbuild dev server
- Updated dependencies [1c01d34]
- @webx-kit/core-plugin@0.0.5

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rsbuild-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webx-kit/rsbuild-plugin",
"version": "0.0.6",
"version": "0.0.7",
"exports": {
".": {
"types": "./src/index.ts",
Expand Down

0 comments on commit 07adecd

Please sign in to comment.