Skip to content

Commit

Permalink
chore(release): bump HyperDX app/package versions (beta) (#607)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to v2, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`v2` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `v2`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @hyperdx/[email protected]

### Patch Changes

-   adc2a0b: fix: Ensure errors from proxy are shown to the user

## @hyperdx/[email protected]

### Patch Changes

-   459267a: feat: introduce session table model form
  • Loading branch information
github-actions[bot] authored Feb 11, 2025
1 parent adc2a0b commit 8b5a818
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
"@hyperdx/app": "1.9.0",
"@hyperdx/common-utils": "0.1.0"
},
"changesets": ["famous-poets-rush", "perfect-nails-doubt", "taco-cat-v2"]
"changesets": [
"dull-radios-wink",
"famous-poets-rush",
"nervous-timers-dream",
"perfect-nails-doubt",
"taco-cat-v2"
]
}
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ LOCAL_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-local
LOCAL_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-local
OTEL_COLLECTOR_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-otel-collector
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
CHANGESET_TAG=2.0.0-beta.9
IMAGE_VERSION_SUB_TAG=.9
CHANGESET_TAG=2.0.0-beta.10
IMAGE_VERSION_SUB_TAG=.10
IMAGE_VERSION=2-beta

# Set up domain URLs
Expand Down
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hyperdx/api

## 2.0.0-beta.10

### Patch Changes

- adc2a0b: fix: Ensure errors from proxy are shown to the user

## 2.0.0-beta.0

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

## 2.0.0-beta.10

### Patch Changes

- 459267a: feat: introduce session table model form

## 2.0.0-beta.0

### Major 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": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"private": true,
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 8b5a818

Please sign in to comment.