From 8c40711dd98b3fe8a98758a47bdec011ded2a514 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Oct 2024 16:17:07 +0000 Subject: [PATCH] Version Packages --- .changeset/mean-brooms-pull.md | 5 ----- .changeset/violet-bikes-study.md | 5 ----- packages/inngest/CHANGELOG.md | 6 ++++++ packages/inngest/jsr.json | 2 +- packages/inngest/package.json | 2 +- packages/test/CHANGELOG.md | 7 +++++++ packages/test/jsr.json | 8 +++++--- packages/test/package.json | 2 +- 8 files changed, 21 insertions(+), 16 deletions(-) delete mode 100644 .changeset/mean-brooms-pull.md delete mode 100644 .changeset/violet-bikes-study.md diff --git a/.changeset/mean-brooms-pull.md b/.changeset/mean-brooms-pull.md deleted file mode 100644 index ef1a7a1d8..000000000 --- a/.changeset/mean-brooms-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Expose `EventSchemas` in `Inngest` instances diff --git a/.changeset/violet-bikes-study.md b/.changeset/violet-bikes-study.md deleted file mode 100644 index 7b93d215f..000000000 --- a/.changeset/violet-bikes-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/test": minor ---- - -Refactor `@inngest/test` to have a much simpler public API diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index ebe29c288..b44100563 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.23.1 + +### Patch Changes + +- [#657](https://github.com/inngest/inngest-js/pull/657) [`7ca9537`](https://github.com/inngest/inngest-js/commit/7ca9537e11a370b2b8b37ce57ec7d9892c911eac) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Expose `EventSchemas` in `Inngest` instances + ## 3.23.0 ### Minor Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index ac3e8d2cb..dc928cc81 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.0", + "version": "3.23.1", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index cbb6aee4d..a6b94e3cd 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.23.0", + "version": "3.23.1", "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/test/CHANGELOG.md b/packages/test/CHANGELOG.md index e69de29bb..9c280373a 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -0,0 +1,7 @@ +# @inngest/test + +## 0.1.0 + +### Minor Changes + +- [#704](https://github.com/inngest/inngest-js/pull/704) [`9438960`](https://github.com/inngest/inngest-js/commit/9438960dbdd3462fc0f2922958e97bbc78bdc27c) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Refactor `@inngest/test` to have a much simpler public API diff --git a/packages/test/jsr.json b/packages/test/jsr.json index c76621c29..de2af8da7 100644 --- a/packages/test/jsr.json +++ b/packages/test/jsr.json @@ -2,10 +2,12 @@ "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@inngest/test", "description": "Tooling for testing Inngest functions.", - "version": "0.0.0", - "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/test/package.json b/packages/test/package.json index ad6ab3dc1..b0b7ecb57 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@inngest/test", - "version": "0.0.0", + "version": "0.1.0", "description": "Tooling for testing Inngest functions.", "main": "./index.js", "types": "./index.d.ts",