Skip to content

Commit

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

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


### Bug Fixes

* **core:** fixed types ([168ff8e](https://github.com/dlhandsome/we-debug/commit/168ff8ee9ad7c45fd6f300798b571f9c5261db75))


### Features

* 自定义 tabbar 模式下使用 自定义 mask ([154085b](https://github.com/dlhandsome/we-debug/commit/154085b9b6e2468fa44ff701f1925519d82fe6d5))





## [0.31.18](https://github.com/dlhandsome/we-debug/compare/v0.31.17...v0.31.18) (2024-06-21)


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.31.18"
"version": "0.32.0"
}
8 changes: 8 additions & 0 deletions packages/compiler/gulp-tool/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.0](https://github.com/dlhandsome/we-debug/compare/v0.31.18...v0.32.0) (2024-06-24)

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





## [0.31.6](https://github.com/dlhandsome/we-debug/compare/v0.31.5...v0.31.6) (2024-01-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/gulp-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@we-debug/gulp-tool",
"version": "0.31.6",
"version": "0.32.0",
"description": "we-debug, gulp",
"main": "dist/index.js",
"types": "dist/types.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/runtime/core/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.0](https://github.com/dlhandsome/we-debug/compare/v0.31.18...v0.32.0) (2024-06-24)


### Bug Fixes

* **core:** fixed types ([168ff8e](https://github.com/dlhandsome/we-debug/commit/168ff8ee9ad7c45fd6f300798b571f9c5261db75))





## [0.31.18](https://github.com/dlhandsome/we-debug/compare/v0.31.17...v0.31.18) (2024-06-21)

**Note:** Version bump only for package @we-debug/core
Expand Down
12 changes: 6 additions & 6 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.31.18",
"version": "0.32.0",
"description": "a useful debug tool for weapp",
"author": {
"name": "dlhandsome"
Expand All @@ -24,11 +24,11 @@
},
"license": "MIT",
"dependencies": {
"@we-debug/plugin-error": "0.31.18",
"@we-debug/plugin-launcher": "0.31.12",
"@we-debug/plugin-network": "0.31.0",
"@we-debug/plugin-router": "0.31.0",
"@we-debug/plugin-ui-check": "0.31.0",
"@we-debug/plugin-error": "0.32.0",
"@we-debug/plugin-launcher": "0.32.0",
"@we-debug/plugin-network": "0.32.0",
"@we-debug/plugin-router": "0.32.0",
"@we-debug/plugin-ui-check": "0.32.0",
"deepmerge": "^4.2.2"
},
"readme": "ERROR: No README data found!",
Expand Down
11 changes: 11 additions & 0 deletions packages/runtime/miniprogram/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.0](https://github.com/dlhandsome/we-debug/compare/v0.31.18...v0.32.0) (2024-06-24)


### Features

* 自定义 tabbar 模式下使用 自定义 mask ([154085b](https://github.com/dlhandsome/we-debug/commit/154085b9b6e2468fa44ff701f1925519d82fe6d5))





## [0.31.18](https://github.com/dlhandsome/we-debug/compare/v0.31.17...v0.31.18) (2024-06-21)

**Note:** Version bump only for package @we-debug/miniprogram
Expand Down
14 changes: 7 additions & 7 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.31.18",
"version": "0.32.0",
"description": "we-debug miniprogram component",
"author": {
"name": "dlhandsome"
Expand All @@ -25,12 +25,12 @@
},
"license": "MIT",
"dependencies": {
"@we-debug/core": "0.31.18",
"@we-debug/plugin-error": "0.31.18",
"@we-debug/plugin-launcher": "0.31.12",
"@we-debug/plugin-network": "0.31.0",
"@we-debug/plugin-router": "0.31.0",
"@we-debug/plugin-ui-check": "0.31.0",
"@we-debug/core": "0.32.0",
"@we-debug/plugin-error": "0.32.0",
"@we-debug/plugin-launcher": "0.32.0",
"@we-debug/plugin-network": "0.32.0",
"@we-debug/plugin-router": "0.32.0",
"@we-debug/plugin-ui-check": "0.32.0",
"deepmerge": "^4.2.2"
},
"readme": "ERROR: No README data found!",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/plugin-error/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.0](https://github.com/dlhandsome/we-debug/compare/v0.31.18...v0.32.0) (2024-06-24)

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





## [0.31.18](https://github.com/dlhandsome/we-debug/compare/v0.31.17...v0.31.18) (2024-06-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/plugin-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@we-debug/plugin-error",
"version": "0.31.18",
"version": "0.32.0",
"description": "error plugin for we-debug",
"main": "dist/index.js",
"types": "dist/types.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/plugin-launcher/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.0](https://github.com/dlhandsome/we-debug/compare/v0.31.18...v0.32.0) (2024-06-24)

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





## [0.31.12](https://github.com/dlhandsome/we-debug/compare/v0.31.11...v0.31.12) (2024-01-19)

**Note:** Version bump only for package @we-debug/plugin-launcher
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.31.12",
"version": "0.32.0",
"description": "launcher plugin for we-debug",
"main": "dist/index.js",
"types": "dist/types.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/plugin-navigate/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.0](https://github.com/dlhandsome/we-debug/compare/v0.31.18...v0.32.0) (2024-06-24)

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





## [0.31.18](https://github.com/dlhandsome/we-debug/compare/v0.31.17...v0.31.18) (2024-06-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/plugin-navigate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@we-debug/plugin-navigate",
"version": "0.31.18",
"version": "0.32.0",
"description": "navigate plugin for we-debug",
"main": "dist/index.js",
"types": "dist/types.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/plugin-network/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.0](https://github.com/dlhandsome/we-debug/compare/v0.31.18...v0.32.0) (2024-06-24)

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





# [0.31.0](https://github.com/dlhandsome/we-debug/compare/v0.30.1...v0.31.0) (2024-01-03)

**Note:** Version bump only for package @we-debug/plugin-network
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/plugin-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@we-debug/plugin-network",
"version": "0.31.0",
"version": "0.32.0",
"description": "network plugin for we-debug",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/plugin-router/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.0](https://github.com/dlhandsome/we-debug/compare/v0.31.18...v0.32.0) (2024-06-24)

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





# [0.31.0](https://github.com/dlhandsome/we-debug/compare/v0.30.1...v0.31.0) (2024-01-03)

**Note:** Version bump only for package @we-debug/plugin-router
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/plugin-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@we-debug/plugin-router",
"version": "0.31.0",
"version": "0.32.0",
"description": "router plugin for we-debug",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/plugin-ui-check/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.0](https://github.com/dlhandsome/we-debug/compare/v0.31.18...v0.32.0) (2024-06-24)

**Note:** Version bump only for package @we-debug/plugin-ui-check





# [0.31.0](https://github.com/dlhandsome/we-debug/compare/v0.30.1...v0.31.0) (2024-01-03)

**Note:** Version bump only for package @we-debug/plugin-ui-check
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/plugin-ui-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@we-debug/plugin-ui-check",
"version": "0.31.0",
"version": "0.32.0",
"description": "we-debug ui-check plugin",
"miniprogram": "dist",
"main": "dist/plugin.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/plugin-vconsole/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.0](https://github.com/dlhandsome/we-debug/compare/v0.31.18...v0.32.0) (2024-06-24)

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





# [0.31.0](https://github.com/dlhandsome/we-debug/compare/v0.30.1...v0.31.0) (2024-01-03)

**Note:** Version bump only for package @we-debug/plugin-vconsole
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/plugin-vconsole/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@we-debug/plugin-vconsole",
"version": "0.31.0",
"version": "0.32.0",
"description": "vconsole plugin for we-debug",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f5cb28a

Please sign in to comment.