Skip to content

Commit 9bb3a8f

Browse files
committed
chore: Bump version to 0.0.9
1 parent 7da5fe7 commit 9bb3a8f

File tree

9 files changed

+17
-15
lines changed

9 files changed

+17
-15
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.9 - 2025-02-27
2+
3+
4+
15
## 0.0.8 - 2025-02-04
26

37
## 0.0.7 - 2025-02-03

packages/plugins/rrweb-plugin-console-record/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb-plugin-console-record",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-console-record.umd.cjs",
@@ -49,4 +49,4 @@
4949
"@posthog/rrweb": "*",
5050
"@posthog/rrweb-utils": "*"
5151
}
52-
}
52+
}

packages/record/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb-record",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -54,4 +54,4 @@
5454
"browserslist": [
5555
"supports es6-class"
5656
]
57-
}
57+
}

packages/rrdom/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrdom",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"license": "MIT",
55
"type": "module",
66
"main": "./dist/rrdom.cjs",
@@ -50,4 +50,4 @@
5050
"dependencies": {
5151
"@posthog/rrweb-snapshot": "*"
5252
}
53-
}
53+
}

packages/rrweb-player/.svelte-kit/ambient.d.ts

-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ declare module '$env/static/private' {
130130
export const npm_package_dependencies_kleur: string;
131131
export const npm_package_dependencies_devalue: string;
132132
export const npm_config_ignore_scripts: string;
133-
export const STATS_BLT: string;
134133
export const GITHUB_WORKFLOW_REF: string;
135134
export const PERFLOG_LOCATION_SETTING: string;
136135
export const GITHUB_ACTION_REPOSITORY: string;
@@ -378,7 +377,6 @@ declare module '$env/dynamic/private' {
378377
npm_package_dependencies_kleur: string;
379378
npm_package_dependencies_devalue: string;
380379
npm_config_ignore_scripts: string;
381-
STATS_BLT: string;
382380
GITHUB_WORKFLOW_REF: string;
383381
PERFLOG_LOCATION_SETTING: string;
384382
GITHUB_ACTION_REPOSITORY: string;

packages/rrweb-snapshot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb-snapshot",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
55
"scripts": {
66
"prepare": "npm run prepack",
@@ -63,4 +63,4 @@
6363
"postcss": "^8.5.1",
6464
"postcss-safe-parser": "^7.0.1"
6565
}
66-
}
66+
}

packages/rrweb/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "record and replay the web",
55
"scripts": {
66
"prepare": "npm run prepack",
@@ -87,4 +87,4 @@
8787
"@posthog/rrdom": "*",
8888
"@posthog/rrweb-snapshot": "*"
8989
}
90-
}
90+
}

packages/types/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb-types",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"scripts": {
55
"dev": "vite build --watch",
66
"build": "yarn turbo run prepublish",
@@ -41,4 +41,4 @@
4141
"browserslist": [
4242
"supports es6-class"
4343
]
44-
}
44+
}

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb-utils",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"scripts": {
55
"dev": "vite build --watch",
66
"build": "tsc -noEmit && vite build",

0 commit comments

Comments
 (0)