Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #8181

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chatty-roses-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-maps-bathe.md

This file was deleted.

7 changes: 7 additions & 0 deletions sdk/highlight-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @highlight-run/apollo

## 3.4.14

### Patch Changes

- Updated dependencies [e14192fa4]
- @highlight-run/node@3.8.3

## 3.4.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/highlight-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highlight-run/apollo",
"version": "3.4.13",
"version": "3.4.14",
"license": "Apache-2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions sdk/highlight-nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @highlight-run/nest

## 3.5.0

### Minor Changes

- e14192fa4: improve tracing for nestjs to capture route information

### Patch Changes

- Updated dependencies [e14192fa4]
- @highlight-run/node@3.8.3

## 3.4.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/highlight-nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highlight-run/nest",
"version": "3.4.13",
"version": "3.5.0",
"description": "Client for interfacing with Highlight in nestjs",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions sdk/highlight-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @highlight-run/next

## 7.4.11

### Patch Changes

- Updated dependencies [e14192fa4]
- @highlight-run/node@3.8.3

## 7.4.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/highlight-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highlight-run/next",
"version": "7.4.10",
"version": "7.4.11",
"description": "Client for interfacing with Highlight in next.js",
"files": [
"dist",
Expand Down
6 changes: 6 additions & 0 deletions sdk/highlight-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @highlight-run/node

## 3.8.3

### Patch Changes

- e14192fa4: fixes opentelemetry http instrumentation breaking nestjs

## 3.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/highlight-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highlight-run/node",
"version": "3.8.2",
"version": "3.8.3",
"license": "Apache-2.0",
"scripts": {
"typegen": "tsc -d --emitDeclarationOnly",
Expand Down
7 changes: 7 additions & 0 deletions sdk/highlight-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @highlight-run/remix

## 2.0.29

### Patch Changes

- Updated dependencies [e14192fa4]
- @highlight-run/node@3.8.3

## 2.0.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/highlight-remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highlight-run/remix",
"version": "2.0.28",
"version": "2.0.29",
"description": "Client for interfacing with Highlight in Remix",
"packageManager": "yarn@4.0.2",
"author": "",
Expand Down