Skip to content

Commit

Permalink
Version Packages (#8087)
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@8.10.0

### Minor Changes

-   112fa2c: Fix bug with recording traces.

## @highlight-run/next@7.4.8

### Patch Changes

-   Updated dependencies [112fa2c]
    -   highlight.run@8.10.0
    -   @highlight-run/node@3.8.1

## @highlight-run/remix@2.0.26

### Patch Changes

-   Updated dependencies [112fa2c]
    -   highlight.run@8.10.0
    -   @highlight-run/node@3.8.1

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Spencer <spencer@highlight.io>
  • Loading branch information
3 people committed Mar 22, 2024
1 parent 112fa2c commit fb5c4d2
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-ravens-explode.md

This file was deleted.

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

## 8.10.0

### Minor Changes

- 112fa2ced: Fix bug with recording traces.

## 8.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/firstload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highlight.run",
"version": "8.9.1",
"version": "8.10.0",
"description": "Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.",
"keywords": [
"highlight",
Expand Down
2 changes: 1 addition & 1 deletion sdk/firstload/src/__generated/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default "8.9.1"
export default "8.10.0"
8 changes: 8 additions & 0 deletions sdk/highlight-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @highlight-run/next

## 7.4.8

### Patch Changes

- Updated dependencies [112fa2ced]
- highlight.run@8.10.0
- @highlight-run/node@3.8.1

## 7.4.7

### 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.7",
"version": "7.4.8",
"description": "Client for interfacing with Highlight in next.js",
"files": [
"dist",
Expand Down
8 changes: 8 additions & 0 deletions sdk/highlight-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @highlight-run/remix

## 2.0.26

### Patch Changes

- Updated dependencies [112fa2ced]
- highlight.run@8.10.0
- @highlight-run/node@3.8.1

## 2.0.25

### 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.25",
"version": "2.0.26",
"description": "Client for interfacing with Highlight in Remix",
"packageManager": "yarn@4.0.2",
"author": "",
Expand Down

0 comments on commit fb5c4d2

Please sign in to comment.