Automate NPM package releases (#1119)

This commit is contained in:
Justin Halsall
2023-02-11 10:19:52 +01:00
committed by GitHub
parent 174b9ac066
commit 5a1e5e919e
43 changed files with 1300 additions and 392 deletions

13
.changeset/pre.json Normal file
View File

@@ -0,0 +1,13 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"rrdom": "0.1.7",
"rrdom-nodejs": "0.1.7",
"rrweb": "2.0.0-alpha.4",
"rrweb-player": "1.0.0-alpha.4",
"rrweb-snapshot": "2.0.0-alpha.4",
"@rrweb/types": "2.0.0-alpha.4"
},
"changesets": []
}