File tree 9 files changed +33
-10
lines changed
9 files changed +33
-10
lines changed Original file line number Diff line number Diff line change 38
38
" old-rules-check" ,
39
39
" olive-peaches-marry" ,
40
40
" perfect-nails-doubt" ,
41
+ " plenty-pumas-taste" ,
41
42
" popular-ants-ring" ,
42
43
" quiet-dryers-taste" ,
43
44
" rotten-cheetahs-argue" ,
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ LOCAL_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-local
6
6
LOCAL_IMAGE_NAME_DOCKERHUB = hyperdx/hyperdx-local
7
7
OTEL_COLLECTOR_IMAGE_NAME = ghcr.io/hyperdxio/hyperdx-otel-collector
8
8
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
11
11
IMAGE_VERSION = 2-beta
12
12
IMAGE_NIGHTLY_TAG = 2-nightly
13
13
Original file line number Diff line number Diff line change 1
1
# @hyperdx/api
2
2
3
+ ## 2.0.0-beta.15
4
+
5
+ ### Patch Changes
6
+
7
+ - 7f0b397: feat: queryChartConfig method + events chart ratio
8
+ - Updated dependencies [ 7f0b397]
9
+ - @hyperdx/common-utils @0.2.0-beta.4
10
+
3
11
## 2.0.0-beta.14
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperdx/api" ,
3
- "version" : " 2.0.0-beta.14 " ,
3
+ "version" : " 2.0.0-beta.15 " ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"engines" : {
7
7
"node" : " >=18.12.0"
8
8
},
9
9
"dependencies" : {
10
10
"@clickhouse/client" : " ^0.2.10" ,
11
- "@hyperdx/common-utils" : " ^0.2.0-beta.3 " ,
11
+ "@hyperdx/common-utils" : " ^0.2.0-beta.4 " ,
12
12
"@hyperdx/lucene" : " ^3.1.1" ,
13
13
"@hyperdx/node-opentelemetry" : " ^0.8.1" ,
14
14
"@opentelemetry/api" : " ^1.8.0" ,
Original file line number Diff line number Diff line change 1
1
# @hyperdx/app
2
2
3
+ ## 2.0.0-beta.15
4
+
5
+ ### Patch Changes
6
+
7
+ - 7f0b397: feat: queryChartConfig method + events chart ratio
8
+ - Updated dependencies [ 7f0b397]
9
+ - @hyperdx/common-utils @0.2.0-beta.4
10
+
3
11
## 2.0.0-beta.14
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperdx/app" ,
3
- "version" : " 2.0.0-beta.14 " ,
3
+ "version" : " 2.0.0-beta.15 " ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"engines" : {
28
28
"@codemirror/lang-sql" : " ^6.7.0" ,
29
29
"@hookform/resolvers" : " ^3.9.0" ,
30
30
"@hyperdx/browser" : " ^0.21.1" ,
31
- "@hyperdx/common-utils" : " ^0.2.0-beta.3 " ,
31
+ "@hyperdx/common-utils" : " ^0.2.0-beta.4 " ,
32
32
"@hyperdx/node-opentelemetry" : " ^0.8.1" ,
33
33
"@lezer/highlight" : " ^1.2.0" ,
34
34
"@mantine/core" : " 7.9.2" ,
Original file line number Diff line number Diff line change 1
1
# @hyperdx/common-utils
2
2
3
+ ## 0.2.0-beta.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 7f0b397: feat: queryChartConfig method + events chart ratio
8
+
3
9
## 0.2.0-beta.3
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperdx/common-utils" ,
3
3
"description" : " Common utilities for HyperDX application" ,
4
- "version" : " 0.2.0-beta.3 " ,
4
+ "version" : " 0.2.0-beta.4 " ,
5
5
"license" : " MIT" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
Original file line number Diff line number Diff line change @@ -4216,7 +4216,7 @@ __metadata:
4216
4216
resolution: "@hyperdx/api@workspace:packages/api"
4217
4217
dependencies:
4218
4218
"@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 "
4220
4220
"@hyperdx/lucene": "npm:^3.1.1"
4221
4221
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
4222
4222
"@opentelemetry/api": "npm:^1.8.0"
@@ -4305,7 +4305,7 @@ __metadata:
4305
4305
"@hookform/devtools": "npm:^4.3.1"
4306
4306
"@hookform/resolvers": "npm:^3.9.0"
4307
4307
"@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 "
4309
4309
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
4310
4310
"@jedmao/location": "npm:^3.0.0"
4311
4311
"@lezer/highlight": "npm:^1.2.0"
@@ -4431,7 +4431,7 @@ __metadata:
4431
4431
languageName: node
4432
4432
linkType: hard
4433
4433
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":
4435
4435
version: 0.0.0-use.local
4436
4436
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
4437
4437
dependencies:
You can’t perform that action at this time.
0 commit comments