From 00ffa59071727cdcc33a61ec8d8ff5621e8e0edf Mon Sep 17 00:00:00 2001 From: Hiroki Miyaji <40714517+hiroki0525@users.noreply.github.com> Date: Wed, 29 Nov 2023 22:44:24 +0900 Subject: [PATCH] Version Packages (#74) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @dandori/cli@0.0.18 ### Patch Changes - [`4e9e5052226f1f9c8daa8c8c146b1a55e0518dc4`](https://github.com/hiroki0525/dandori/commit/4e9e5052226f1f9c8daa8c8c146b1a55e0518dc4) Thanks [@hiroki0525](https://github.com/hiroki0525)! - change command Co-authored-by: github-actions[bot] --- .changeset/happy-snails-sparkle.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/happy-snails-sparkle.md diff --git a/.changeset/happy-snails-sparkle.md b/.changeset/happy-snails-sparkle.md deleted file mode 100644 index 9e247ae..0000000 --- a/.changeset/happy-snails-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@dandori/cli": patch ---- - -change command diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0f9e5e9..bac13e7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @dandori/cli +## 0.0.18 + +### Patch Changes + +- [`4e9e5052226f1f9c8daa8c8c146b1a55e0518dc4`](https://github.com/hiroki0525/dandori/commit/4e9e5052226f1f9c8daa8c8c146b1a55e0518dc4) Thanks [@hiroki0525](https://github.com/hiroki0525)! - change command + ## 0.0.17 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index ba22b88..978d7bb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/cli", - "version": "0.0.17", + "version": "0.0.18", "private": false, "description": "", "repository": {