Skip to content

Commit

Permalink
release 0.19.0 (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
t2t2 authored Jun 25, 2024
1 parent a5e8938 commit 9c1f40a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

If the version of Open Telemetry is unspecified for a version, then it is the same as in the previous release.

## 0.19.0

| Open Telemetry API | Core | Instrumentations & Contrib |
| ------------------ | ------- | -------------------------- |
| ^1.9.0 | ^1.25.1 | ^0.52.1 & compatible |

* `@splunk/otel-web`
* Allow broader Element, rather than HTMLELement in user interactions ([#801](https://github.com/signalfx/splunk-otel-js-web/pull/801))
* Make webvitals metrics individually disableable/configurable ([#806](https://github.com/signalfx/splunk-otel-js-web/pull/806))

## 0.18.0

Changelog since v0.17.0:
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@splunk/otel-web-dev-root",
"private": true,
"version": "0.18.0",
"version": "0.19.0",
"--workspaces": "Hardcoded so npm runs workspaces commands in order",
"workspaces": [
"packages/web",
Expand Down
4 changes: 2 additions & 2 deletions packages/session-recorder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunk/otel-web-session-recorder",
"version": "0.18.0",
"version": "0.19.0",
"description": "Splunk distribution of rrweb for recording session",
"repository": "github:signalfx/splunk-otel-js-browser",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"type-fest": "^4.0.0"
},
"peerDependencies": {
"@splunk/otel-web": "^0.18.0"
"@splunk/otel-web": "^0.19.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.22.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/session-recorder/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ limitations under the License.
*/

// this is an autogenerated file, see scripts/version-update.js
export const VERSION = '0.18.0';
export const VERSION = '0.19.0';
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunk/otel-web",
"version": "0.18.0",
"version": "0.19.0",
"description": "Splunk distribution of Open Telemetry for browser environment.",
"repository": "github:signalfx/splunk-otel-js-browser",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ limitations under the License.
*/

// this is an autogenerated file, see scripts/version-update.js
export const VERSION = '0.18.0';
export const VERSION = '0.19.0';

0 comments on commit 9c1f40a

Please sign in to comment.