From 1821eb2bb003f08766ffbad138825ca5235cd4a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:20:43 +0000 Subject: [PATCH] Version Packages --- .changeset/wide-buckets-bathe.md | 5 ----- plugin/CHANGELOG.md | 6 ++++++ plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wide-buckets-bathe.md diff --git a/.changeset/wide-buckets-bathe.md b/.changeset/wide-buckets-bathe.md deleted file mode 100644 index 7edeada..0000000 --- a/.changeset/wide-buckets-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@formio/ai': minor ---- - -Fixed issues where "admin" applications would pick "user" for Login actions instead of "admin" diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 10fb289..1b70c45 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @formio/ai +## 0.6.0 + +### Minor Changes + +- 231c3bf: Fixed issues where "admin" applications would pick "user" for Login actions instead of "admin" + ## 0.5.0 ### Minor Changes diff --git a/plugin/package.json b/plugin/package.json index 5c637aa..5600bf5 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@formio/ai", - "version": "0.5.0", + "version": "0.6.0", "description": "Form.io Claude Code plugin — MCP server and skills library", "type": "module", "license": "MIT",