refactor: migrate changelogs to changesets format

refactor: add changesets
refactor: chose packages to publish
This commit is contained in:
2023-06-29 12:22:34 +02:00
parent f1bc41c4df
commit 64caebafe5
59 changed files with 587 additions and 1478 deletions

View File

@@ -5,6 +5,7 @@
"build": "dotenv -c -- turbo run build",
"build:full": "dotenv -c -- turbo run syncpack build lint format --summarize",
"build:full:skip": "dotenv -c -- turbo-ignore --task='build lint format'",
"changeset:status": "changeset status",
"deploy": "dotenv -c -- turbo run deploy --concurrency=1",
"dev": "dotenv -c -- turbo run dev",
"docs": "dotenv -c -- turbo run docs && typedoc",
@@ -23,7 +24,7 @@
},
"devDependencies": {
"@changesets/cli": "2.26.1",
"@changesets/types": "5.2.1",
"@changesets/changelog-git": "0.1.14",
"cobertura-merge": "1.0.4",
"deepmerge": "4.3.1",
"dotenv-cli": "7.2.1",