Skip to content

Commit 4e19379

Browse files
github-actions[bot]Vadman97
authored andcommitted
Version Packages (highlight#9185)
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 ## [email protected] ### 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/[email protected] ### Patch Changes - Updated dependencies [262a073] - [email protected] - @highlight-run/[email protected] - @highlight-run/[email protected] ## @highlight-run/[email protected] ### Patch Changes - Updated dependencies [262a073] - [email protected] ## @highlight-run/[email protected] ### Patch Changes - Updated dependencies [262a073] - [email protected] - @highlight-run/[email protected] - @highlight-run/[email protected] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Vadim Korolik <[email protected]>
1 parent f15957d commit 4e19379

File tree

11 files changed

+39
-13
lines changed

11 files changed

+39
-13
lines changed

.changeset/chilled-ads-change.md

-7
This file was deleted.

frontend/src/graph/generated/hooks.tsx

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/firstload/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# highlight.run
22

3+
## 9.3.1
4+
5+
### Patch Changes
6+
7+
- 262a07314: revert postcss changes to css parsing in rrweb
8+
https://github.com/rrweb-io/rrweb/pull/1458 introduced
9+
a new CSS parser which causes issues with certain large CSS files
10+
311
## 9.3.0
412

513
### Minor Changes

sdk/firstload/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highlight.run",
3-
"version": "9.3.0",
3+
"version": "9.3.1",
44
"description": "Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.",
55
"keywords": [
66
"highlight",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default "9.3.0"
1+
export default "9.3.1"

sdk/highlight-next/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @highlight-run/next
22

3+
## 7.5.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [262a07314]
8+
9+
- @highlight-run/node@3.9.0
10+
- @highlight-run/react@5.0.1
11+
312
## 7.5.21
413

514
### Patch Changes

sdk/highlight-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@highlight-run/next",
3-
"version": "7.5.21",
3+
"version": "7.5.22",
44
"description": "Client for interfacing with Highlight in next.js",
55
"files": [
66
"dist",

sdk/highlight-react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @highlight-run/react
22

3+
## 5.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [262a07314]
8+
9+
310
## 5.0.0
411

512
### Patch Changes

sdk/highlight-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@highlight-run/react",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "The official Highlight SDK for React",
55
"license": "Apache-2.0",
66
"peerDependencies": {

sdk/highlight-remix/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @highlight-run/remix
22

3+
## 2.0.53
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [262a07314]
8+
9+
- @highlight-run/node@3.9.0
10+
- @highlight-run/react@5.0.1
11+
312
## 2.0.52
413

514
### Patch Changes

sdk/highlight-remix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@highlight-run/remix",
3-
"version": "2.0.52",
3+
"version": "2.0.53",
44
"description": "Client for interfacing with Highlight in Remix",
55
"packageManager": "[email protected]",
66
"author": "",

0 commit comments

Comments
 (0)