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.2 release proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
draffensperger committed Apr 29, 2019
1 parent 5331b5f commit 2eece4e
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.1"
"version": "0.0.2"
}
20 changes: 10 additions & 10 deletions packages/opencensus-web-all/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"name": "@opencensus/web-all",
"version": "0.0.1",
"description":
"OpenCensus Web All combines all the main OpenCensus Web packages to provide distributions for easy use in web applications via <script> tags.",
"version": "0.0.2",
"description": "OpenCensus Web All combines all the main OpenCensus Web packages to provide distributions for easy use in web applications via <script> tags.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
"build:prod": "webpack --config ./webpack/prod-bundles.config.js",
"build:dev": "webpack --config ./webpack/dev-bundles.config.js",
"start:webpack-server":
"webpack-dev-server --config ./webpack/dev-bundles.config.js",
"start:webpack-server": "webpack-dev-server --config ./webpack/dev-bundles.config.js",
"test": "karma start --single-run",
"test:start": "karma start",
"codecov": "codecov -f coverage/*.json",
Expand Down Expand Up @@ -71,10 +69,12 @@
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"@opencensus/web-core": "^0.0.1",
"@opencensus/web-exporter-ocagent": "^0.0.1",
"@opencensus/web-instrumentation-perf": "^0.0.1",
"@opencensus/web-propagation-tracecontext": "^0.0.1"
"@opencensus/web-core": "^0.0.2",
"@opencensus/web-exporter-ocagent": "^0.0.2",
"@opencensus/web-instrumentation-perf": "^0.0.2",
"@opencensus/web-propagation-tracecontext": "^0.0.2"
},
"sideEffects": ["./src/entrypoints/*.ts"]
"sideEffects": [
"./src/entrypoints/*.ts"
]
}
4 changes: 2 additions & 2 deletions packages/opencensus-web-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-core",
"version": "0.0.1",
"version": "0.0.2",
"description": "OpenCensus Web is a toolkit for collecting application performance and behavior data from client side web browser apps.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-types": "^0.0.1"
"@opencensus/web-types": "^0.0.2"
},
"sideEffects": false
}
7 changes: 3 additions & 4 deletions packages/opencensus-web-exporter-ocagent/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@opencensus/web-exporter-ocagent",
"version": "0.0.1",
"description":
"OpenCensus Agent Exporter web allows user to send collected traces to the OpenCensus Agent via HTTP/JSON in a browser.",
"version": "0.0.2",
"description": "OpenCensus Agent Exporter web allows user to send collected traces to the OpenCensus Agent via HTTP/JSON in a browser.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -62,7 +61,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.1"
"@opencensus/web-core": "^0.0.2"
},
"sideEffects": false
}
7 changes: 3 additions & 4 deletions packages/opencensus-web-instrumentation-perf/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@opencensus/web-instrumentation-perf",
"version": "0.0.1",
"description":
"OpenCensus Web instrumentation to generate spans for browser performance API data.",
"version": "0.0.2",
"description": "OpenCensus Web instrumentation to generate spans for browser performance API data.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -63,7 +62,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.1"
"@opencensus/web-core": "^0.0.2"
},
"sideEffects": false
}
7 changes: 3 additions & 4 deletions packages/opencensus-web-propagation-tracecontext/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@opencensus/web-propagation-tracecontext",
"version": "0.0.1",
"description":
"OpenCensus Trace Context format propagation for the web browser",
"version": "0.0.2",
"description": "OpenCensus Trace Context format propagation for the web browser",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -62,7 +61,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.1"
"@opencensus/web-core": "^0.0.2"
},
"sideEffects": false
}
6 changes: 2 additions & 4 deletions packages/opencensus-web-types/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@opencensus/web-types",
"version": "0.0.1",
"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.",
"version": "0.0.2",
"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.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -47,6 +46,5 @@
"rimraf": "^2.6.2",
"typescript": "^3.1.6"
},
"dependencies": {},
"sideEffects": false
}

0 comments on commit 2eece4e

Please sign in to comment.