Skip to content

Commit d1e60de

Browse files
committed
chore: Bump version to 0.0.19
1 parent 2589c96 commit d1e60de

File tree

9 files changed

+11
-9
lines changed

9 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.19 - 2025-06-11
2+
3+
- fix: get packages on same versions (#78)
4+
15
## 0.0.18 - 2025-06-11
26

37
- fix: correct version bumping (#77)

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

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

packages/record/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb-record",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"publishConfig": {
55
"access": "public"
66
},

packages/rrdom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrdom",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"license": "MIT",
55
"type": "module",
66
"main": "./dist/rrdom.cjs",

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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb-snapshot",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "record and replay the web",
55
"scripts": {
66
"prepare": "npm run prepack",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb-types",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"scripts": {
55
"dev": "vite build --watch",
66
"build": "yarn turbo run prepublish",

packages/utils/package.json

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

0 commit comments

Comments
 (0)