diff options
Diffstat (limited to '.changes')
| -rw-r--r-- | .changes/alpha.md | 6 | ||||
| -rw-r--r-- | .changes/config.toml | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/.changes/alpha.md b/.changes/alpha.md new file mode 100644 index 0000000..d6f82b9 --- /dev/null +++ b/.changes/alpha.md @@ -0,0 +1,6 @@ +--- +"@dropout/ui": "patch:feat" +dropout: "patch:feat" +--- + +Prepare for alpha mode pre-release. diff --git a/.changes/config.toml b/.changes/config.toml index f2c64b3..8df2c64 100644 --- a/.changes/config.toml +++ b/.changes/config.toml @@ -9,11 +9,6 @@ fix = "Bug Fixes" perf = "Performance Improvements" refactor = "Refactors" -[packages."@dropout/dropout"] -path = "." -resolver = "nodejs" -version-mode = { pre-release.tag = "alpha" } - [packages."@dropout/ui"] path = "ui" resolver = "nodejs" |