Skip to content

Commit

Permalink
Version Packages (#8181)
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 main, this PR will
be updated.


# Releases
## @highlight-run/nest@3.5.0

### Minor Changes

-   e14192f: improve tracing for nestjs to capture route information

### Patch Changes

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

## @highlight-run/apollo@3.4.14

### Patch Changes

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

## @highlight-run/next@7.4.11

### Patch Changes

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

## @highlight-run/node@3.8.3

### Patch Changes

-   e14192f: fixes opentelemetry http instrumentation breaking nestjs

## @highlight-run/remix@2.0.29

### Patch Changes

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 3, 2024
1 parent e14192f commit c6f2518
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 15 deletions.
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

0 comments on commit c6f2518

Please sign in to comment.