Skip to content

Commit

Permalink
Version Packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 20, 2025
1 parent 24f5fd9 commit 00f57b8
Show file tree
Hide file tree
Showing 39 changed files with 204 additions and 59 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"changesets": [
"attribute-text-reductions",
"beige-olives-roll",
"blank-cherries-laugh",
"brave-numbers-joke",
"breezy-cats-heal",
"breezy-mice-breathe",
Expand All @@ -46,6 +47,7 @@
"curvy-balloons-brake",
"date-now-guard",
"dirty-rules-dress",
"efficiently-splitCssText-1603",
"eight-terms-hunt",
"eighty-teachers-smash",
"eleven-bobcats-peel",
Expand All @@ -62,6 +64,7 @@
"fluffy-planes-retire",
"format-head-prettier",
"forty-elephants-attack",
"four-panthers-fly",
"fresh-cars-impress",
"fresh-spoons-drive",
"friendly-numbers-leave",
Expand Down Expand Up @@ -107,6 +110,7 @@
"new-snakes-call",
"nice-pugs-reply",
"no-neg-lookbehind",
"odd-onions-brush",
"old-dryers-hide",
"perfect-bulldogs-punch",
"perfect-dolls-grab",
Expand All @@ -120,6 +124,7 @@
"rare-adults-sneeze",
"real-masks-explode",
"real-trains-switch",
"red-peaches-explode",
"rich-crews-protect",
"rich-dots-lay",
"rich-jars-remember",
Expand Down
9 changes: 9 additions & 0 deletions packages/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rrweb/all

## 2.0.0-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]
- @rrweb/types@2.0.0-alpha.19
- @rrweb/packer@2.0.0-alpha.19

## 2.0.0-alpha.18

### Patch Changes
Expand Down
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.18",
"version": "2.0.0-alpha.19",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -56,9 +56,9 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.18",
"@rrweb/packer": "^2.0.0-alpha.18",
"rrweb": "^2.0.0-alpha.18"
"@rrweb/types": "^2.0.0-alpha.19",
"@rrweb/packer": "^2.0.0-alpha.19",
"rrweb": "^2.0.0-alpha.19"
},
"browserslist": [
"supports es6-class"
Expand Down
7 changes: 7 additions & 0 deletions packages/packer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/packer

## 2.0.0-alpha.19

### Patch Changes

- Updated dependencies []:
- @rrweb/types@2.0.0-alpha.19

## 2.0.0-alpha.18

### Patch Changes
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.18",
"version": "2.0.0-alpha.19",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -78,7 +78,7 @@
},
"dependencies": {
"fflate": "^0.4.4",
"@rrweb/types": "^2.0.0-alpha.18"
"@rrweb/types": "^2.0.0-alpha.19"
},
"browserslist": [
"supports es6-class"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-canvas-webrtc-record

## 2.0.0-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]

## 2.0.0-alpha.18

### Patch Changes
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.18",
"version": "2.0.0-alpha.19",
"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.18",
"rrweb": "^2.0.0-alpha.19",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.18"
"rrweb": "^2.0.0-alpha.19"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-canvas-webrtc-replay

## 2.0.0-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]

## 2.0.0-alpha.18

### Patch Changes
Expand Down
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.18",
"version": "2.0.0-alpha.19",
"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.18",
"rrweb": "^2.0.0-alpha.19",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.18"
"rrweb": "^2.0.0-alpha.19"
}
}
7 changes: 7 additions & 0 deletions packages/plugins/rrweb-plugin-console-record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-console-record

## 2.0.0-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]

## 2.0.0-alpha.18

### Patch Changes
Expand Down
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.18",
"version": "2.0.0-alpha.19",
"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.18",
"rrweb": "^2.0.0-alpha.19",
"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.18"
"rrweb": "^2.0.0-alpha.19"
}
}
7 changes: 7 additions & 0 deletions packages/plugins/rrweb-plugin-console-replay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-console-replay

## 2.0.0-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]

## 2.0.0-alpha.18

### Patch Changes
Expand Down
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.18",
"version": "2.0.0-alpha.19",
"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.18",
"rrweb": "^2.0.0-alpha.18",
"@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.19",
"rrweb": "^2.0.0-alpha.19",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.18"
"rrweb": "^2.0.0-alpha.19"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-sequential-id-record

## 2.0.0-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]

## 2.0.0-alpha.18

### Patch Changes
Expand Down
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.18",
"version": "2.0.0-alpha.19",
"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.18",
"rrweb": "^2.0.0-alpha.19",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.18"
"rrweb": "^2.0.0-alpha.19"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-sequential-id-replay

## 2.0.0-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]

## 2.0.0-alpha.18

### Patch Changes
Expand Down
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.18",
"version": "2.0.0-alpha.19",
"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.18",
"rrweb": "^2.0.0-alpha.18",
"@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.19",
"rrweb": "^2.0.0-alpha.19",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.18"
"rrweb": "^2.0.0-alpha.19"
}
}
8 changes: 8 additions & 0 deletions packages/record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rrweb/record

## 2.0.0-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]
- @rrweb/types@2.0.0-alpha.19

## 2.0.0-alpha.18

### Patch Changes
Expand Down
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.18",
"version": "2.0.0-alpha.19",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -55,8 +55,8 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.18",
"rrweb": "^2.0.0-alpha.18"
"@rrweb/types": "^2.0.0-alpha.19",
"rrweb": "^2.0.0-alpha.19"
},
"browserslist": [
"supports es6-class"
Expand Down
8 changes: 8 additions & 0 deletions packages/replay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rrweb/replay

## 2.0.0-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]
- @rrweb/types@2.0.0-alpha.19

## 2.0.0-alpha.18

### Patch Changes
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.18",
"version": "2.0.0-alpha.19",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -56,8 +56,8 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.18",
"rrweb": "^2.0.0-alpha.18"
"@rrweb/types": "^2.0.0-alpha.19",
"rrweb": "^2.0.0-alpha.19"
},
"browserslist": [
"supports es6-class"
Expand Down
Loading

0 comments on commit 00f57b8

Please sign in to comment.