From 7f779f2c9ba547df661d352312155fe105fb51a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Aug 2024 15:34:11 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/sour-fans-mate.md | 5 ----- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/sour-fans-mate.md create mode 100644 packages/cli/CHANGELOG.md 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",