Skip to content

Commit

Permalink
chore: 2.1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
linxiaodi committed Dec 20, 2021
1 parent 14b75ba commit 8ccc3ce
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.49",
"version": "2.1.50",
"private": true,
"license": "MIT",
"author": "cjinhuo",
Expand Down
10 changes: 5 additions & 5 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zyf2e/monitor-browser",
"version": "2.1.49",
"version": "2.1.50",
"description": "A SDK For Monitoring Browser Errors",
"author": "cjinhuo",
"license": "MIT",
Expand All @@ -11,10 +11,10 @@
"dist"
],
"dependencies": {
"@zyf2e/monitor-utils": "2.1.49",
"@zyf2e/monitor-core": "2.1.49",
"@zyf2e/monitor-shared": "2.1.49",
"@zyf2e/monitor-types": "2.1.49"
"@zyf2e/monitor-utils": "2.1.50",
"@zyf2e/monitor-core": "2.1.50",
"@zyf2e/monitor-shared": "2.1.50",
"@zyf2e/monitor-types": "2.1.50"
},
"buildOptions": {
"formats": [
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zyf2e/monitor-core",
"version": "2.1.49",
"version": "2.1.50",
"description": "@zyf2e/monitor-core",
"author": "cjinhuo",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
"dist"
],
"dependencies": {
"@zyf2e/monitor-core": "2.1.49",
"@zyf2e/monitor-types": "2.1.49",
"@zyf2e/monitor-utils": "2.1.49",
"@zyf2e/monitor-shared": "2.1.49"
"@zyf2e/monitor-core": "2.1.50",
"@zyf2e/monitor-types": "2.1.50",
"@zyf2e/monitor-utils": "2.1.50",
"@zyf2e/monitor-shared": "2.1.50"
}
}
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zyf2e/monitor-react",
"version": "2.1.49",
"version": "2.1.50",
"description": "A SDK For Report React ErrorBoundary",
"author": "cjinhuo",
"license": "MIT",
Expand All @@ -11,8 +11,8 @@
"dist"
],
"dependencies": {
"@zyf2e/monitor-core": "2.1.49",
"@zyf2e/monitor-utils": "2.1.49",
"@zyf2e/monitor-shared": "2.1.49"
"@zyf2e/monitor-core": "2.1.50",
"@zyf2e/monitor-utils": "2.1.50",
"@zyf2e/monitor-shared": "2.1.50"
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zyf2e/monitor-shared",
"version": "2.1.49",
"version": "2.1.50",
"description": "@zyf2e/monitor-shared",
"author": "cjinhuo",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zyf2e/monitor-types",
"version": "2.1.49",
"version": "2.1.50",
"description": "@zyf2e/monitor-types",
"author": "cjinhuo",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
"dist"
],
"dependencies": {
"@zyf2e/monitor-core": "2.1.49",
"@zyf2e/monitor-utils": "2.1.49",
"@zyf2e/monitor-browser": "2.1.49",
"@zyf2e/monitor-shared": "2.1.49"
"@zyf2e/monitor-core": "2.1.50",
"@zyf2e/monitor-utils": "2.1.50",
"@zyf2e/monitor-browser": "2.1.50",
"@zyf2e/monitor-shared": "2.1.50"
}
}
10 changes: 5 additions & 5 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zyf2e/monitor-utils",
"version": "2.1.49",
"version": "2.1.50",
"description": "@zyf2e/monitor-utils",
"author": "cjinhuo",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
"dist"
],
"dependencies": {
"@zyf2e/monitor-core": "2.1.49",
"@zyf2e/monitor-browser": "2.1.49",
"@zyf2e/monitor-shared": "2.1.49",
"@zyf2e/monitor-types": "2.1.49"
"@zyf2e/monitor-core": "2.1.50",
"@zyf2e/monitor-browser": "2.1.50",
"@zyf2e/monitor-shared": "2.1.50",
"@zyf2e/monitor-types": "2.1.50"
}
}
10 changes: 5 additions & 5 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zyf2e/monitor-vue",
"version": "2.1.49",
"version": "2.1.50",
"description": "A SDK for monitoring Vue errors",
"author": "cjinhuo",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
"dist"
],
"dependencies": {
"@zyf2e/monitor-core": "2.1.49",
"@zyf2e/monitor-utils": "2.1.49",
"@zyf2e/monitor-shared": "2.1.49",
"@zyf2e/monitor-types": "2.1.49"
"@zyf2e/monitor-core": "2.1.50",
"@zyf2e/monitor-utils": "2.1.50",
"@zyf2e/monitor-shared": "2.1.50",
"@zyf2e/monitor-types": "2.1.50"
}
}
2 changes: 1 addition & 1 deletion packages/web-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zyf2e/monitor-web-performance",
"version": "2.1.49",
"version": "2.1.50",
"description": "A SDK For Report Web Performance",
"author": "allen(https://github.com/Chryseis)",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zyf2e/monitor-web",
"version": "2.1.49",
"version": "2.1.50",
"description": "A SDK For Monitoring Web(React、Vue) Errors",
"author": "cjinhuo(https://github.com/cjinhuo)",
"license": "MIT",
Expand All @@ -11,8 +11,8 @@
"dist"
],
"dependencies": {
"@zyf2e/monitor-browser": "2.1.49",
"@zyf2e/monitor-react": "2.1.49",
"@zyf2e/monitor-vue": "2.1.49"
"@zyf2e/monitor-browser": "2.1.50",
"@zyf2e/monitor-react": "2.1.50",
"@zyf2e/monitor-vue": "2.1.50"
}
}
2 changes: 1 addition & 1 deletion packages/wx-mini-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zyf2e/monitor-wx-mini-performance",
"version": "2.1.49",
"version": "2.1.50",
"description": "A SDK For Report Wx Mini Performance",
"main": "dist/wx-mini-performance.js",
"module": "dist/wx-mini-performance.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/wx-mini/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zyf2e/monitor-wx-mini",
"version": "2.1.49",
"version": "2.1.50",
"description": "A SDK For Monitoring wx-mini Errors",
"author": "cjinhuo",
"license": "MIT",
Expand All @@ -11,10 +11,10 @@
"dist"
],
"dependencies": {
"@zyf2e/monitor-core": "2.1.49",
"@zyf2e/monitor-utils": "2.1.49",
"@zyf2e/monitor-shared": "2.1.49",
"@zyf2e/monitor-types": "2.1.49",
"@zyf2e/monitor-core": "2.1.50",
"@zyf2e/monitor-utils": "2.1.50",
"@zyf2e/monitor-shared": "2.1.50",
"@zyf2e/monitor-types": "2.1.50",
"@types/wechat-miniprogram": "^3.1.0"
}
}

0 comments on commit 8ccc3ce

Please sign in to comment.