diff --git a/CHANGELOG.md b/CHANGELOG.md index 3279ab57..79a30032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.7 - 2025-02-03 + + + ## 0.0.6 - 2025-02-01 ## 0.0.5 - 2025-01-31 diff --git a/packages/plugins/rrweb-plugin-console-record/package.json b/packages/plugins/rrweb-plugin-console-record/package.json index 6fba645c..64997eff 100644 --- a/packages/plugins/rrweb-plugin-console-record/package.json +++ b/packages/plugins/rrweb-plugin-console-record/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/rrweb-plugin-console-record", - "version": "0.0.6", + "version": "0.0.7", "description": "", "type": "module", "main": "./dist/rrweb-plugin-console-record.umd.cjs", diff --git a/packages/record/package.json b/packages/record/package.json index 690ec235..cd03a4e7 100644 --- a/packages/record/package.json +++ b/packages/record/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/rrweb-record", - "version": "0.0.6", + "version": "0.0.7", "publishConfig": { "access": "public" }, diff --git a/packages/rrdom/package.json b/packages/rrdom/package.json index 56b377db..997ba4bf 100644 --- a/packages/rrdom/package.json +++ b/packages/rrdom/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/rrdom", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "type": "module", "main": "./dist/rrdom.cjs", diff --git a/packages/rrweb-player/.svelte-kit/ambient.d.ts b/packages/rrweb-player/.svelte-kit/ambient.d.ts index 6def85fb..af6b754e 100644 --- a/packages/rrweb-player/.svelte-kit/ambient.d.ts +++ b/packages/rrweb-player/.svelte-kit/ambient.d.ts @@ -130,6 +130,7 @@ declare module '$env/static/private' { export const npm_package_dependencies_kleur: string; export const npm_package_dependencies_devalue: string; export const npm_config_ignore_scripts: string; + export const STATS_BLT: string; export const GITHUB_WORKFLOW_REF: string; export const PERFLOG_LOCATION_SETTING: string; export const GITHUB_ACTION_REPOSITORY: string; @@ -377,6 +378,7 @@ declare module '$env/dynamic/private' { npm_package_dependencies_kleur: string; npm_package_dependencies_devalue: string; npm_config_ignore_scripts: string; + STATS_BLT: string; GITHUB_WORKFLOW_REF: string; PERFLOG_LOCATION_SETTING: string; GITHUB_ACTION_REPOSITORY: string; diff --git a/packages/rrweb-snapshot/package.json b/packages/rrweb-snapshot/package.json index 047b76b6..cf4db104 100644 --- a/packages/rrweb-snapshot/package.json +++ b/packages/rrweb-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/rrweb-snapshot", - "version": "0.0.6", + "version": "0.0.7", "description": "rrweb's component to take a snapshot of DOM, aka DOM serializer", "scripts": { "prepare": "npm run prepack", diff --git a/packages/rrweb/package.json b/packages/rrweb/package.json index fb19c3cc..ec447fd5 100644 --- a/packages/rrweb/package.json +++ b/packages/rrweb/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/rrweb", - "version": "0.0.6", + "version": "0.0.7", "description": "record and replay the web", "scripts": { "prepare": "npm run prepack", diff --git a/packages/types/package.json b/packages/types/package.json index 6cacd763..20969303 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/rrweb-types", - "version": "0.0.6", + "version": "0.0.7", "scripts": { "dev": "vite build --watch", "build": "yarn turbo run prepublish", diff --git a/packages/utils/package.json b/packages/utils/package.json index b7487583..9af9bd46 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/rrweb-utils", - "version": "0.0.6", + "version": "0.0.7", "scripts": { "dev": "vite build --watch", "build": "tsc -noEmit && vite build",