Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2024
1 parent 7ca9537 commit 8c40711
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-brooms-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-bikes-study.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/inngest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/inngest/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/inngest/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
8 changes: 5 additions & 3 deletions packages/test/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8c40711

Please sign in to comment.