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.1 release proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
kjin committed Jun 11, 2018
1 parent 12d4c5f commit 1cae8f1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/opencensus-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/opencensus-core",
"version": "0.0.0",
"version": "0.0.1",
"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
2 changes: 1 addition & 1 deletion packages/opencensus-exporter-stackdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/exporter-stackdriver",
"version": "0.0.0",
"version": "0.0.1",
"description": "OpenCensus Exporter Stackdriver allows user to send collected traces to Stackdriver",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-exporter-zipkin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/exporter-zipkin",
"version": "0.0.0",
"version": "0.0.1",
"description": "OpenCensus Zipkin Exporter allows the user to send collected traces with OpenCensus Node.js to Zipkin.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-exporter-zpages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/exporter-zpages",
"version": "0.0.0",
"version": "0.0.1",
"description": "Package Zpages implements a collection of HTML pages that display stats and trace data",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-instrumentation-all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/instrumentation-all",
"version": "0.0.0",
"version": "0.0.1",
"description": "This package has dependencies to all default instrumentation packages.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-instrumentation-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/instrumentation-http",
"version": "0.0.0",
"version": "0.0.1",
"description": "Opencensus http automatic instrumentation package.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-instrumentation-https/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/instrumentation-https",
"version": "0.0.0",
"version": "0.0.1",
"description": "Opencensus https automatic instrumentation package.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/nodejs",
"version": "0.0.0",
"version": "0.0.1",
"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
2 changes: 1 addition & 1 deletion packages/opencensus-propagation-b3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/propagation-b3",
"version": "0.0.0",
"version": "0.0.1",
"description": "Opencensus propagation package for B3 format.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-propagation-stackdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/propagation-stackdriver",
"version": "0.0.1-pre",
"version": "0.0.1",
"description": "",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down

0 comments on commit 1cae8f1

Please sign in to comment.