Skip to content

Commit

Permalink
chore: release browser v0.21.0-next.5
Browse files Browse the repository at this point in the history
+ instrumentation-exception v0.1.0-next.11
+ node-opentelemetry v0.8.0-next.13
+ otel-web v0.16.2-next.2
+ session-recorder v0.16.2-next.1
  • Loading branch information
wrn14897 committed Jun 20, 2024
1 parent 398e858 commit 1147218
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"early-hotels-notice",
"early-owls-build",
"early-parrots-wait",
"early-toes-try",
"eight-donkeys-judge",
"eleven-feet-appear",
"few-carrots-beg",
Expand All @@ -52,6 +53,7 @@
"shaggy-actors-own",
"sharp-chairs-happen",
"silly-bulldogs-stare",
"six-bees-play",
"slow-days-reflect",
"small-zebras-sniff",
"smooth-hornets-smash",
Expand Down
11 changes: 11 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hyperdx/browser

## 0.21.0-next.5

### Patch Changes

- 7ec128c: style: move 'tracer', 'span', 'attributes' args to hint (recordException method)
- 398e858: feat: scripts to bump otel-web + session-recorder versions
- Updated dependencies [7ec128c]
- Updated dependencies [398e858]
- @hyperdx/otel-web@0.16.2-next.2
- @hyperdx/otel-web-session-recorder@0.16.2-next.1

## 0.21.0-next.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@hyperdx/browser",
"version": "0.21.0-next.4",
"version": "0.21.0-next.5",
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@hyperdx/otel-web": "0.16.2-next.1",
"@hyperdx/otel-web-session-recorder": "0.16.2-next.0"
"@hyperdx/otel-web": "0.16.2-next.2",
"@hyperdx/otel-web-session-recorder": "0.16.2-next.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/instrumentation-exception/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hyperdx/instrumentation-exception

## 0.1.0-next.11

### Patch Changes

- 7ec128c: style: move 'tracer', 'span', 'attributes' args to hint (recordException method)

## 0.1.0-next.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentation-exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@hyperdx/instrumentation-exception",
"author": "Warren <[email protected]>",
"license": "Apache-2.0",
"version": "0.1.0-next.10",
"version": "0.1.0-next.11",
"homepage": "https://www.hyperdx.io",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/node-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hyperdx/node-opentelemetry

## 0.8.0-next.13

### Patch Changes

- 7ec128c: style: move 'tracer', 'span', 'attributes' args to hint (recordException method)
- Updated dependencies [7ec128c]
- @hyperdx/instrumentation-exception@0.1.0-next.11

## 0.8.0-next.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@hyperdx/node-opentelemetry",
"author": "Warren <[email protected]>",
"license": "MIT",
"version": "0.8.0-next.12",
"version": "0.8.0-next.13",
"homepage": "https://www.hyperdx.io",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"prettier": "prettier --config .prettierrc --write ."
},
"dependencies": {
"@hyperdx/instrumentation-exception": "^0.1.0-next.9",
"@hyperdx/instrumentation-exception": "^0.1.0-next.11",
"@hyperdx/instrumentation-sentry-node": "^0.1.0-next.7",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/api-logs": "^0.51.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/otel-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hyperdx/otel-web

## 0.16.2-next.2

### Patch Changes

- 7ec128c: style: move 'tracer', 'span', 'attributes' args to hint (recordException method)
- 398e858: feat: scripts to bump otel-web + session-recorder versions
- Updated dependencies [7ec128c]
- @hyperdx/instrumentation-exception@0.1.0-next.11

## 0.16.2-next.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/otel-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/otel-web",
"version": "0.16.2-next.1",
"version": "0.16.2-next.2",
"description": "HyperDX distribution of OpenTelemetry for real user monitoring (RUM)",
"scripts": {
"start": "npm-run-all -s compile start:_execute",
Expand Down Expand Up @@ -48,7 +48,7 @@
],
"dependencies": {
"@babel/runtime": "^7.21.0",
"@hyperdx/instrumentation-exception": "^0.1.0-next.10",
"@hyperdx/instrumentation-exception": "^0.1.0-next.11",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/core": "^1.24.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.51.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/otel-web/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// this is an autogenerated file, see scripts/version-update.js
export const VERSION = '0.16.2-next.1';
export const VERSION = '0.16.2-next.2';
9 changes: 9 additions & 0 deletions packages/session-recorder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hyperdx/otel-web-session-recorder

## 0.16.2-next.1

### Patch Changes

- 398e858: feat: scripts to bump otel-web + session-recorder versions
- Updated dependencies [7ec128c]
- Updated dependencies [398e858]
- @hyperdx/otel-web@0.16.2-next.2

## 0.16.2-next.0

### Patch Changes
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": "@hyperdx/otel-web-session-recorder",
"version": "0.16.2-next.0",
"version": "0.16.2-next.1",
"description": "HyperDX distribution OpenTelemetry-based session recording",
"scripts": {
"prebuild": "npm run postversion",
Expand Down Expand Up @@ -45,7 +45,7 @@
"type-fest": "4.20.1"
},
"peerDependencies": {
"@hyperdx/otel-web": "^0.16.2-next.0"
"@hyperdx/otel-web": "^0.16.2-next.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/session-recorder/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// this is an autogenerated file, see scripts/version-update.js
export const VERSION = '0.16.2-next.0';
export const VERSION = '0.16.2-next.1';

0 comments on commit 1147218

Please sign in to comment.