Skip to content

Commit f9c8bb3

Browse files
chore(release): bump HyperDX app/package versions
1 parent 2f4bc07 commit f9c8bb3

File tree

11 files changed

+38
-29
lines changed

11 files changed

+38
-29
lines changed

.changeset/heavy-mails-juggle.md

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

.changeset/quiet-singers-fry.md

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

.changeset/seven-taxis-agree.md

Lines changed: 0 additions & 7 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.0.1
12-
IMAGE_VERSION_SUB_TAG=.0.1
11+
CODE_VERSION=2.0.2
12+
IMAGE_VERSION_SUB_TAG=.0.2
1313
IMAGE_VERSION=2
1414
IMAGE_NIGHTLY_TAG=2-nightly
1515
IMAGE_LATEST_TAG=latest

packages/api/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- 707ba7f: chore: update deps for http-proxy-middleware
8+
- 31e22dc: feat: introduce clickhouse db init script
9+
- 2063774: perf: build next app in standalone mode to cut down images size
10+
- Updated dependencies [31e22dc]
11+
- Updated dependencies [2063774]
12+
- @hyperdx/common-utils@0.2.2
13+
314
## 2.0.1
415

516
### Patch 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.0.1",
3+
"version": "2.0.2",
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.1",
11+
"@hyperdx/common-utils": "^0.2.2",
1212
"@hyperdx/lucene": "^3.1.1",
1313
"@hyperdx/node-opentelemetry": "^0.8.2",
1414
"@opentelemetry/api": "^1.8.0",

packages/app/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- 31e22dc: feat: introduce clickhouse db init script
8+
- 2063774: perf: build next app in standalone mode to cut down images size
9+
- Updated dependencies [31e22dc]
10+
- Updated dependencies [2063774]
11+
- @hyperdx/common-utils@0.2.2
12+
313
## 2.0.1
414

515
### Patch 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.0.1",
3+
"version": "2.0.2",
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.1",
31+
"@hyperdx/common-utils": "^0.2.2",
3232
"@hyperdx/node-opentelemetry": "^0.8.2",
3333
"@lezer/highlight": "^1.2.0",
3434
"@mantine/core": "7.9.2",

packages/common-utils/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- 31e22dc: feat: introduce clickhouse db init script
8+
- 2063774: perf: build next app in standalone mode to cut down images size
9+
310
## 0.2.1
411

512
### 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.2.1",
4+
"version": "0.2.2",
55
"license": "MIT",
66
"private": true,
77
"files": [

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4269,7 +4269,7 @@ __metadata:
42694269
resolution: "@hyperdx/api@workspace:packages/api"
42704270
dependencies:
42714271
"@clickhouse/client": "npm:^0.2.10"
4272-
"@hyperdx/common-utils": "npm:^0.2.1"
4272+
"@hyperdx/common-utils": "npm:^0.2.2"
42734273
"@hyperdx/lucene": "npm:^3.1.1"
42744274
"@hyperdx/node-opentelemetry": "npm:^0.8.2"
42754275
"@opentelemetry/api": "npm:^1.8.0"
@@ -4361,7 +4361,7 @@ __metadata:
43614361
"@hookform/devtools": "npm:^4.3.1"
43624362
"@hookform/resolvers": "npm:^3.9.0"
43634363
"@hyperdx/browser": "npm:^0.21.1"
4364-
"@hyperdx/common-utils": "npm:^0.2.1"
4364+
"@hyperdx/common-utils": "npm:^0.2.2"
43654365
"@hyperdx/node-opentelemetry": "npm:^0.8.2"
43664366
"@jedmao/location": "npm:^3.0.0"
43674367
"@lezer/highlight": "npm:^1.2.0"
@@ -4489,7 +4489,7 @@ __metadata:
44894489
languageName: node
44904490
linkType: hard
44914491

4492-
"@hyperdx/common-utils@npm:^0.2.1, @hyperdx/common-utils@workspace:packages/common-utils":
4492+
"@hyperdx/common-utils@npm:^0.2.2, @hyperdx/common-utils@workspace:packages/common-utils":
44934493
version: 0.0.0-use.local
44944494
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
44954495
dependencies:

0 commit comments

Comments
 (0)