Skip to content

Commit

Permalink
Prepare release 2.0.0-alpha.17
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-psarga committed Jun 6, 2024
1 parent 2ef5690 commit 674f7e9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packages/rrdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartesting/rrdom",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
"license": "MIT",
"main": "lib/rrdom.cjs",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@smartesting/rrweb-types": "^2.0.0-alpha.16",
"@smartesting/rrweb-types": "^2.0.0-alpha.17",
"@types/jest": "^27.4.1",
"@types/puppeteer": "^5.4.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
Expand All @@ -47,6 +47,6 @@
"ts-jest": "^27.1.3"
},
"dependencies": {
"@smartesting/rrweb-snapshot": "^2.0.0-alpha.14"
"@smartesting/rrweb-snapshot": "^2.0.0-alpha.17"
}
}
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": "@smartesting/rrweb-snapshot",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
"scripts": {
"prepare": "npm run prepack",
Expand Down
8 changes: 4 additions & 4 deletions packages/rrweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartesting/rrweb",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "record and replay the web",
"scripts": {
"prepare": "npm run prepack",
Expand Down Expand Up @@ -82,9 +82,9 @@
"tslib": "^2.3.1"
},
"dependencies": {
"@smartesting/rrweb-types": "^2.0.0-alpha.16",
"@smartesting/rrweb-snapshot": "^2.0.0-alpha.16",
"@smartesting/rrdom": "^2.0.0-alpha.16",
"@smartesting/rrweb-types": "^2.0.0-alpha.17",
"@smartesting/rrweb-snapshot": "^2.0.0-alpha.17",
"@smartesting/rrdom": "^2.0.0-alpha.17",
"@types/css-font-loading-module": "0.0.7",
"@xstate/fsm": "^1.4.0",
"base64-arraybuffer": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartesting/rrweb-types",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"vite-plugin-dts": "^1.7.3"
},
"dependencies": {
"@smartesting/rrweb-snapshot": "^2.0.0-alpha.16"
"@smartesting/rrweb-snapshot": "^2.0.0-alpha.17"
},
"browserslist": [
"supports es6-class"
Expand Down

0 comments on commit 674f7e9

Please sign in to comment.