chore: 🔧 fix packages names in changesets

This commit is contained in:
Guz013
2023-08-29 15:52:34 -03:00
parent 3f773f5636
commit 9043156913
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
---
"@eslit/cli": minor
"@eslegant/cli": minor
---
Now the cli exports a API that runs the application and the configs object needs to be passed to the Cli class, this way any other package can run and have their configs array.

View File

@@ -1,6 +1,6 @@
---
"@eslit/config": patch
"@eslit/cli": patch
"@eslegant/config": patch
"@eslegant/cli": patch
---
Updated dependencies

View File

@@ -1,5 +1,5 @@
---
"@eslit/cli": patch
"@eslegant/cli": patch
---
Fixed some small errors that could be thrown when prompts are canceled. Also fixed --merge-to-root cli argument not working and added list of packages that are installed on confirmation prompt.