mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
* fix: get user by email name is wrong * fix: improve message * feat: add changeset * feat: add changelog CI config * fix: data-services version * fix: Conflict resolution * feat: add changelog CI config * fix: data-services version
12 lines
297 B
JSON
12 lines
297 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "restricted",
|
|
"baseBranch": "feat/filesystem_and_search",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": []
|
|
}
|