ci: add changesets

This commit is contained in:
Derrick Hammer 2024-03-18 17:54:07 -04:00
parent 4f8c80fb62
commit 3b0cd655de
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
3 changed files with 1837 additions and 77 deletions

11
.changeset/config.json Normal file
View File

@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}

1902
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,7 @@
"url": "gitea@git.lumeweb.com:LumeWeb/libs5.git"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@lumeweb/node-library-preset": "^0.2.7",
"presetter": "*"
},