chore: release v1.1.4

This commit is contained in:
Warren 2023-11-01 07:02:22 +08:00
parent 8591aee1c4
commit 516c8588df
10 changed files with 22 additions and 22 deletions

View file

@ -1,6 +0,0 @@
---
'@hyperdx/api': patch
'@hyperdx/app': patch
---
Add rate function for sum metrics

View file

@ -1,5 +0,0 @@
---
'@hyperdx/app': patch
---
Add new version of the useTimeQuery hook along with a testing suite

View file

@ -1,6 +0,0 @@
---
'@hyperdx/api': patch
'@hyperdx/app': patch
---
fix: control otel related services logs telemetry using HYPERDX_LOG_LEVEL

2
.env
View file

@ -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

View file

@ -1,7 +1,7 @@
{
"name": "hyperdx",
"private": true,
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",
"workspaces": [
"packages/*"

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",
"private": true,
"engines": {

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"license": "MIT",
"engines": {

View file

@ -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"