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

Commit

Permalink
0.0.3 release proposal (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
draffensperger authored Jun 8, 2019
1 parent 1aea7a9 commit 14ffb0f
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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.2"
"version": "0.0.3"
}
10 changes: 5 additions & 5 deletions packages/opencensus-web-all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-all",
"version": "0.0.2",
"version": "0.0.3",
"description": "OpenCensus Web All combines all the main OpenCensus Web packages to provide distributions for easy use in web applications via <script> tags.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -70,10 +70,10 @@
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"@opencensus/web-core": "^0.0.2",
"@opencensus/web-exporter-ocagent": "^0.0.2",
"@opencensus/web-instrumentation-perf": "^0.0.2",
"@opencensus/web-propagation-tracecontext": "^0.0.2"
"@opencensus/web-core": "^0.0.3",
"@opencensus/web-exporter-ocagent": "^0.0.3",
"@opencensus/web-instrumentation-perf": "^0.0.3",
"@opencensus/web-propagation-tracecontext": "^0.0.3"
},
"sideEffects": [
"./src/entrypoints/*.ts"
Expand Down
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.2",
"version": "0.0.3",
"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 @@ -62,7 +62,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-types": "^0.0.2"
"@opencensus/web-types": "^0.0.3"
},
"sideEffects": false
}
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.2",
"version": "0.0.3",
"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.2"
"@opencensus/web-core": "^0.0.3"
},
"sideEffects": false
}
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.2",
"version": "0.0.3",
"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.2"
"@opencensus/web-core": "^0.0.3"
},
"sideEffects": false
}
4 changes: 2 additions & 2 deletions packages/opencensus-web-instrumentation-zone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-instrumentation-zone",
"version": "0.0.2",
"version": "0.0.3",
"description": "OpenCensus Web instrumentation zone is used to generate user interaction spans for interactions after the initial page loads.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -65,7 +65,7 @@
"zone.js": "~0.9.1"
},
"dependencies": {
"@opencensus/web-core": "^0.0.2"
"@opencensus/web-core": "^0.0.3"
},
"peerDependencies": {
"zone.js": "~0.9.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/opencensus-web-propagation-tracecontext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-propagation-tracecontext",
"version": "0.0.2",
"version": "0.0.3",
"description": "OpenCensus Trace Context format propagation for the web browser",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.2"
"@opencensus/web-core": "^0.0.3"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/opencensus-web-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-types",
"version": "0.0.2",
"version": "0.0.3",
"description": "OpenCensus Web types is a slightly-patched copy of the `types.ts` files from `@opencensus/core` so that they can be easily imported in web-specific packages.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down

0 comments on commit 14ffb0f

Please sign in to comment.