Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 committed Nov 20, 2023
1 parent 9a72b85 commit df19eef
Show file tree
Hide file tree
Showing 23 changed files with 44 additions and 96 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-hornets-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-icons-lay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-cows-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-files-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-ravens-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gorgeous-meals-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-drinks-lie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-steaks-perform.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/poor-chefs-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-meals-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-balloons-happen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/small-buttons-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-spiders-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-lizards-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-falcons-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-plants-call.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-timers-whisper.md

This file was deleted.

2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Used by docker-compose.yml
IMAGE_NAME=ghcr.io/hyperdxio/hyperdx
IMAGE_VERSION=1.1.4
IMAGE_VERSION=1.2.0

# Set up domain URLs
HYPERDX_API_PORT=8000
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hyperdx",
"private": true,
"version": "1.1.4",
"version": "1.2.0",
"license": "MIT",
"workspaces": [
"packages/*"
Expand Down
18 changes: 18 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @hyperdx/api

## 1.2.0

### Minor Changes

- bbda669: Chart alerts: add schemas and read path
- 0824ae7: API: Add support for chart alerts
- b1a537d: feat(register): password confirmation
- 8443a08: feat: implement CHART source alert (scheduled task)
- 7d636f2: feat: enhanced registration form validation

### Patch Changes

- 9a72b85: fix: getLogBatchGroupedByBody missing return bug (regression)
- 42969f2: chore: Add path aliases
- 956e5b5: chore: bump vector to v0.34.0
- f662007: Fixed Sum metric types from over reporting on sum and average aggFns
- 753a175: Fix typescript compilation with path aliases

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "1.1.4",
"version": "1.2.0",
"license": "MIT",
"private": true,
"engines": {
Expand Down
22 changes: 22 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @hyperdx/app

## 1.2.0

### Minor Changes

- fe41b15: feat: Add dashboard delete confirmations and duplicate chart button
- bbda669: Chart alerts: add schemas and read path
- bf8af29: feat: Toggle columns from LogSidePanel
- 04f82d7: LogTable and LogSidePanel UI tweaks
- 0824ae7: API: Add support for chart alerts
- b1a537d: feat(register): password confirmation
- 8443a08: feat: implement CHART source alert (scheduled task)
- 283f32a: Chart alerts: connect UI to API
- 7d636f2: feat: enhanced registration form validation

### Patch Changes

- 9a72b85: fix: getLogBatchGroupedByBody missing return bug (regression)
- 956e5b5: chore: bump vector to v0.34.0
- 2fcd167: Chart alerts: Add UI to chart builder
- 640a5ba: fix: Chart alert default interval
- e904ec3: Refactor: Extract shared alert logic into a separate component

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "1.1.4",
"version": "1.2.0",
"private": true,
"license": "MIT",
"engines": {
Expand Down

0 comments on commit df19eef

Please sign in to comment.