Skip to content

Commit

Permalink
chore: 2024-09-12 release (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 12, 2024
1 parent bd49af5 commit 3974824
Show file tree
Hide file tree
Showing 19 changed files with 78 additions and 22 deletions.
13 changes: 0 additions & 13 deletions .changeset/wild-tools-count.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- bd49af5: refactor: upgrade to rsbuild 1.0 stable

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webx-kit/chrome-types",
"version": "0.0.2",
"version": "0.1.0",
"exports": {
".": {
"types": "./src/index.d.ts",
Expand Down
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.1.0

### Minor Changes

- bd49af5: refactor: upgrade to rsbuild 1.0 stable

## 0.0.7

### 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.7",
"version": "0.1.0",
"exports": {
"./background": {
"types": "./src/background.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-webx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-webx

## 0.1.0

### Minor Changes

- bd49af5: refactor: upgrade to rsbuild 1.0 stable

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-webx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-webx",
"version": "0.0.4",
"version": "0.1.0",
"bin": {
"create-webx": "./dist/index.js"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @webx-kit/messaging

## 0.1.0

### Minor Changes

- bd49af5: refactor: upgrade to rsbuild 1.0 stable

## 0.0.6

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

## 0.1.0

### Minor Changes

- bd49af5: refactor: upgrade to rsbuild 1.0 stable

### Patch Changes

- Updated dependencies [bd49af5]
- @webx-kit/core-plugin@0.1.0

## 0.0.11

### 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.11",
"version": "0.1.0",
"exports": {
".": {
"types": "./src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/rsbuild-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @webx-kit/rsbuild-plugin

## 0.1.0

### Minor Changes

- bd49af5: refactor: upgrade to rsbuild 1.0 stable

### Patch Changes

- Updated dependencies [bd49af5]
- @webx-kit/core-plugin@0.1.0

## 0.0.9

### 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.9",
"version": "0.1.0",
"exports": {
".": {
"types": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @webx-kit/runtime

## 0.1.0

### Minor Changes

- bd49af5: refactor: upgrade to rsbuild 1.0 stable

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webx-kit/runtime",
"version": "0.0.5",
"version": "0.1.0",
"exports": {
".": {
"types": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @webx-kit/storage

## 0.1.0

### Minor Changes

- bd49af5: refactor: upgrade to rsbuild 1.0 stable

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webx-kit/storage",
"version": "0.0.3",
"version": "0.1.0",
"exports": {
".": {
"types": "./src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @webx-kit/test-utils

## 0.1.0

### Minor Changes

- bd49af5: refactor: upgrade to rsbuild 1.0 stable

### Patch Changes

- Updated dependencies [bd49af5]
- @webx-kit/chrome-types@0.1.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webx-kit/test-utils",
"version": "0.0.3",
"version": "0.1.0",
"bin": {
"webx-launch": "bin/webx-launch.mjs"
},
Expand Down

0 comments on commit 3974824

Please sign in to comment.