From 0e51903d5968a7287dd7e518bd5cc8acec3e6f3e Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Sat, 7 Sep 2024 08:50:40 -0700 Subject: [PATCH] Release @latest (#706) 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@3.22.10 ### Patch Changes - [#705](https://github.com/inngest/inngest-js/pull/705) [`f229dea`](https://github.com/inngest/inngest-js/commit/f229dea99e63b94c3d7225936ae92ac1396ecb63) Thanks [@goszczynskip](https://github.com/goszczynskip)! - Fix required type annotation typescript errors; `inngest/types` is now exported with a warning within the module covering its usage Co-authored-by: github-actions[bot] --- .changeset/beige-colts-do.md | 5 ----- packages/inngest/CHANGELOG.md | 6 ++++++ packages/inngest/jsr.json | 4 ++-- packages/inngest/package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/beige-colts-do.md diff --git a/.changeset/beige-colts-do.md b/.changeset/beige-colts-do.md deleted file mode 100644 index ef9c568c3..000000000 --- a/.changeset/beige-colts-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Fix required type annotation typescript errors; `inngest/types` is now exported with a warning within the module covering its usage diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 6d3c2829d..344bdd1b7 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.22.10 + +### Patch Changes + +- [#705](https://github.com/inngest/inngest-js/pull/705) [`f229dea`](https://github.com/inngest/inngest-js/commit/f229dea99e63b94c3d7225936ae92ac1396ecb63) Thanks [@goszczynskip](https://github.com/goszczynskip)! - Fix required type annotation typescript errors; `inngest/types` is now exported with a warning within the module covering its usage + ## 3.22.9 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index 7d9c5edc7..95c8988a2 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.22.9", + "version": "3.22.10", "include": [ "./src/**/*.ts" ], @@ -36,4 +36,4 @@ "./hono": "./src/hono.ts", "./types": "./src/types.ts" } -} +} \ No newline at end of file diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 43521a602..c3e47cbb4 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.22.9", + "version": "3.22.10", "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",