Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
chore(multiple): 0.0.6 release proposal (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
draffensperger authored Aug 27, 2019
1 parent 2818dee commit b918e33
Show file tree
Hide file tree
Showing 18 changed files with 81 additions and 171 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.5"
"version": "0.0.6"
}
11 changes: 3 additions & 8 deletions packages/opencensus-web-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/opencensus-web-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-core",
"version": "0.0.5",
"version": "0.0.6",
"description": "OpenCensus Web is a toolkit for collecting application performance and behavior data from client side web browser apps.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"zone.js": "^0.10.1"
},
"dependencies": {
"@opencensus/web-types": "^0.0.5",
"@opencensus/web-types": "^0.0.6",
"@types/node": "^12.6.9"
},
"sideEffects": false
Expand Down
11 changes: 3 additions & 8 deletions packages/opencensus-web-exporter-ocagent/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/opencensus-web-exporter-ocagent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-exporter-ocagent",
"version": "0.0.5",
"version": "0.0.6",
"description": "OpenCensus Agent Exporter web allows user to send collected traces to the OpenCensus Agent via HTTP/JSON in a browser.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.5"
"@opencensus/web-core": "^0.0.6"
},
"sideEffects": false
}
41 changes: 11 additions & 30 deletions packages/opencensus-web-initial-load/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/opencensus-web-initial-load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-initial-load",
"version": "0.0.5",
"version": "0.0.6",
"description": "OpenCensus Web trace instrumentation for the initial page load",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -61,11 +61,11 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.5",
"@opencensus/web-exporter-ocagent": "^0.0.5",
"@opencensus/web-instrumentation-perf": "^0.0.5",
"@opencensus/web-propagation-tracecontext": "^0.0.5",
"@opencensus/web-types": "^0.0.5"
"@opencensus/web-core": "^0.0.6",
"@opencensus/web-exporter-ocagent": "^0.0.6",
"@opencensus/web-instrumentation-perf": "^0.0.6",
"@opencensus/web-propagation-tracecontext": "^0.0.6",
"@opencensus/web-types": "^0.0.6"
},
"sideEffects": false
}
11 changes: 3 additions & 8 deletions packages/opencensus-web-instrumentation-perf/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/opencensus-web-instrumentation-perf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-instrumentation-perf",
"version": "0.0.5",
"version": "0.0.6",
"description": "OpenCensus Web instrumentation to generate spans for browser performance API data.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.5"
"@opencensus/web-core": "^0.0.6"
},
"sideEffects": false
}
Loading

0 comments on commit b918e33

Please sign in to comment.