From 061925e9571bde8b6e672e826022606f6dd406a9 Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Thu, 4 Jul 2024 18:45:20 +0100 Subject: [PATCH] Release @latest (#638) 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/middleware-sentry@0.1.0 ### Minor Changes - [#598](https://github.com/inngest/inngest-js/pull/598) [`cb4fdfd`](https://github.com/inngest/inngest-js/commit/cb4fdfdcd39b5051b87e736d3c18948dec9c2b30) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Initial release! ## inngest@3.19.21 ### Patch Changes - [#622](https://github.com/inngest/inngest-js/pull/622) [`c041d6f`](https://github.com/inngest/inngest-js/commit/c041d6f08ba1039f73b62435a113128eb2435641) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix rare theoretical checkpoint hang Co-authored-by: github-actions[bot] --- .changeset/blue-starfishes-cheat.md | 5 ----- .changeset/gorgeous-windows-nail.md | 5 ----- packages/inngest/CHANGELOG.md | 6 ++++++ packages/inngest/jsr.json | 2 +- packages/inngest/package.json | 2 +- packages/middleware-sentry/CHANGELOG.md | 7 +++++++ packages/middleware-sentry/jsr.json | 8 +++++--- packages/middleware-sentry/package.json | 2 +- 8 files changed, 21 insertions(+), 16 deletions(-) delete mode 100644 .changeset/blue-starfishes-cheat.md delete mode 100644 .changeset/gorgeous-windows-nail.md create mode 100644 packages/middleware-sentry/CHANGELOG.md diff --git a/.changeset/blue-starfishes-cheat.md b/.changeset/blue-starfishes-cheat.md deleted file mode 100644 index ef31323c5..000000000 --- a/.changeset/blue-starfishes-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/middleware-sentry": minor ---- - -Initial release! diff --git a/.changeset/gorgeous-windows-nail.md b/.changeset/gorgeous-windows-nail.md deleted file mode 100644 index 73a07d34f..000000000 --- a/.changeset/gorgeous-windows-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Fix rare theoretical checkpoint hang diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 35e190c6b..8434b2b11 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.19.21 + +### Patch Changes + +- [#622](https://github.com/inngest/inngest-js/pull/622) [`c041d6f`](https://github.com/inngest/inngest-js/commit/c041d6f08ba1039f73b62435a113128eb2435641) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix rare theoretical checkpoint hang + ## 3.19.20 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index a58f568f6..144596973 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.19.20", + "version": "3.19.21", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 1f41ebe14..4f34ca5fc 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.19.20", + "version": "3.19.21", "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", diff --git a/packages/middleware-sentry/CHANGELOG.md b/packages/middleware-sentry/CHANGELOG.md new file mode 100644 index 000000000..250da89e2 --- /dev/null +++ b/packages/middleware-sentry/CHANGELOG.md @@ -0,0 +1,7 @@ +# @inngest/middleware-sentry + +## 0.1.0 + +### Minor Changes + +- [#598](https://github.com/inngest/inngest-js/pull/598) [`cb4fdfd`](https://github.com/inngest/inngest-js/commit/cb4fdfdcd39b5051b87e736d3c18948dec9c2b30) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Initial release! diff --git a/packages/middleware-sentry/jsr.json b/packages/middleware-sentry/jsr.json index 36ee99714..45b327b3c 100644 --- a/packages/middleware-sentry/jsr.json +++ b/packages/middleware-sentry/jsr.json @@ -2,10 +2,12 @@ "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@inngest/middleware-sentry", "description": "Sentry middleware for Inngest.", - "version": "0.0.1", - "include": ["./src/**/*.ts"], + "version": "0.1.0", + "include": [ + "./src/**/*.ts" + ], "exclude": [], "exports": { ".": "./src/index.ts" } -} +} \ No newline at end of file diff --git a/packages/middleware-sentry/package.json b/packages/middleware-sentry/package.json index 7dfb490e9..e88b296fc 100644 --- a/packages/middleware-sentry/package.json +++ b/packages/middleware-sentry/package.json @@ -1,6 +1,6 @@ { "name": "@inngest/middleware-sentry", - "version": "0.0.1", + "version": "0.1.0", "description": "Sentry middleware for Inngest.", "main": "dist/index.js", "types": "dist/index.d.ts",