Skip to content

Commit

Permalink
Version Packages (#9185)
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 publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). 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@9.3.1

### Patch Changes

-   262a073: revert postcss changes to css parsing in rrweb
    <rrweb-io/rrweb#1458> introduced
    a new CSS parser which causes issues with certain large CSS files

## @highlight-run/next@7.5.22

### Patch Changes

-   Updated dependencies [262a073]
    -   highlight.run@9.3.1
    -   @highlight-run/node@3.9.0
    -   @highlight-run/react@5.0.1

## @highlight-run/react@5.0.1

### Patch Changes

-   Updated dependencies [262a073]
    -   highlight.run@9.3.1

## @highlight-run/remix@2.0.53

### Patch Changes

-   Updated dependencies [262a073]
    -   highlight.run@9.3.1
    -   @highlight-run/node@3.9.0
    -   @highlight-run/react@5.0.1

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Vadim Korolik <vkorolik@gmail.com>
  • Loading branch information
3 people authored Aug 20, 2024
1 parent 9d32b3a commit 8504770
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/chilled-ads-change.md

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/src/graph/generated/hooks.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 9.3.1

### Patch Changes

- 262a07314: revert postcss changes to css parsing in rrweb
https://github.com/rrweb-io/rrweb/pull/1458 introduced
a new CSS parser which causes issues with certain large CSS files

## 9.3.0

### Minor 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": "9.3.0",
"version": "9.3.1",
"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 "9.3.0"
export default "9.3.1"
9 changes: 9 additions & 0 deletions sdk/highlight-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @highlight-run/next

## 7.5.22

### Patch Changes

- Updated dependencies [262a07314]
- highlight.run@9.3.1
- @highlight-run/node@3.9.0
- @highlight-run/react@5.0.1

## 7.5.21

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

## 5.0.1

### Patch Changes

- Updated dependencies [262a07314]
- highlight.run@9.3.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/highlight-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highlight-run/react",
"version": "5.0.0",
"version": "5.0.1",
"description": "The official Highlight SDK for React",
"license": "Apache-2.0",
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions sdk/highlight-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @highlight-run/remix

## 2.0.53

### Patch Changes

- Updated dependencies [262a07314]
- highlight.run@9.3.1
- @highlight-run/node@3.9.0
- @highlight-run/react@5.0.1

## 2.0.52

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

1 comment on commit 8504770

@vercel
Copy link

@vercel vercel bot commented on 8504770 Aug 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.