Skip to content

Commit

Permalink
chore: release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 committed Oct 18, 2023
1 parent 389bb3a commit e7036de
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-plums-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-mails-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-horses-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-doors-tell.md

This file was deleted.

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.2",
"version": "1.1.3",
"license": "MIT",
"workspaces": [
"packages/*"
Expand Down
7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hyperdx/api

## 1.1.3

### Patch Changes

- 389bb3a: feat: support HYPERDX_LOG_LEVEL env var
- 1ec122c: fix: aggregator errors handler status code

## 1.1.2

### 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.2",
"version": "1.1.3",
"license": "MIT",
"private": true,
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hyperdx/app

## 1.1.3

### Patch Changes

- 389bb3a: feat: support HYPERDX_LOG_LEVEL env var
- e106b75: style(ui): improve duration column representation
- 1ec122c: fix: aggregator errors handler status code
- 40ba7bb: enhancement - Persist log table column sizes to local storage

## 1.1.2

### 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.2",
"version": "1.1.3",
"private": true,
"license": "MIT",
"engines": {
Expand Down

0 comments on commit e7036de

Please sign in to comment.