Skip to content

Commit a111b06

Browse files
Version Packages (#602)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to v2, this PR will be updated. # Releases ## @hyperdx/[email protected] ### Minor Changes - 497fba8: Added support for querying gauge metric table with default detection for OTEL collector schema.
1 parent 497fba8 commit a111b06

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

.changeset/gentle-coins-dress.md

-5
This file was deleted.

packages/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@clickhouse/client": "^0.2.10",
11-
"@hyperdx/common-utils": "^0.0.14",
11+
"@hyperdx/common-utils": "^0.1.0",
1212
"@hyperdx/lucene": "^3.1.1",
1313
"@hyperdx/node-opentelemetry": "^0.8.1",
1414
"@opentelemetry/api": "^1.8.0",

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@codemirror/lang-sql": "^6.7.0",
2828
"@hookform/resolvers": "^3.9.0",
2929
"@hyperdx/browser": "^0.21.1",
30-
"@hyperdx/common-utils": "^0.0.14",
30+
"@hyperdx/common-utils": "^0.1.0",
3131
"@hyperdx/node-opentelemetry": "^0.8.1",
3232
"@lezer/highlight": "^1.2.0",
3333
"@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.1.0
4+
5+
### Minor Changes
6+
7+
- 497fba8: Added support for querying gauge metric table with default detection for OTEL collector schema.
8+
39
## 0.0.14
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.0.14",
4+
"version": "0.1.0",
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.0.14"
4219+
"@hyperdx/common-utils": "npm:^0.1.0"
42204220
"@hyperdx/lucene": "npm:^3.1.1"
42214221
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
42224222
"@opentelemetry/api": "npm:^1.8.0"
@@ -4303,7 +4303,7 @@ __metadata:
43034303
"@hookform/devtools": "npm:^4.3.1"
43044304
"@hookform/resolvers": "npm:^3.9.0"
43054305
"@hyperdx/browser": "npm:^0.21.1"
4306-
"@hyperdx/common-utils": "npm:^0.0.14"
4306+
"@hyperdx/common-utils": "npm:^0.1.0"
43074307
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
43084308
"@jedmao/location": "npm:^3.0.0"
43094309
"@lezer/highlight": "npm:^1.2.0"
@@ -4427,7 +4427,7 @@ __metadata:
44274427
languageName: node
44284428
linkType: hard
44294429

4430-
"@hyperdx/common-utils@npm:^0.0.14, @hyperdx/common-utils@workspace:packages/common-utils":
4430+
"@hyperdx/common-utils@npm:^0.1.0, @hyperdx/common-utils@workspace:packages/common-utils":
44314431
version: 0.0.0-use.local
44324432
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
44334433
dependencies:

0 commit comments

Comments
 (0)