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

Commit a8ad77d

Browse files
authored
chore(multiple): 0.0.10 release proposal (#464)
1 parent bd4f1b6 commit a8ad77d

File tree

37 files changed

+113
-192
lines changed

37 files changed

+113
-192
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.9"
6+
"version": "0.0.10"
77
}

packages/opencensus-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/core",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "OpenCensus is a toolkit for collecting application performance and behavior data.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@opencensus/example-automatic-tracing",
33
"description": "These example show hot to trace a simple HTTP server and export the trace state.",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"private": true,
66
"main": "zipkin.js",
77
"dependencies": {
8-
"@opencensus/exporter-instana": "^0.0.9",
9-
"@opencensus/exporter-stackdriver": "^0.0.9",
10-
"@opencensus/exporter-zipkin": "^0.0.9",
11-
"@opencensus/nodejs": "^0.0.9"
8+
"@opencensus/exporter-instana": "^0.0.10",
9+
"@opencensus/exporter-stackdriver": "^0.0.10",
10+
"@opencensus/exporter-zipkin": "^0.0.10",
11+
"@opencensus/nodejs": "^0.0.10"
1212
}
1313
}

packages/opencensus-exporter-instana/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-instana",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "OpenCensus Instana Exporter allows the user to send collected traces with OpenCensus Node.js to Instana.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,6 +63,6 @@
6363
"typescript": "~3.2.0"
6464
},
6565
"dependencies": {
66-
"@opencensus/core": "^0.0.9"
66+
"@opencensus/core": "^0.0.10"
6767
}
6868
}

packages/opencensus-exporter-jaeger/package-lock.json

+3-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-exporter-jaeger/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-jaeger",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "OpenCensus Exporter Jeager allows user to send collected traces to Jeager",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,7 +63,7 @@
6363
"typescript": "~3.2.0"
6464
},
6565
"dependencies": {
66-
"@opencensus/core": "^0.0.9",
66+
"@opencensus/core": "^0.0.10",
6767
"jaeger-client": "~3.14.0"
6868
}
6969
}

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

+14-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-exporter-ocagent/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-ocagent",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "OpenCensus Agent Exporter allows user to send collected trace to the OpenCensus Agent",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -64,8 +64,8 @@
6464
},
6565
"dependencies": {
6666
"@grpc/proto-loader": "^0.4.0",
67-
"@opencensus/core": "^0.0.9",
68-
"@opencensus/nodejs": "^0.0.9",
67+
"@opencensus/core": "^0.0.10",
68+
"@opencensus/nodejs": "^0.0.10",
6969
"grpc": "^1.18.0"
7070
}
7171
}

packages/opencensus-exporter-prometheus/package-lock.json

+3-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-exporter-prometheus/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-prometheus",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "OpenCensus Exporter Prometheus allows user to send collected stats to Prometheus",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,7 +63,7 @@
6363
"typescript": "~3.2.0"
6464
},
6565
"dependencies": {
66-
"@opencensus/core": "^0.0.9",
66+
"@opencensus/core": "^0.0.10",
6767
"express": "^4.16.3",
6868
"prom-client": "^11.1.1"
6969
}

0 commit comments

Comments
 (0)