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

Commit 1abe82d

Browse files
crdgonzalezcadraffensperger
authored andcommitted
chore(multiple): 0.0.5 release proposal (#160)
1 parent d617bce commit 1abe82d

File tree

20 files changed

+85
-177
lines changed

20 files changed

+85
-177
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ trace sample rate via an `ocSampleRate` global variable as well.
215215
// By default this is set to sample 1/10000 requests.
216216
ocSampleRate = 1.0;
217217
</script>
218-
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/initial-load-all.js"
218+
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/initial-load-all.js"
219219
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
220220
async crossorigin="anonymous">
221221
</script>
@@ -248,7 +248,7 @@ trace sample rate via an `ocSampleRate` global variable as well.
248248
(e.g. React, etc.):
249249
```html
250250
...
251-
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/tracing-all-with-zone.js"
251+
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/tracing-all-with-zone.js"
252252
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
253253
async crossorigin="anonymous">
254254
</script>
@@ -258,7 +258,7 @@ trace sample rate via an `ocSampleRate` global variable as well.
258258
- If your application uses the `Zone.js` library, the case for `Angular` apps:
259259
```html
260260
...
261-
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/tracing-all-with-zone-peer-dep.js"
261+
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/tracing-all-with-zone-peer-dep.js"
262262
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
263263
async crossorigin="anonymous">
264264
</script>
@@ -334,7 +334,7 @@ variable. The `traceparent` variable should be in the
334334
// We don't need to specify `ocSampleRate` since the trace sampling decision
335335
// is coming from the `traceparent` global variable instead.
336336
</script>
337-
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/initial-load-all.js"
337+
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/initial-load-all.js"
338338
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
339339
async crossorigin="anonymous">
340340
</script>
@@ -356,7 +356,7 @@ In case you want to use trace user interactions:
356356
// We don't need to specify `ocSampleRate` since the trace sampling decision
357357
// is coming from the `traceparent` global variable instead.
358358
</script>
359-
<script src="https://unpkg.com/@opencensus/[email protected].4/dist/tracing-all-with-zone.js"
359+
<script src="https://unpkg.com/@opencensus/[email protected].5/dist/tracing-all-with-zone.js"
360360
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
361361
async crossorigin="anonymous">
362362
</script>

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.4"
6+
"version": "0.0.5"
77
}

packages/opencensus-web-core/package-lock.json

Lines changed: 11 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-web-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/web-core",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "OpenCensus Web is a toolkit for collecting application performance and behavior data from client side web browser apps.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,7 +63,7 @@
6363
"zone.js": "^0.10.1"
6464
},
6565
"dependencies": {
66-
"@opencensus/web-types": "^0.0.4",
66+
"@opencensus/web-types": "^0.0.5",
6767
"@types/node": "^12.6.9"
6868
},
6969
"sideEffects": false

packages/opencensus-web-exporter-ocagent/package-lock.json

Lines changed: 11 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-web-exporter-ocagent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/web-exporter-ocagent",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "OpenCensus Agent Exporter web allows user to send collected traces to the OpenCensus Agent via HTTP/JSON in a browser.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -62,7 +62,7 @@
6262
"webpack-cli": "^3.1.0"
6363
},
6464
"dependencies": {
65-
"@opencensus/web-core": "^0.0.4"
65+
"@opencensus/web-core": "^0.0.5"
6666
},
6767
"sideEffects": false
6868
}

packages/opencensus-web-initial-load/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-web-initial-load/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/web-initial-load",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "OpenCensus Web trace instrumentation for the initial page load",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -61,11 +61,11 @@
6161
"webpack-cli": "^3.1.0"
6262
},
6363
"dependencies": {
64-
"@opencensus/web-core": "^0.0.4",
65-
"@opencensus/web-exporter-ocagent": "^0.0.4",
66-
"@opencensus/web-instrumentation-perf": "^0.0.4",
67-
"@opencensus/web-propagation-tracecontext": "^0.0.4",
68-
"@opencensus/web-types": "^0.0.4"
64+
"@opencensus/web-core": "^0.0.5",
65+
"@opencensus/web-exporter-ocagent": "^0.0.5",
66+
"@opencensus/web-instrumentation-perf": "^0.0.5",
67+
"@opencensus/web-propagation-tracecontext": "^0.0.5",
68+
"@opencensus/web-types": "^0.0.5"
6969
},
7070
"sideEffects": false
7171
}

packages/opencensus-web-instrumentation-perf/package-lock.json

Lines changed: 11 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencensus-web-instrumentation-perf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencensus/web-instrumentation-perf",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "OpenCensus Web instrumentation to generate spans for browser performance API data.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
@@ -63,7 +63,7 @@
6363
"webpack-cli": "^3.1.0"
6464
},
6565
"dependencies": {
66-
"@opencensus/web-core": "^0.0.4"
66+
"@opencensus/web-core": "^0.0.5"
6767
},
6868
"sideEffects": false
6969
}

0 commit comments

Comments
 (0)