diff --git a/.changeset/sour-fans-mate.md b/.changeset/sour-fans-mate.md deleted file mode 100644 index 9eb8306..0000000 --- a/.changeset/sour-fans-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kanpeki-ui": minor ---- - -add init and format command diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md new file mode 100644 index 0000000..e494306 --- /dev/null +++ b/packages/cli/CHANGELOG.md @@ -0,0 +1,7 @@ +# kanpeki-ui + +## 0.1.0 + +### Minor Changes + +- [`8e0e737`](https://github.com/fellipeutaka/kanpeki/commit/8e0e7371d0ccb653e36130ceec1781b497941496) Thanks [@fellipeutaka](https://github.com/fellipeutaka)! - add init and format command diff --git a/packages/cli/package.json b/packages/cli/package.json index 77357b8..637aaac 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -3,7 +3,7 @@ "description": "Add beautiful and accessible components to your apps.", "type": "module", "private": false, - "version": "0.0.0", + "version": "0.1.0", "author": { "name": "Fellipe Utaka", "email": "fellipeutaka@gmail.com",