Skip to content

Commit

Permalink
chore(release): v0.19.3 (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joozty authored Nov 12, 2024
1 parent 314e922 commit caa98cd
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 0.19.3

* `@splunk/otel-web-session-recorder`
* Fix incrementing ids [#892](https://github.com/signalfx/splunk-otel-js-web/pull/892)

## 0.19.2

* `@splunk/otel-web`
Expand Down
8 changes: 4 additions & 4 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.19.2",
"version": "0.19.3",
"--workspaces": "Hardcoded so npm runs workspaces commands in order",
"workspaces": [
"packages/web",
Expand Down
2 changes: 1 addition & 1 deletion 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.19.2",
"version": "0.19.3",
"description": "Splunk distribution of rrweb for recording session",
"repository": "github:signalfx/splunk-otel-js-browser",
"scripts": {
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 @@ -17,4 +17,4 @@
*/

// this is an autogenerated file, see scripts/version-update.js
export const VERSION = '0.19.2'
export const VERSION = '0.19.3'
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.19.2",
"version": "0.19.3",
"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 @@ -17,4 +17,4 @@
*/

// this is an autogenerated file, see scripts/version-update.js
export const VERSION = '0.19.2'
export const VERSION = '0.19.3'

0 comments on commit caa98cd

Please sign in to comment.