Chore: Bump up all package versions together whenever any one version changes (#1131)
* 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>
This commit is contained in:
@@ -2,7 +2,17 @@
|
||||
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
|
||||
"changelog": ["@changesets/changelog-github", { "repo": "rrweb-io/rrweb" }],
|
||||
"commit": false,
|
||||
"fixed": [],
|
||||
"fixed": [
|
||||
[
|
||||
"rrweb",
|
||||
"rrweb-snapshot",
|
||||
"rrdom",
|
||||
"rrdom-nodejs",
|
||||
"rrweb-player",
|
||||
"@rrweb/types",
|
||||
"@rrweb/web-extension"
|
||||
]
|
||||
],
|
||||
"linked": [],
|
||||
"access": "public",
|
||||
"baseBranch": "master",
|
||||
|
||||
Reference in New Issue
Block a user