Skip to content

Commit

Permalink
chore: Bump version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Feb 3, 2025
1 parent 3e116ce commit 135afe5
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.7 - 2025-02-03



## 0.0.6 - 2025-02-01

## 0.0.5 - 2025-01-31
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rrweb-plugin-console-record/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/record/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@posthog/rrweb-record",
"version": "0.0.6",
"version": "0.0.7",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rrdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@posthog/rrdom",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"type": "module",
"main": "./dist/rrdom.cjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/rrweb-player/.svelte-kit/ambient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion packages/rrweb-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/rrweb/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 135afe5

Please sign in to comment.