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

Commit 14ffb0f

Browse files
0.0.3 release proposal (#96)
1 parent 1aea7a9 commit 14ffb0f

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.2"
6+
"version": "0.0.3"
77
}

packages/opencensus-web-all/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/web-all",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "OpenCensus Web All combines all the main OpenCensus Web packages to provide distributions for easy use in web applications via <script> tags.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -70,10 +70,10 @@
7070
"webpack-dev-server": "^3.2.1"
7171
},
7272
"dependencies": {
73-
"@opencensus/web-core": "^0.0.2",
74-
"@opencensus/web-exporter-ocagent": "^0.0.2",
75-
"@opencensus/web-instrumentation-perf": "^0.0.2",
76-
"@opencensus/web-propagation-tracecontext": "^0.0.2"
73+
"@opencensus/web-core": "^0.0.3",
74+
"@opencensus/web-exporter-ocagent": "^0.0.3",
75+
"@opencensus/web-instrumentation-perf": "^0.0.3",
76+
"@opencensus/web-propagation-tracecontext": "^0.0.3"
7777
},
7878
"sideEffects": [
7979
"./src/entrypoints/*.ts"

packages/opencensus-web-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/web-core",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "OpenCensus Web is a toolkit for collecting application performance and behavior data from client side web browser apps.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -62,7 +62,7 @@
6262
"webpack-cli": "^3.1.0"
6363
},
6464
"dependencies": {
65-
"@opencensus/web-types": "^0.0.2"
65+
"@opencensus/web-types": "^0.0.3"
6666
},
6767
"sideEffects": false
6868
}

packages/opencensus-web-exporter-ocagent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/web-exporter-ocagent",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "OpenCensus Agent Exporter web allows user to send collected traces to the OpenCensus Agent via HTTP/JSON in a browser.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -62,7 +62,7 @@
6262
"webpack-cli": "^3.1.0"
6363
},
6464
"dependencies": {
65-
"@opencensus/web-core": "^0.0.2"
65+
"@opencensus/web-core": "^0.0.3"
6666
},
6767
"sideEffects": false
6868
}

packages/opencensus-web-instrumentation-perf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/web-instrumentation-perf",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "OpenCensus Web instrumentation to generate spans for browser performance API data.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,7 +63,7 @@
6363
"webpack-cli": "^3.1.0"
6464
},
6565
"dependencies": {
66-
"@opencensus/web-core": "^0.0.2"
66+
"@opencensus/web-core": "^0.0.3"
6767
},
6868
"sideEffects": false
6969
}

packages/opencensus-web-instrumentation-zone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/web-instrumentation-zone",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "OpenCensus Web instrumentation zone is used to generate user interaction spans for interactions after the initial page loads.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -65,7 +65,7 @@
6565
"zone.js": "~0.9.1"
6666
},
6767
"dependencies": {
68-
"@opencensus/web-core": "^0.0.2"
68+
"@opencensus/web-core": "^0.0.3"
6969
},
7070
"peerDependencies": {
7171
"zone.js": "~0.9.1"

packages/opencensus-web-propagation-tracecontext/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/web-propagation-tracecontext",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "OpenCensus Trace Context format propagation for the web browser",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -61,7 +61,7 @@
6161
"webpack-cli": "^3.1.0"
6262
},
6363
"dependencies": {
64-
"@opencensus/web-core": "^0.0.2"
64+
"@opencensus/web-core": "^0.0.3"
6565
},
6666
"sideEffects": false
6767
}

packages/opencensus-web-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/web-types",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"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.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)