Skip to content

Commit

Permalink
chore: release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 committed Oct 31, 2023
1 parent 8591aee commit 516c858
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .changeset/empty-ears-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-melons-grin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-news-call.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.3
IMAGE_VERSION=1.1.4

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

## 1.1.4

### Patch Changes

- 8cb0eac: Add rate function for sum metrics
- 8591aee: fix: control otel related services logs telemetry using
HYPERDX_LOG_LEVEL

## 1.1.3

### 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.3",
"version": "1.1.4",
"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.4

### Patch Changes

- 8cb0eac: Add rate function for sum metrics
- 4d24bfa: Add new version of the useTimeQuery hook along with a testing suite
- 8591aee: fix: control otel related services logs telemetry using
HYPERDX_LOG_LEVEL

## 1.1.3

### 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.3",
"version": "1.1.4",
"private": true,
"license": "MIT",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ fi
sed -i '' -e "s/\"version\": \".*\"/\"version\": \"$API_LATEST_VERSION\"/g" ./package.json

echo "Updated root package.json version to $API_LATEST_VERSION"
echo "Run 'make build-and-push-ghcr' to publish new version to GHCR"
echo "Run 'make release' to publish new version to GHCR"

0 comments on commit 516c858

Please sign in to comment.