[changelog] Backfill v2 alpha changelogs#1841
Conversation
|
There was a problem hiding this comment.
Pull request overview
Backfills missing v2 alpha release notes into package changelogs, preserving historical package version numbering and Changesets-style formatting.
Changes:
- Adds alpha.0–alpha.4 changelog sections for rrweb, rrweb-snapshot, and rrweb-player.
- Adds historical rrdom / rrdom-nodejs 0.1.x changelog sections.
- Adds the initial
@rrweb/typesalpha.4 changelog entry.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
packages/types/CHANGELOG.md |
Adds the initial @rrweb/types alpha.4 release notes. |
packages/rrweb/CHANGELOG.md |
Backfills rrweb v2 alpha.0 through alpha.4 entries. |
packages/rrweb-snapshot/CHANGELOG.md |
Backfills rrweb-snapshot v2 alpha.0 through alpha.4 entries. |
packages/rrweb-player/CHANGELOG.md |
Backfills rrweb-player 1.0.0-alpha.0 through alpha.4 entries. |
packages/rrdom/CHANGELOG.md |
Backfills rrdom 0.1.3 through 0.1.7 entries. |
packages/rrdom-nodejs/CHANGELOG.md |
Backfills rrdom-nodejs 0.1.3 through 0.1.7 entries and dependency updates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - rrweb-snapshot@2.0.0-alpha.5 | ||
| - rrdom@2.0.0-alpha.5 | ||
|
|
||
| ## 0.1.7 |
There was a problem hiding this comment.
| ## 0.1.7 | |
| ## 0.1.7 [last independent rrdom-nodejs version prior to monorepo] |
| - Updated dependencies [[`1385f7a`](https://github.com/rrweb-io/rrweb/commit/1385f7acc0052f83be1458a7b00e18c026ee393f), [`227d43a`](https://github.com/rrweb-io/rrweb/commit/227d43abb93d57cadc70c760b28c46911bf7d8ff)]: | ||
| - rrweb-snapshot@2.0.0-alpha.5 | ||
|
|
||
| ## 0.1.7 |
There was a problem hiding this comment.
| ## 0.1.7 | |
| ## 0.1.7 [last independent rrdom version prior to monorepo] |
| - Updated dependencies [[`1385f7a`](https://github.com/rrweb-io/rrweb/commit/1385f7acc0052f83be1458a7b00e18c026ee393f), [`227d43a`](https://github.com/rrweb-io/rrweb/commit/227d43abb93d57cadc70c760b28c46911bf7d8ff), [`227d43a`](https://github.com/rrweb-io/rrweb/commit/227d43abb93d57cadc70c760b28c46911bf7d8ff), [`3cc4323`](https://github.com/rrweb-io/rrweb/commit/3cc4323094065a12f8b65afecd45061d604e245f), [`502d15d`](https://github.com/rrweb-io/rrweb/commit/502d15df9f7f43b3408ccfbb3f14c4bb007883c4), [`8d209a6`](https://github.com/rrweb-io/rrweb/commit/8d209a62f31c4c80e3e5bc36e47d7282ee854ac7)]: | ||
| - rrweb@2.0.0-alpha.5 | ||
|
|
||
| ## 1.0.0-alpha.4 |
There was a problem hiding this comment.
| ## 1.0.0-alpha.4 | |
| ## 1.0.0-alpha.4 [last independent rrweb-player version prior to monorepo] |
Summary
Backfills the pre-Changesets v2 alpha release notes into the package changelogs. The added sections cover the missing alpha.0 through alpha.4 ranges using Changesets-style headings, PR links, commit links, and contributor attribution.
The entries preserve the historical package versions where they differed before fixed-package Changesets releases, including rrweb-player 1.0.0-alpha., rrdom 0.1., and rrdom-nodejs 0.1.*.
Validation
Notes
The existing generated SvelteKit ambient file modification was not included in this commit.