Skip to content

Commit 2607bf4

Browse files
committed
chore: Bump version to 0.0.13
1 parent ed42b68 commit 2607bf4

File tree

9 files changed

+14
-8
lines changed

9 files changed

+14
-8
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.13 - 2025-03-17
2+
3+
4+
15
## 0.0.12 - 2025-03-17
26

37
## 0.0.11 - 2025-03-14

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb-plugin-console-record",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-console-record.umd.cjs",

packages/record/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb-record",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"publishConfig": {
55
"access": "public"
66
},

packages/rrdom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrdom",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"license": "MIT",
55
"type": "module",
66
"main": "./dist/rrdom.cjs",

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

+2
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ 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;
133134
export const GITHUB_WORKFLOW_REF: string;
134135
export const PERFLOG_LOCATION_SETTING: string;
135136
export const GITHUB_ACTION_REPOSITORY: string;
@@ -377,6 +378,7 @@ declare module '$env/dynamic/private' {
377378
npm_package_dependencies_kleur: string;
378379
npm_package_dependencies_devalue: string;
379380
npm_config_ignore_scripts: string;
381+
STATS_BLT: string;
380382
GITHUB_WORKFLOW_REF: string;
381383
PERFLOG_LOCATION_SETTING: string;
382384
GITHUB_ACTION_REPOSITORY: string;

packages/rrweb-snapshot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb-snapshot",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
55
"scripts": {
66
"prepare": "npm run prepack",

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.12",
3+
"version": "0.0.13",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb-types",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"scripts": {
55
"dev": "vite build --watch",
66
"build": "yarn turbo run prepublish",

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.12",
3+
"version": "0.0.13",
44
"scripts": {
55
"dev": "vite build --watch",
66
"build": "tsc -noEmit && vite build",

0 commit comments

Comments
 (0)