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

Commit 1cae8f1

Browse files
committed
chore(multiple): 0.0.1 release proposal
1 parent 12d4c5f commit 1cae8f1

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

packages/opencensus-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/opencensus-core",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
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",

packages/opencensus-exporter-stackdriver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-stackdriver",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "OpenCensus Exporter Stackdriver allows user to send collected traces to Stackdriver",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

packages/opencensus-exporter-zipkin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-zipkin",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "OpenCensus Zipkin Exporter allows the user to send collected traces with OpenCensus Node.js to Zipkin.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

packages/opencensus-exporter-zpages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/exporter-zpages",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Package Zpages implements a collection of HTML pages that display stats and trace data",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

packages/opencensus-instrumentation-all/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/instrumentation-all",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "This package has dependencies to all default instrumentation packages.",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

packages/opencensus-instrumentation-http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/instrumentation-http",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Opencensus http automatic instrumentation package.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

packages/opencensus-instrumentation-https/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/instrumentation-https",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Opencensus https automatic instrumentation package.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

packages/opencensus-nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/nodejs",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
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",

packages/opencensus-propagation-b3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/propagation-b3",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Opencensus propagation package for B3 format.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

packages/opencensus-propagation-stackdriver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/propagation-stackdriver",
3-
"version": "0.0.1-pre",
3+
"version": "0.0.1",
44
"description": "",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)