Skip to content

Commit

Permalink
chore(release): v0.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlhandsome committed Jun 24, 2024
1 parent 46d797f commit 14d03ad
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.32.2](https://github.com/dlhandsome/we-debug/compare/v0.32.1...v0.32.2) (2024-06-24)


### Bug Fixes

* **plugin-launcher:** fixed empty pkg ([46d797f](https://github.com/dlhandsome/we-debug/commit/46d797f514047fb9f21137dda01e16e733c4806c))





## [0.32.1](https://github.com/dlhandsome/we-debug/compare/v0.32.0...v0.32.1) (2024-06-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
]
}
},
"version": "0.32.1"
"version": "0.32.2"
}
8 changes: 8 additions & 0 deletions packages/runtime/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.32.2](https://github.com/dlhandsome/we-debug/compare/v0.32.1...v0.32.2) (2024-06-24)

**Note:** Version bump only for package @we-debug/core





## [0.32.1](https://github.com/dlhandsome/we-debug/compare/v0.32.0...v0.32.1) (2024-06-24)

**Note:** Version bump only for package @we-debug/core
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@we-debug/core",
"version": "0.32.1",
"version": "0.32.2",
"description": "a useful debug tool for weapp",
"author": {
"name": "dlhandsome"
Expand All @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@we-debug/plugin-error": "0.32.0",
"@we-debug/plugin-launcher": "0.32.1",
"@we-debug/plugin-launcher": "0.32.2",
"@we-debug/plugin-network": "0.32.0",
"@we-debug/plugin-router": "0.32.0",
"@we-debug/plugin-ui-check": "0.32.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/miniprogram/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.32.2](https://github.com/dlhandsome/we-debug/compare/v0.32.1...v0.32.2) (2024-06-24)

**Note:** Version bump only for package @we-debug/miniprogram





## [0.32.1](https://github.com/dlhandsome/we-debug/compare/v0.32.0...v0.32.1) (2024-06-24)

**Note:** Version bump only for package @we-debug/miniprogram
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime/miniprogram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@we-debug/miniprogram",
"version": "0.32.1",
"version": "0.32.2",
"description": "we-debug miniprogram component",
"author": {
"name": "dlhandsome"
Expand All @@ -25,9 +25,9 @@
},
"license": "MIT",
"dependencies": {
"@we-debug/core": "0.32.1",
"@we-debug/core": "0.32.2",
"@we-debug/plugin-error": "0.32.0",
"@we-debug/plugin-launcher": "0.32.1",
"@we-debug/plugin-launcher": "0.32.2",
"@we-debug/plugin-network": "0.32.0",
"@we-debug/plugin-router": "0.32.0",
"@we-debug/plugin-ui-check": "0.32.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/runtime/plugin-launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.32.2](https://github.com/dlhandsome/we-debug/compare/v0.32.1...v0.32.2) (2024-06-24)


### Bug Fixes

* **plugin-launcher:** fixed empty pkg ([46d797f](https://github.com/dlhandsome/we-debug/commit/46d797f514047fb9f21137dda01e16e733c4806c))





## [0.32.1](https://github.com/dlhandsome/we-debug/compare/v0.32.0...v0.32.1) (2024-06-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/plugin-launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@we-debug/plugin-launcher",
"version": "0.32.1",
"version": "0.32.2",
"description": "launcher plugin for we-debug",
"main": "dist/index.js",
"types": "dist/types.d.ts",
Expand Down

0 comments on commit 14d03ad

Please sign in to comment.