Skip to content

Commit b19b9ae

Browse files
chore(release): bump HyperDX app/package versions
1 parent 1cda148 commit b19b9ae

File tree

13 files changed

+38
-36
lines changed

13 files changed

+38
-36
lines changed

.changeset/famous-dancers-develop.md

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

.changeset/grumpy-trees-mate.md

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

.changeset/itchy-peas-pull.md

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

.changeset/lucky-pugs-turn.md

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

.changeset/quick-otters-camp.md

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

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ALL_IN_ONE_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-all-in-one
88
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one
99
OTEL_COLLECTOR_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-otel-collector
1010
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
11-
CODE_VERSION=2.6.0
12-
IMAGE_VERSION_SUB_TAG=.6.0
11+
CODE_VERSION=2.7.0
12+
IMAGE_VERSION_SUB_TAG=.7.0
1313
IMAGE_VERSION=2
1414
IMAGE_NIGHTLY_TAG=2-nightly
1515
IMAGE_LATEST_TAG=latest

packages/api/CHANGELOG.md

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

3+
## 2.7.0
4+
5+
### Patch Changes
6+
7+
- e032af55: Add new logging pararmeter for otel collector
8+
- Updated dependencies [35c42222]
9+
- @hyperdx/common-utils@0.7.1
10+
311
## 2.6.0
412

513
### Minor Changes

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@hyperdx/api",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"license": "MIT",
55
"private": true,
66
"engines": {
77
"node": ">=22.16.0"
88
},
99
"dependencies": {
1010
"@esm2cjs/p-queue": "^7.3.0",
11-
"@hyperdx/common-utils": "^0.7.0",
11+
"@hyperdx/common-utils": "^0.7.1",
1212
"@hyperdx/node-opentelemetry": "^0.8.2",
1313
"@hyperdx/passport-local-mongoose": "^9.0.1",
1414
"@opentelemetry/api": "^1.8.0",

packages/app/CHANGELOG.md

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

3+
## 2.7.0
4+
5+
### Minor Changes
6+
7+
- 730325a5: Improve SourceSchemaPreview button integration in SourceSelect and DBTableSelect components.
8+
9+
### Patch Changes
10+
11+
- 35c42222: fix: Improve table key parsing
12+
- 1cda1485: Fixes scrolling in TimePicker
13+
- bd940f30: style: Improve dashboard filter modal UX
14+
- Updated dependencies [35c42222]
15+
- @hyperdx/common-utils@0.7.1
16+
317
## 2.6.0
418

519
### 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.6.0",
3+
"version": "2.7.0",
44
"private": true,
55
"license": "MIT",
66
"engines": {
@@ -29,7 +29,7 @@
2929
"@codemirror/lang-sql": "^6.7.0",
3030
"@hookform/resolvers": "^3.9.0",
3131
"@hyperdx/browser": "^0.21.1",
32-
"@hyperdx/common-utils": "^0.7.0",
32+
"@hyperdx/common-utils": "^0.7.1",
3333
"@hyperdx/node-opentelemetry": "^0.8.2",
3434
"@lezer/highlight": "^1.2.0",
3535
"@mantine/core": "7.9.2",

0 commit comments

Comments
 (0)