From faaee321ba217205519f92ed3ddb57a41df90529 Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:07:59 +0000 Subject: [PATCH] Release @latest (#445) 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 ## @inngest/eslint-plugin@0.0.3 ### Patch Changes - [#444](https://github.com/inngest/inngest-js/pull/444) [`6597215`](https://github.com/inngest/inngest-js/commit/6597215ed012555b5698fe37dac0ea485b058ce0) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix packages sometimes not shipping dist files if released with multiple packages Co-authored-by: github-actions[bot] --- .changeset/shaggy-elephants-act.md | 5 ----- packages/eslint-plugin/CHANGELOG.md | 6 ++++++ packages/eslint-plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/shaggy-elephants-act.md diff --git a/.changeset/shaggy-elephants-act.md b/.changeset/shaggy-elephants-act.md deleted file mode 100644 index 6d29d995e..000000000 --- a/.changeset/shaggy-elephants-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/eslint-plugin": patch ---- - -Fix packages sometimes not shipping dist files if released with multiple packages diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 5298310c2..fffb7c79c 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @inngest/eslint-plugin +## 0.0.3 + +### Patch Changes + +- [#444](https://github.com/inngest/inngest-js/pull/444) [`6597215`](https://github.com/inngest/inngest-js/commit/6597215ed012555b5698fe37dac0ea485b058ce0) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix packages sometimes not shipping dist files if released with multiple packages + ## 0.0.2 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 26007ea0f..b841a7490 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@inngest/eslint-plugin", - "version": "0.0.2", + "version": "0.0.3", "description": "", "main": "dist/index.js", "publishConfig": {