From 3a57517794f50450ae230e77e32b5018e016106b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Aug 2022 22:13:35 +0000 Subject: [PATCH] Version Packages (next) --- .changeset/pre.json | 1 + packages/jellycommands/CHANGELOG.md | 6 ++++++ packages/jellycommands/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index f01fe1d7..d5ed454a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -33,6 +33,7 @@ "nasty-weeks-invent", "ninety-pants-hug", "old-fireants-cover", + "olive-kiwis-exist", "olive-trainers-relate", "perfect-needles-rush", "perfect-oranges-beg", diff --git a/packages/jellycommands/CHANGELOG.md b/packages/jellycommands/CHANGELOG.md index a6be5239..fc9ebc60 100644 --- a/packages/jellycommands/CHANGELOG.md +++ b/packages/jellycommands/CHANGELOG.md @@ -1,5 +1,11 @@ # jellycommands +## 1.0.0-next.34 + +### Patch Changes + +- fix JellyApplicationCommandOption type ([#139](https://github.com/ghostdevv/jellycommands/pull/139)) + ## 1.0.0-next.33 ### Patch Changes diff --git a/packages/jellycommands/package.json b/packages/jellycommands/package.json index 95d7a414..e8835094 100644 --- a/packages/jellycommands/package.json +++ b/packages/jellycommands/package.json @@ -1,6 +1,6 @@ { "name": "jellycommands", - "version": "1.0.0-next.33", + "version": "1.0.0-next.34", "author": "GHOST", "license": "MIT", "main": "dist/index.js",