Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2025
1 parent 621bd55 commit f773a4d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-dolls-explode.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@clickhouse/client": "^0.2.10",
"@hyperdx/common-utils": "^0.0.13",
"@hyperdx/common-utils": "^0.0.14",
"@hyperdx/lucene": "^3.1.1",
"@hyperdx/node-opentelemetry": "^0.8.1",
"@opentelemetry/api": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@codemirror/lang-sql": "^6.7.0",
"@hookform/resolvers": "^3.9.0",
"@hyperdx/browser": "^0.21.1",
"@hyperdx/common-utils": "^0.0.13",
"@hyperdx/common-utils": "^0.0.14",
"@hyperdx/node-opentelemetry": "^0.8.1",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "7.9.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/common-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hyperdx/common-utils

## 0.0.14

### Patch Changes

- 621bd55: feat: add session source and SourceKind enum

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperdx/common-utils",
"description": "Common utilities for HyperDX application",
"version": "0.0.13",
"version": "0.0.14",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4216,7 +4216,7 @@ __metadata:
resolution: "@hyperdx/api@workspace:packages/api"
dependencies:
"@clickhouse/client": "npm:^0.2.10"
"@hyperdx/common-utils": "npm:^0.0.13"
"@hyperdx/common-utils": "npm:^0.0.14"
"@hyperdx/lucene": "npm:^3.1.1"
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
"@opentelemetry/api": "npm:^1.8.0"
Expand Down Expand Up @@ -4303,7 +4303,7 @@ __metadata:
"@hookform/devtools": "npm:^4.3.1"
"@hookform/resolvers": "npm:^3.9.0"
"@hyperdx/browser": "npm:^0.21.1"
"@hyperdx/common-utils": "npm:^0.0.13"
"@hyperdx/common-utils": "npm:^0.0.14"
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
"@jedmao/location": "npm:^3.0.0"
"@lezer/highlight": "npm:^1.2.0"
Expand Down Expand Up @@ -4428,7 +4428,7 @@ __metadata:
languageName: node
linkType: hard

"@hyperdx/common-utils@npm:^0.0.13, @hyperdx/common-utils@workspace:packages/common-utils":
"@hyperdx/common-utils@npm:^0.0.14, @hyperdx/common-utils@workspace:packages/common-utils":
version: 0.0.0-use.local
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
dependencies:
Expand Down

0 comments on commit f773a4d

Please sign in to comment.