From 3d7868fba28e7d680070f3e2aaa9838b4b13e9a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 07:37:37 +0000 Subject: [PATCH] Version Packages --- .changeset/dull-chairs-attend.md | 5 ----- .changeset/healthy-shoes-hear.md | 5 ----- .changeset/odd-goats-dance.md | 5 ----- .changeset/orange-coins-speak.md | 5 ----- .changeset/quiet-buttons-yawn.md | 5 ----- .changeset/security-deps-audit.md | 5 ----- packages/workflow/CHANGELOG.md | 14 ++++++++++++++ packages/workflow/package.json | 2 +- 8 files changed, 15 insertions(+), 31 deletions(-) delete mode 100644 .changeset/dull-chairs-attend.md delete mode 100644 .changeset/healthy-shoes-hear.md delete mode 100644 .changeset/odd-goats-dance.md delete mode 100644 .changeset/orange-coins-speak.md delete mode 100644 .changeset/quiet-buttons-yawn.md delete mode 100644 .changeset/security-deps-audit.md diff --git a/.changeset/dull-chairs-attend.md b/.changeset/dull-chairs-attend.md deleted file mode 100644 index 4879756..0000000 --- a/.changeset/dull-chairs-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/workflow-kit": minor ---- - -Execute Provider.onChange callback when action input values change diff --git a/.changeset/healthy-shoes-hear.md b/.changeset/healthy-shoes-hear.md deleted file mode 100644 index 2fc4149..0000000 --- a/.changeset/healthy-shoes-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/workflow-kit": patch ---- - -Minor improvements to conditional support diff --git a/.changeset/odd-goats-dance.md b/.changeset/odd-goats-dance.md deleted file mode 100644 index 6eac791..0000000 --- a/.changeset/odd-goats-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/workflow-kit": minor ---- - -Switch to a maintained version of jsonpath diff --git a/.changeset/orange-coins-speak.md b/.changeset/orange-coins-speak.md deleted file mode 100644 index 0ce8ed6..0000000 --- a/.changeset/orange-coins-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/workflow-kit": minor ---- - -Show edge names in editor diff --git a/.changeset/quiet-buttons-yawn.md b/.changeset/quiet-buttons-yawn.md deleted file mode 100644 index 98fe1be..0000000 --- a/.changeset/quiet-buttons-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/workflow-kit": patch ---- - -Fix to ensure nodes in a workflow are only run once diff --git a/.changeset/security-deps-audit.md b/.changeset/security-deps-audit.md deleted file mode 100644 index cb15d76..0000000 --- a/.changeset/security-deps-audit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/workflow-kit": patch ---- - -Address security vulnerabilities in transitive dependencies. No runtime API changes; updates dev/build dependency versions and adds pnpm overrides for transitive packages with known advisories (vite, esbuild, cookie, path-to-regexp, qs, cross-spawn, tmp, minimatch, brace-expansion, picomatch, postcss, ws, @babel/runtime, @babel/helpers, next, uuid). Bumps `inngest` devDep to ^3.54.2 (fixes GHSA env-var disclosure), `@storybook/*` addons to ^8.6.18, `typescript` to ^5.9.3, and `@changesets/cli` to ^2.31.0. diff --git a/packages/workflow/CHANGELOG.md b/packages/workflow/CHANGELOG.md index 73b5813..78c9b02 100644 --- a/packages/workflow/CHANGELOG.md +++ b/packages/workflow/CHANGELOG.md @@ -1,5 +1,19 @@ # @inngest/workflow-kit +## 0.2.0 + +### Minor Changes + +- f12d53f: Execute Provider.onChange callback when action input values change +- 36d19d5: Switch to a maintained version of jsonpath +- 8b34595: Show edge names in editor + +### Patch Changes + +- 26ad93b: Minor improvements to conditional support +- 1099e8b: Fix to ensure nodes in a workflow are only run once +- b71b675: Address security vulnerabilities in transitive dependencies. No runtime API changes; updates dev/build dependency versions and adds pnpm overrides for transitive packages with known advisories (vite, esbuild, cookie, path-to-regexp, qs, cross-spawn, tmp, minimatch, brace-expansion, picomatch, postcss, ws, @babel/runtime, @babel/helpers, next, uuid). Bumps `inngest` devDep to ^3.54.2 (fixes GHSA env-var disclosure), `@storybook/*` addons to ^8.6.18, `typescript` to ^5.9.3, and `@changesets/cli` to ^2.31.0. + ## 0.1.3 ### Patch Changes diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 46b76a7..0b9cc90 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "@inngest/workflow-kit", - "version": "0.1.3", + "version": "0.2.0", "description": "Durable visual workflows in your app, instantly", "main": "dist/index.js", "scripts": {