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.5 release proposal (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
crdgonzalezca authored and draffensperger committed Aug 9, 2019
1 parent d617bce commit 1abe82d
Show file tree
Hide file tree
Showing 20 changed files with 85 additions and 177 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ trace sample rate via an `ocSampleRate` global variable as well.
// By default this is set to sample 1/10000 requests.
ocSampleRate = 1.0;
</script>
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/initial-load-all.js"
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/initial-load-all.js"
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
async crossorigin="anonymous">
</script>
Expand Down Expand Up @@ -248,7 +248,7 @@ trace sample rate via an `ocSampleRate` global variable as well.
(e.g. React, etc.):
```html
...
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/tracing-all-with-zone.js"
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/tracing-all-with-zone.js"
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
async crossorigin="anonymous">
</script>
Expand All @@ -258,7 +258,7 @@ trace sample rate via an `ocSampleRate` global variable as well.
- If your application uses the `Zone.js` library, the case for `Angular` apps:
```html
...
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/tracing-all-with-zone-peer-dep.js"
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/tracing-all-with-zone-peer-dep.js"
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
async crossorigin="anonymous">
</script>
Expand Down Expand Up @@ -334,7 +334,7 @@ variable. The `traceparent` variable should be in the
// We don't need to specify `ocSampleRate` since the trace sampling decision
// is coming from the `traceparent` global variable instead.
</script>
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/initial-load-all.js"
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/initial-load-all.js"
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
async crossorigin="anonymous">
</script>
Expand All @@ -356,7 +356,7 @@ In case you want to use trace user interactions:
// We don't need to specify `ocSampleRate` since the trace sampling decision
// is coming from the `traceparent` global variable instead.
</script>
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/tracing-all-with-zone.js"
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/tracing-all-with-zone.js"
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
async crossorigin="anonymous">
</script>
Expand Down
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.4"
"version": "0.0.5"
}
45 changes: 11 additions & 34 deletions packages/opencensus-web-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4",
"version": "0.0.5",
"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 @@ -63,7 +63,7 @@
"zone.js": "^0.10.1"
},
"dependencies": {
"@opencensus/web-types": "^0.0.4",
"@opencensus/web-types": "^0.0.5",
"@types/node": "^12.6.9"
},
"sideEffects": false
Expand Down
45 changes: 11 additions & 34 deletions packages/opencensus-web-exporter-ocagent/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/opencensus-web-exporter-ocagent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-exporter-ocagent",
"version": "0.0.4",
"version": "0.0.5",
"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",
Expand Down Expand Up @@ -62,7 +62,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.4"
"@opencensus/web-core": "^0.0.5"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/opencensus-web-initial-load/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/opencensus-web-initial-load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-initial-load",
"version": "0.0.4",
"version": "0.0.5",
"description": "OpenCensus Web trace instrumentation for the initial page load",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -61,11 +61,11 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.4",
"@opencensus/web-exporter-ocagent": "^0.0.4",
"@opencensus/web-instrumentation-perf": "^0.0.4",
"@opencensus/web-propagation-tracecontext": "^0.0.4",
"@opencensus/web-types": "^0.0.4"
"@opencensus/web-core": "^0.0.5",
"@opencensus/web-exporter-ocagent": "^0.0.5",
"@opencensus/web-instrumentation-perf": "^0.0.5",
"@opencensus/web-propagation-tracecontext": "^0.0.5",
"@opencensus/web-types": "^0.0.5"
},
"sideEffects": false
}
45 changes: 11 additions & 34 deletions packages/opencensus-web-instrumentation-perf/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/opencensus-web-instrumentation-perf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-instrumentation-perf",
"version": "0.0.4",
"version": "0.0.5",
"description": "OpenCensus Web instrumentation to generate spans for browser performance API data.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.4"
"@opencensus/web-core": "^0.0.5"
},
"sideEffects": false
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencensus/web-instrumentation-zone-peer-dep",
"version": "0.0.4",
"version": "0.0.5",
"description": "OpenCensus Web instrumentation zone is used to generate user interaction spans for interactions after the initial page loads. Add Zone.js as peer dependency.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -64,11 +64,11 @@
"zone.js": "^0.10.1"
},
"dependencies": {
"@opencensus/web-core": "^0.0.4",
"@opencensus/web-exporter-ocagent": "^0.0.4",
"@opencensus/web-initial-load": "^0.0.4",
"@opencensus/web-instrumentation-perf": "^0.0.4",
"@opencensus/web-propagation-tracecontext": "^0.0.4"
"@opencensus/web-core": "^0.0.5",
"@opencensus/web-exporter-ocagent": "^0.0.5",
"@opencensus/web-initial-load": "^0.0.5",
"@opencensus/web-instrumentation-perf": "^0.0.5",
"@opencensus/web-propagation-tracecontext": "^0.0.5"
},
"peerDependencies": {
"zone.js": "^0.10.1"
Expand Down
Loading

0 comments on commit 1abe82d

Please sign in to comment.