From 5aad099e82c3a252582897d3c581f9636d133720 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Oct 2024 12:46:11 +0000 Subject: [PATCH] Version Packages --- .changeset/quick-deers-tell.md | 5 ----- .changeset/ten-gorillas-build.md | 5 ----- packages/inngest/CHANGELOG.md | 10 ++++++++++ packages/inngest/jsr.json | 4 ++-- packages/inngest/package.json | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 .changeset/quick-deers-tell.md delete mode 100644 .changeset/ten-gorillas-build.md diff --git a/.changeset/quick-deers-tell.md b/.changeset/quick-deers-tell.md deleted file mode 100644 index 0b9613dab..000000000 --- a/.changeset/quick-deers-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Fix imports requiring internal extensions when being consumed by true ESM diff --git a/.changeset/ten-gorillas-build.md b/.changeset/ten-gorillas-build.md deleted file mode 100644 index 072d05082..000000000 --- a/.changeset/ten-gorillas-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": minor ---- - -Add `"inngest/nitro"` serve handler diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 725774c8b..2bb9ce510 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,15 @@ # inngest +## 3.24.0 + +### Minor Changes + +- [#685](https://github.com/inngest/inngest-js/pull/685) [`801946b`](https://github.com/inngest/inngest-js/commit/801946b349f20cdb9d0b5e77539ba253aab8348a) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add `"inngest/nitro"` serve handler + +### Patch Changes + +- [#685](https://github.com/inngest/inngest-js/pull/685) [`801946b`](https://github.com/inngest/inngest-js/commit/801946b349f20cdb9d0b5e77539ba253aab8348a) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix imports requiring internal extensions when being consumed by true ESM + ## 3.23.1 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index 90bd5a25f..587604069 100644 --- a/packages/inngest/jsr.json +++ b/packages/inngest/jsr.json @@ -2,7 +2,7 @@ "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@inngest/sdk", "description": "Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.", - "version": "3.23.1", + "version": "3.24.0", "include": [ "./src/**/*.ts" ], @@ -37,4 +37,4 @@ "./nitro": "./src/nitro.ts", "./types": "./src/types.ts" } -} +} \ No newline at end of file diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 394ce843e..5ac081ce2 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.23.1", + "version": "3.24.0", "description": "Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.", "main": "./index.js", "types": "./index.d.ts",