From 52553088de85e2c7792a24dbb280eeede233e504 Mon Sep 17 00:00:00 2001 From: Hiroki Miyaji <40714517+hiroki0525@users.noreply.github.com> Date: Thu, 30 Nov 2023 19:38:36 +0900 Subject: [PATCH] Version Packages (#76) 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.19 ### Patch Changes - [#75](https://github.com/hiroki0525/dandori/pull/75) [`7f13f60c25d28e7d3d5dc806ee403c3d3e9956a8`](https://github.com/hiroki0525/dandori/commit/7f13f60c25d28e7d3d5dc806ee403c3d3e9956a8) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add notion cli Co-authored-by: github-actions[bot] --- .changeset/lovely-months-obey.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lovely-months-obey.md diff --git a/.changeset/lovely-months-obey.md b/.changeset/lovely-months-obey.md deleted file mode 100644 index b1775ca..0000000 --- a/.changeset/lovely-months-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@dandori/cli": patch ---- - -add notion cli diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index bac13e7..1f994f7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @dandori/cli +## 0.0.19 + +### Patch Changes + +- [#75](https://github.com/hiroki0525/dandori/pull/75) [`7f13f60c25d28e7d3d5dc806ee403c3d3e9956a8`](https://github.com/hiroki0525/dandori/commit/7f13f60c25d28e7d3d5dc806ee403c3d3e9956a8) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add notion cli + ## 0.0.18 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 0e6040c..19f3cfd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/cli", - "version": "0.0.18", + "version": "0.0.19", "private": false, "description": "", "repository": {