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 #8087

Merged
merged 2 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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