Skip to content

Commit e5ef520

Browse files
authored
chore: bump rrweb dep version (#3267)
## Problem Just bumping rrweb version which adds a new memory leak fix <!-- Who are we building for, what are their needs, why is this important? --> ## Changes bump version <!-- What is changed and what information would be useful to a reviewer? --> ## Release info Sub-libraries affected ### Libraries affected <!-- Please mark which libraries will require a version bump. --> - [ ] All of them - [x] posthog-js (web) - [ ] posthog-js-lite (web lite) - [ ] posthog-node - [ ] posthog-react-native - [ ] @posthog/react - [ ] @posthog/ai - [ ] @posthog/convex - [ ] @posthog/next - [ ] @posthog/nextjs-config - [ ] @posthog/nuxt - [ ] @posthog/rollup-plugin - [ ] @posthog/webpack-plugin - [ ] @posthog/types ## Checklist - [ ] Tests for new code - [ ] Accounted for the impact of any changes across different platforms - [ ] Accounted for backwards compatibility of any changes (no breaking changes!) - [ ] Took care not to unnecessarily increase the bundle size ### If releasing new changes - [x] Ran `pnpm changeset` to generate a changeset file - [x] Added the "release" label to the PR to indicate we're publishing new versions for the affected packages <!-- For more details check RELEASING.md -->
1 parent 482c85f commit e5ef520

File tree

3 files changed

+47
-42
lines changed

3 files changed

+47
-42
lines changed

.changeset/beige-eggs-sniff.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'posthog-js': patch
3+
---
4+
5+
bump rrweb dependency version

packages/browser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
"@jest/globals": "^29.7.0",
7979
"@playwright/test": "^1.52.0",
8080
"@posthog-tooling/rollup-utils": "workspace:*",
81-
"@posthog/rrweb-plugin-console-record": "^0.0.46",
82-
"@posthog/rrweb-record": "^0.0.46",
83-
"@posthog/rrweb-types": "^0.0.46",
81+
"@posthog/rrweb-plugin-console-record": "^0.0.47",
82+
"@posthog/rrweb-record": "^0.0.47",
83+
"@posthog/rrweb-types": "^0.0.47",
8484
"@rollup/plugin-babel": "^6.0.4",
8585
"@rollup/plugin-commonjs": "^28.0.6",
8686
"@rollup/plugin-json": "^6.1.0",

pnpm-lock.yaml

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)