Skip to content

Commit f47d8d7

Browse files
chore(release): bump HyperDX app/package versions (beta)
1 parent b4b5f6b commit f47d8d7

File tree

9 files changed

+36
-10
lines changed

9 files changed

+36
-10
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"old-rules-check",
3939
"olive-peaches-marry",
4040
"perfect-nails-doubt",
41+
"plenty-pumas-taste",
4142
"popular-ants-ring",
4243
"quiet-dryers-taste",
4344
"rotten-cheetahs-argue",
@@ -51,6 +52,7 @@
5152
"sweet-kiwis-cheer",
5253
"taco-cat-v2",
5354
"tasty-bats-refuse",
55+
"ten-pandas-cough",
5456
"thirty-ghosts-drop",
5557
"twelve-ladybugs-confess",
5658
"twenty-trains-turn",

.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LOCAL_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-local
66
LOCAL_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-local
77
OTEL_COLLECTOR_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-otel-collector
88
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
9-
CHANGESET_TAG=2.0.0-beta.14
10-
IMAGE_VERSION_SUB_TAG=.14
9+
CHANGESET_TAG=2.0.0-beta.15
10+
IMAGE_VERSION_SUB_TAG=.15
1111
IMAGE_VERSION=2-beta
1212
IMAGE_NIGHTLY_TAG=2-nightly
1313

packages/api/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hyperdx/api
22

3+
## 2.0.0-beta.15
4+
5+
### Patch Changes
6+
7+
- 7f0b397: feat: queryChartConfig method + events chart ratio
8+
- b4b5f6b: style: remove unused routes/components + clickhouse utils (api)
9+
- Updated dependencies [7f0b397]
10+
- @hyperdx/common-utils@0.2.0-beta.4
11+
312
## 2.0.0-beta.14
413

514
### Patch Changes

packages/api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@hyperdx/api",
3-
"version": "2.0.0-beta.14",
3+
"version": "2.0.0-beta.15",
44
"license": "MIT",
55
"private": true,
66
"engines": {
77
"node": ">=18.12.0"
88
},
99
"dependencies": {
1010
"@clickhouse/client": "^0.2.10",
11-
"@hyperdx/common-utils": "^0.2.0-beta.3",
11+
"@hyperdx/common-utils": "^0.2.0-beta.4",
1212
"@hyperdx/lucene": "^3.1.1",
1313
"@hyperdx/node-opentelemetry": "^0.8.1",
1414
"@opentelemetry/api": "^1.8.0",

packages/app/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hyperdx/app
22

3+
## 2.0.0-beta.15
4+
5+
### Patch Changes
6+
7+
- 7f0b397: feat: queryChartConfig method + events chart ratio
8+
- b4b5f6b: style: remove unused routes/components + clickhouse utils (api)
9+
- Updated dependencies [7f0b397]
10+
- @hyperdx/common-utils@0.2.0-beta.4
11+
312
## 2.0.0-beta.14
413

514
### Patch Changes

packages/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/app",
3-
"version": "2.0.0-beta.14",
3+
"version": "2.0.0-beta.15",
44
"private": true,
55
"license": "MIT",
66
"engines": {
@@ -28,7 +28,7 @@
2828
"@codemirror/lang-sql": "^6.7.0",
2929
"@hookform/resolvers": "^3.9.0",
3030
"@hyperdx/browser": "^0.21.1",
31-
"@hyperdx/common-utils": "^0.2.0-beta.3",
31+
"@hyperdx/common-utils": "^0.2.0-beta.4",
3232
"@hyperdx/node-opentelemetry": "^0.8.1",
3333
"@lezer/highlight": "^1.2.0",
3434
"@mantine/core": "7.9.2",

packages/common-utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hyperdx/common-utils
22

3+
## 0.2.0-beta.4
4+
5+
### Patch Changes
6+
7+
- 7f0b397: feat: queryChartConfig method + events chart ratio
8+
39
## 0.2.0-beta.3
410

511
### Patch Changes

packages/common-utils/package.json

+1-1
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.2.0-beta.3",
4+
"version": "0.2.0-beta.4",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4216,7 +4216,7 @@ __metadata:
42164216
resolution: "@hyperdx/api@workspace:packages/api"
42174217
dependencies:
42184218
"@clickhouse/client": "npm:^0.2.10"
4219-
"@hyperdx/common-utils": "npm:^0.2.0-beta.3"
4219+
"@hyperdx/common-utils": "npm:^0.2.0-beta.4"
42204220
"@hyperdx/lucene": "npm:^3.1.1"
42214221
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
42224222
"@opentelemetry/api": "npm:^1.8.0"
@@ -4305,7 +4305,7 @@ __metadata:
43054305
"@hookform/devtools": "npm:^4.3.1"
43064306
"@hookform/resolvers": "npm:^3.9.0"
43074307
"@hyperdx/browser": "npm:^0.21.1"
4308-
"@hyperdx/common-utils": "npm:^0.2.0-beta.3"
4308+
"@hyperdx/common-utils": "npm:^0.2.0-beta.4"
43094309
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
43104310
"@jedmao/location": "npm:^3.0.0"
43114311
"@lezer/highlight": "npm:^1.2.0"
@@ -4431,7 +4431,7 @@ __metadata:
44314431
languageName: node
44324432
linkType: hard
44334433

4434-
"@hyperdx/common-utils@npm:^0.2.0-beta.3, @hyperdx/common-utils@workspace:packages/common-utils":
4434+
"@hyperdx/common-utils@npm:^0.2.0-beta.4, @hyperdx/common-utils@workspace:packages/common-utils":
44354435
version: 0.0.0-use.local
44364436
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
44374437
dependencies:

0 commit comments

Comments
 (0)