Skip to content

Commit

Permalink
chore: Bump version to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Feb 28, 2025
1 parent 2138d60 commit 12ca16e
Show file tree
Hide file tree
Showing 9 changed files with 407 additions and 261 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.10 - 2025-02-28



## 0.0.9 - 2025-02-27

## 0.0.8 - 2025-02-04
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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"license": "MIT",
"type": "module",
"main": "./dist/rrdom.cjs",
Expand Down
650 changes: 396 additions & 254 deletions packages/rrweb-player/.svelte-kit/ambient.d.ts

Large diffs are not rendered by default.

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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"scripts": {
"dev": "vite build --watch",
"build": "tsc -noEmit && vite build",
Expand Down

0 comments on commit 12ca16e

Please sign in to comment.