Skip to content

Commit 92ccc88

Browse files
chore(release): bump HyperDX app/package versions
1 parent 770276a commit 92ccc88

File tree

13 files changed

+35
-36
lines changed

13 files changed

+35
-36
lines changed

.changeset/giant-moles-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/heavy-walls-suffer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/poor-tomatoes-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slimy-mayflies-press.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wet-pillows-pump.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ NEXT_ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-all-in-one
77
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one
88
NEXT_OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-otel-collector
99
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
10-
CODE_VERSION=2.8.0
11-
IMAGE_VERSION_SUB_TAG=.8.0
10+
CODE_VERSION=2.8.1
11+
IMAGE_VERSION_SUB_TAG=.8.1
1212
IMAGE_VERSION=2
1313
IMAGE_NIGHTLY_TAG=2-nightly
1414
IMAGE_LATEST_TAG=latest

packages/api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hyperdx/api
22

3+
## 2.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [770276a1]
8+
- @hyperdx/common-utils@0.8.1
9+
310
## 2.8.0
411

512
### Minor Changes

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/api",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"license": "MIT",
55
"private": true,
66
"engines": {
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@ai-sdk/anthropic": "^2.0.23",
1111
"@esm2cjs/p-queue": "^7.3.0",
12-
"@hyperdx/common-utils": "^0.8.0",
12+
"@hyperdx/common-utils": "^0.8.1",
1313
"@hyperdx/node-opentelemetry": "^0.9.0",
1414
"@hyperdx/passport-local-mongoose": "^9.0.1",
1515
"@opentelemetry/api": "^1.8.0",

packages/app/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @hyperdx/app
22

3+
## 2.8.1
4+
5+
### Patch Changes
6+
7+
- 237a2677: style: Fix missing AlertHistory colors
8+
- bacefac9: fix: Fix session page source change on submit
9+
- f868c3ca: Add back selection ui on histogram
10+
- 770276a1: feat: Add waterfall span/error count summary, span tooltip status
11+
- 770276a1: feat: Add search to trace waterfall
12+
- Updated dependencies [770276a1]
13+
- @hyperdx/common-utils@0.8.1
14+
315
## 2.8.0
416

517
### Minor Changes

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/app",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"private": true,
55
"license": "MIT",
66
"engines": {
@@ -30,7 +30,7 @@
3030
"@dagrejs/dagre": "^1.1.5",
3131
"@hookform/resolvers": "^3.9.0",
3232
"@hyperdx/browser": "^0.21.1",
33-
"@hyperdx/common-utils": "^0.8.0",
33+
"@hyperdx/common-utils": "^0.8.1",
3434
"@hyperdx/node-opentelemetry": "^0.9.0",
3535
"@lezer/highlight": "^1.2.0",
3636
"@mantine/core": "7.9.2",

0 commit comments

Comments
 (0)