Skip to content

Commit 3f0c349

Browse files
chore(release): bump HyperDX app/package versions
1 parent c9d1dda commit 3f0c349

13 files changed

Lines changed: 40 additions & 28 deletions

File tree

.changeset/fast-plants-peel.md

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

.changeset/hdx-3770-column-from-filter-panel.md

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

.changeset/wet-ads-shout.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 @@ NEXT_ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-all-in-one
88
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one
99
NEXT_OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-otel-collector
1010
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
11-
CODE_VERSION=2.22.0
12-
IMAGE_VERSION_SUB_TAG=.22.0
11+
CODE_VERSION=2.22.1
12+
IMAGE_VERSION_SUB_TAG=.22.1
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.22.1
4+
5+
### Patch Changes
6+
7+
- 470b2c29: ci: Replace QEMU with native ARM64 runners for release builds
8+
- Updated dependencies [6936ef8e]
9+
- @hyperdx/common-utils@0.16.2
10+
311
## 2.22.0
412

513
### Patch 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.22.0",
3+
"version": "2.22.1",
44
"license": "MIT",
55
"private": true,
66
"engines": {
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@ai-sdk/anthropic": "^3.0.58",
1111
"@esm2cjs/p-queue": "^7.3.0",
12-
"@hyperdx/common-utils": "^0.16.1",
12+
"@hyperdx/common-utils": "^0.16.2",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hyperdx/app
22

3+
## 2.22.1
4+
5+
### Patch Changes
6+
7+
- 470b2c29: ci: Replace QEMU with native ARM64 runners for release builds
8+
- c9d1dda3: feat: Add column toggle button to filter panel in DBSearchPage
9+
- Updated dependencies [6936ef8e]
10+
- @hyperdx/common-utils@0.16.2
11+
312
## 2.22.0
413

514
### 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.22.0",
3+
"version": "2.22.1",
44
"private": true,
55
"license": "MIT",
66
"engines": {
@@ -31,7 +31,7 @@
3131
"@dagrejs/dagre": "^1.1.5",
3232
"@hookform/resolvers": "^3.9.0",
3333
"@hyperdx/browser": "^0.22.0",
34-
"@hyperdx/common-utils": "^0.16.1",
34+
"@hyperdx/common-utils": "^0.16.2",
3535
"@hyperdx/node-opentelemetry": "^0.9.0",
3636
"@lezer/highlight": "^1.2.0",
3737
"@mantine/core": "^7.17.8",

packages/common-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hyperdx/common-utils
22

3+
## 0.16.2
4+
5+
### Patch Changes
6+
7+
- 6936ef8e: fix: Enable materialized column optimization for expression alias CTEs
8+
39
## 0.16.1
410

511
### Patch Changes

packages/common-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperdx/common-utils",
33
"description": "Common utilities for HyperDX application",
4-
"version": "0.16.1",
4+
"version": "0.16.2",
55
"license": "MIT",
66
"private": true,
77
"files": [

0 commit comments

Comments
 (0)