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.16 release proposal (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Jul 20, 2019
1 parent 7fe73e9 commit c5048d9
Show file tree
Hide file tree
Showing 37 changed files with 1,854 additions and 8,008 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.15"
"version": "0.0.16"
}
772 changes: 183 additions & 589 deletions packages/opencensus-core/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/opencensus-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencensus/core",
"version": "0.0.15",
"version": "0.0.16",
"description": "OpenCensus is a toolkit for collecting application performance and behavior data.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/opencensus-example-automatic-tracing/package.json
@@ -1,13 +1,13 @@
{
"name": "@opencensus/example-automatic-tracing",
"description": "These example show hot to trace a simple HTTP server and export the trace state.",
"version": "0.0.15",
"version": "0.0.16",
"private": true,
"main": "zipkin.js",
"dependencies": {
"@opencensus/exporter-instana": "^0.0.15",
"@opencensus/exporter-stackdriver": "^0.0.15",
"@opencensus/exporter-zipkin": "^0.0.15",
"@opencensus/nodejs": "^0.0.15"
"@opencensus/exporter-instana": "^0.0.16",
"@opencensus/exporter-stackdriver": "^0.0.16",
"@opencensus/exporter-zipkin": "^0.0.16",
"@opencensus/nodejs": "^0.0.16"
}
}
4 changes: 2 additions & 2 deletions packages/opencensus-exporter-instana/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencensus/exporter-instana",
"version": "0.0.15",
"version": "0.0.16",
"description": "OpenCensus Instana Exporter allows the user to send collected traces with OpenCensus Node.js to Instana.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -63,6 +63,6 @@
"typescript": "~3.2.0"
},
"dependencies": {
"@opencensus/core": "^0.0.15"
"@opencensus/core": "^0.0.16"
}
}
4 changes: 2 additions & 2 deletions packages/opencensus-exporter-jaeger/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencensus/exporter-jaeger",
"version": "0.0.15",
"version": "0.0.16",
"description": "OpenCensus Exporter Jeager allows user to send collected traces to Jeager",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "~3.2.0"
},
"dependencies": {
"@opencensus/core": "^0.0.15",
"@opencensus/core": "^0.0.16",
"jaeger-client": "~3.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/opencensus-exporter-object/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencensus/exporter-object",
"version": "0.0.15",
"version": "0.0.16",
"description": "OpenCensus Object Exporter allows the user to collect and access traces with OpenCensus Node.js.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -61,6 +61,6 @@
"typescript": "~3.2.0"
},
"dependencies": {
"@opencensus/core": "^0.0.15"
"@opencensus/core": "^0.0.16"
}
}
6 changes: 3 additions & 3 deletions packages/opencensus-exporter-ocagent/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencensus/exporter-ocagent",
"version": "0.0.15",
"version": "0.0.16",
"description": "OpenCensus Agent Exporter allows user to send collected trace to the OpenCensus Agent",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -64,8 +64,8 @@
},
"dependencies": {
"@grpc/proto-loader": "^0.5.0",
"@opencensus/core": "^0.0.15",
"@opencensus/nodejs": "^0.0.15",
"@opencensus/core": "^0.0.16",
"@opencensus/nodejs": "^0.0.16",
"grpc": "^1.20.3"
}
}
4 changes: 2 additions & 2 deletions packages/opencensus-exporter-prometheus/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencensus/exporter-prometheus",
"version": "0.0.15",
"version": "0.0.16",
"description": "OpenCensus Exporter Prometheus allows user to send collected stats to Prometheus",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "~3.2.0"
},
"dependencies": {
"@opencensus/core": "^0.0.15",
"@opencensus/core": "^0.0.16",
"express": "^4.16.3",
"prom-client": "^11.1.1"
}
Expand Down

0 comments on commit c5048d9

Please sign in to comment.