
* update v0.0.1 * update v0.0.1 * add rust cache * rename step * fix test workflow * change to build * add password * move app.jpeg * bump & update name * remove logo * untrack .vscode * remove icon from readme * use npx * rename file and do dom element check * formating * added rust files * generated bindings * rename to ipc * add more examples * move file * new img * refactor * add clippy and tests * imrpove clippy * add semi * enable release profile * refactor * first changeset * version changeset * version app * move version in front of tagname * do not error on local * run after build * use another workflow for clippy
12 lines
274 B
JSON
12 lines
274 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "restricted",
|
|
"baseBranch": "dev",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": []
|
|
}
|