Skip to content

Commit

Permalink
Keep all packages in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Juice10 committed Jun 26, 2024
1 parent 4f44bd1 commit db20184
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 35 deletions.
12 changes: 11 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@
"rrdom",
"rrdom-nodejs",
"rrweb-player",
"@rrweb/all",
"@rrweb/replay",
"@rrweb/record",
"@rrweb/types",
"@rrweb/packer",
"@rrweb/web-extension",
"rrvideo"
"rrvideo",
"@rrweb/rrweb-plugin-console-record",
"@rrweb/rrweb-plugin-console-replay",
"@rrweb/rrweb-plugin-sequential-id-record",
"@rrweb/rrweb-plugin-sequential-id-replay",
"@rrweb/rrweb-plugin-canvas-webrtc-record",
"@rrweb/rrweb-plugin-canvas-webrtc-replay"
]
],
"linked": [],
Expand Down
14 changes: 14 additions & 0 deletions .changeset/cool-horses-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@rrweb/rrweb-plugin-canvas-webrtc-record": patch
"@rrweb/rrweb-plugin-canvas-webrtc-replay": patch
"@rrweb/rrweb-plugin-sequential-id-record": patch
"@rrweb/rrweb-plugin-sequential-id-replay": patch
"@rrweb/rrweb-plugin-console-record": patch
"@rrweb/rrweb-plugin-console-replay": patch
"@rrweb/packer": patch
"@rrweb/record": patch
"@rrweb/replay": patch
"@rrweb/all": patch
---

Keep package version in sync with other packages
8 changes: 4 additions & 4 deletions packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/all",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -56,9 +56,9 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.15",
"@rrweb/packer": "^2.0.0-alpha.15",
"rrweb": "^2.0.0-alpha.15"
"@rrweb/types": "^2.0.0-alpha.16",
"@rrweb/packer": "^2.0.0-alpha.16",
"rrweb": "^2.0.0-alpha.16"
},
"browserslist": [
"supports es6-class"
Expand Down
4 changes: 2 additions & 2 deletions packages/packer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/packer",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -78,7 +78,7 @@
},
"dependencies": {
"fflate": "^0.4.4",
"@rrweb/types": "^2.0.0-alpha.15"
"@rrweb/types": "^2.0.0-alpha.16"
},
"browserslist": [
"supports es6-class"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/rrweb-plugin-canvas-webrtc-record",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"description": "",
"type": "module",
"main": "./dist/rrweb-plugin-canvas-webrtc-record.umd.cjs",
Expand Down Expand Up @@ -43,12 +43,12 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.0-alpha.15",
"rrweb": "^2.0.0-alpha.16",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.15"
"rrweb": "^2.0.0-alpha.16"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/rrweb-plugin-canvas-webrtc-replay",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"description": "",
"type": "module",
"main": "./dist/rrweb-plugin-canvas-webrtc-replay.umd.cjs",
Expand Down Expand Up @@ -43,12 +43,12 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.0-alpha.15",
"rrweb": "^2.0.0-alpha.16",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.15"
"rrweb": "^2.0.0-alpha.16"
}
}
6 changes: 3 additions & 3 deletions packages/plugins/rrweb-plugin-console-record/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/rrweb-plugin-console-record",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"description": "",
"type": "module",
"main": "./dist/rrweb-plugin-console-record.umd.cjs",
Expand Down Expand Up @@ -45,14 +45,14 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.0-alpha.15",
"rrweb": "^2.0.0-alpha.16",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.4.0",
"puppeteer": "^20.9.0"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.15"
"rrweb": "^2.0.0-alpha.16"
}
}
8 changes: 4 additions & 4 deletions packages/plugins/rrweb-plugin-console-replay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/rrweb-plugin-console-replay",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"description": "",
"type": "module",
"main": "./dist/rrweb-plugin-console-replay.umd.cjs",
Expand Down Expand Up @@ -43,13 +43,13 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.15",
"rrweb": "^2.0.0-alpha.15",
"@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.16",
"rrweb": "^2.0.0-alpha.16",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.15"
"rrweb": "^2.0.0-alpha.16"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/rrweb-plugin-sequential-id-record",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"description": "",
"type": "module",
"main": "./dist/rrweb-plugin-sequential-id-record.umd.cjs",
Expand Down Expand Up @@ -43,12 +43,12 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.0-alpha.15",
"rrweb": "^2.0.0-alpha.16",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.15"
"rrweb": "^2.0.0-alpha.16"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/rrweb-plugin-sequential-id-replay",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"description": "",
"type": "module",
"main": "./dist/rrweb-plugin-sequential-id-replay.umd.cjs",
Expand Down Expand Up @@ -43,13 +43,13 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.15",
"rrweb": "^2.0.0-alpha.15",
"@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.16",
"rrweb": "^2.0.0-alpha.16",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.15"
"rrweb": "^2.0.0-alpha.16"
}
}
6 changes: 3 additions & 3 deletions packages/record/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/record",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -55,8 +55,8 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.15",
"rrweb": "^2.0.0-alpha.15"
"@rrweb/types": "^2.0.0-alpha.16",
"rrweb": "^2.0.0-alpha.16"
},
"browserslist": [
"supports es6-class"
Expand Down
6 changes: 3 additions & 3 deletions packages/replay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/replay",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -56,8 +56,8 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.15",
"rrweb": "^2.0.0-alpha.15"
"@rrweb/types": "^2.0.0-alpha.16",
"rrweb": "^2.0.0-alpha.16"
},
"browserslist": [
"supports es6-class"
Expand Down
4 changes: 2 additions & 2 deletions packages/rrweb-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@tsconfig/svelte": "^1.0.0",
"@rrweb/replay": "^2.0.0-alpha.15",
"@rrweb/packer": "^2.0.0-alpha.15"
"@rrweb/replay": "^2.0.0-alpha.16",
"@rrweb/packer": "^2.0.0-alpha.16"
},
"scripts": {
"dev": "vite build --watch",
Expand Down

0 comments on commit db20184

Please sign in to comment.