* Bump up all package versions together whenever any one version changes. Keeps everything in sync to make it easy to see if you have the correct dependencies. https://github.com/changesets/changesets/blob/main/docs/fixed-packages.md * Empty changeset as this changes nothing for the packages them selves * Bring @rrweb/web-extension version inline with other packages * separate the extension version from package.json's to avoid errors --------- Co-authored-by: Yun Feng <yun.feng0817@gmail.com>
22 lines
472 B
JSON
22 lines
472 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
|
|
"changelog": ["@changesets/changelog-github", { "repo": "rrweb-io/rrweb" }],
|
|
"commit": false,
|
|
"fixed": [
|
|
[
|
|
"rrweb",
|
|
"rrweb-snapshot",
|
|
"rrdom",
|
|
"rrdom-nodejs",
|
|
"rrweb-player",
|
|
"@rrweb/types",
|
|
"@rrweb/web-extension"
|
|
]
|
|
],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "master",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": []
|
|
}
|