From 3ca34035cc358e16264ea0ffadb146427cc891a5 Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:51:07 +0000 Subject: [PATCH] Release @latest (#778) 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/test@0.1.3 ### Patch Changes - [#777](https://github.com/inngest/inngest-js/pull/777) [`325ef79`](https://github.com/inngest/inngest-js/commit/325ef7925a040090ae7990ae16731bd84a9b3431) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix `@inngest/test` automatic spying not accounting for `step.**` Co-authored-by: github-actions[bot] --- .changeset/famous-kiwis-itch.md | 5 ----- packages/test/CHANGELOG.md | 6 ++++++ packages/test/jsr.json | 2 +- packages/test/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/famous-kiwis-itch.md diff --git a/.changeset/famous-kiwis-itch.md b/.changeset/famous-kiwis-itch.md deleted file mode 100644 index 42bc2efd0..000000000 --- a/.changeset/famous-kiwis-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/test": patch ---- - -Fix `@inngest/test` automatic spying not accounting for `step.**` diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index c7c60dc05..b5fdde536 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -1,5 +1,11 @@ # @inngest/test +## 0.1.3 + +### Patch Changes + +- [#777](https://github.com/inngest/inngest-js/pull/777) [`325ef79`](https://github.com/inngest/inngest-js/commit/325ef7925a040090ae7990ae16731bd84a9b3431) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix `@inngest/test` automatic spying not accounting for `step.**` + ## 0.1.2 ### Patch Changes diff --git a/packages/test/jsr.json b/packages/test/jsr.json index 7f1ef509e..2012106a5 100644 --- a/packages/test/jsr.json +++ b/packages/test/jsr.json @@ -2,7 +2,7 @@ "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@inngest/test", "description": "Tooling for testing Inngest functions.", - "version": "0.1.2", + "version": "0.1.3", "include": [ "./src/**/*.ts" ], diff --git a/packages/test/package.json b/packages/test/package.json index 00748e806..3646f4b2f 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@inngest/test", - "version": "0.1.2", + "version": "0.1.3", "description": "Tooling for testing Inngest functions.", "main": "./index.js", "types": "./index.d.ts",