Skip to content

Commit b3c30b8

Browse files
committed
chore(version): publish v1.2.0-alpha.0
1 parent e0f6369 commit b3c30b8

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.2.0-alpha.0",
33
"npmClient": "pnpm",
44
"command": {
55
"publish": {

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webguard/common",
3-
"version": "1.1.0",
3+
"version": "1.2.0-alpha.0",
44
"description": "监控系统基础包",
55
"type": "module",
66
"main": "dist/index.cjs",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webguard/core",
3-
"version": "1.1.0",
3+
"version": "1.2.0-alpha.0",
44
"description": "监控系统核心包",
55
"type": "module",
66
"main": "dist/index.cjs",

packages/plugins/api-performance/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webguard/api-performance",
3-
"version": "1.1.0",
3+
"version": "1.2.0-alpha.0",
44
"description": "监控系统性能监控包",
55
"type": "module",
66
"main": "dist/index.cjs",
@@ -28,8 +28,8 @@
2828
"author": "gamejoye <gamejoye@gmail.com>",
2929
"license": "MIT",
3030
"dependencies": {
31-
"@webguard/types": "workspace:^",
3231
"@webguard/common": "workspace:^",
32+
"@webguard/types": "workspace:^",
3333
"@webguard/utils": "workspace:^"
3434
}
3535
}

packages/plugins/performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webguard/performance",
3-
"version": "1.1.0",
3+
"version": "1.2.0-alpha.0",
44
"description": "监控系统性能监控包",
55
"type": "module",
66
"main": "dist/index.cjs",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webguard/types",
3-
"version": "1.1.0",
3+
"version": "1.2.0-alpha.0",
44
"description": "监控系统类型包",
55
"types": "dist/index.d.ts",
66
"files": [

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webguard/utils",
3-
"version": "1.1.0",
3+
"version": "1.2.0-alpha.0",
44
"description": "监控系统工具包",
55
"type": "module",
66
"types": "dist/index.d.ts",

packages/webguard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webguard",
33
"description": "一个轻量级的前端监控系统,帮助你实时监控和诊断 Web 应用的问题。",
4-
"version": "1.1.0",
4+
"version": "1.2.0-alpha.0",
55
"type": "module",
66
"main": "dist/index.cjs",
77
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)