From 84ddc2b6e3fa0c0bfdd302442fc3d33cbe920bac Mon Sep 17 00:00:00 2001 From: "tailor-platform-pr-trigger[bot]" <247949890+tailor-platform-pr-trigger[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:11:06 +0000 Subject: [PATCH] Version Packages --- .changeset/dedup-deploy-ownership.md | 5 ----- .changeset/loud-icons-relax.md | 5 ----- .changeset/quiet-bundles-warm.md | 5 ----- .changeset/renovate-1626.md | 6 ------ .changeset/renovate-1645.md | 5 ----- .changeset/renovate-1660.md | 5 ----- .changeset/setup-delete-command.md | 5 ----- .changeset/silly-pumas-shine.md | 5 ----- .changeset/twelve-cooks-apply.md | 5 ----- packages/create-sdk/CHANGELOG.md | 2 ++ packages/create-sdk/package.json | 2 +- packages/sdk-codemod/CHANGELOG.md | 6 ++++++ packages/sdk-codemod/package.json | 2 +- packages/sdk/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/sdk/package.json | 2 +- 15 files changed, 35 insertions(+), 49 deletions(-) delete mode 100644 .changeset/dedup-deploy-ownership.md delete mode 100644 .changeset/loud-icons-relax.md delete mode 100644 .changeset/quiet-bundles-warm.md delete mode 100644 .changeset/renovate-1626.md delete mode 100644 .changeset/renovate-1645.md delete mode 100644 .changeset/renovate-1660.md delete mode 100644 .changeset/setup-delete-command.md delete mode 100644 .changeset/silly-pumas-shine.md delete mode 100644 .changeset/twelve-cooks-apply.md diff --git a/.changeset/dedup-deploy-ownership.md b/.changeset/dedup-deploy-ownership.md deleted file mode 100644 index ad247c5969..0000000000 --- a/.changeset/dedup-deploy-ownership.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/sdk": patch ---- - -Keep deploy ownership handling consistent across resource types without changing deploy behavior. diff --git a/.changeset/loud-icons-relax.md b/.changeset/loud-icons-relax.md deleted file mode 100644 index 097d3e86cd..0000000000 --- a/.changeset/loud-icons-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/sdk": patch ---- - -Reject duplicate executor names, and duplicate resolver names within the same namespace, with a clear error at load time instead of silently deploying only one of them. diff --git a/.changeset/quiet-bundles-warm.md b/.changeset/quiet-bundles-warm.md deleted file mode 100644 index 409d9fb735..0000000000 --- a/.changeset/quiet-bundles-warm.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/sdk": patch ---- - -Keep resolver bundle cache entries separate across namespaces. diff --git a/.changeset/renovate-1626.md b/.changeset/renovate-1626.md deleted file mode 100644 index baf0a38df3..0000000000 --- a/.changeset/renovate-1626.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tailor-platform/sdk": patch -"@tailor-platform/sdk-codemod": patch ---- - -fix(deps): update dependency politty to v0.11.0 diff --git a/.changeset/renovate-1645.md b/.changeset/renovate-1645.md deleted file mode 100644 index b5c46b41ad..0000000000 --- a/.changeset/renovate-1645.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/sdk": patch ---- - -fix(deps): update oxc diff --git a/.changeset/renovate-1660.md b/.changeset/renovate-1660.md deleted file mode 100644 index 2afd246856..0000000000 --- a/.changeset/renovate-1660.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/sdk": patch ---- - -fix(deps): update dependency rolldown to v1.1.4 diff --git a/.changeset/setup-delete-command.md b/.changeset/setup-delete-command.md deleted file mode 100644 index b35af6b096..0000000000 --- a/.changeset/setup-delete-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/sdk": minor ---- - -Add `tailor-sdk setup delete ` to cleanly remove generated CI workflow/action files together with their `.github/tailor-sdk.lock` entries. It only deletes files recorded in the lock, warns when an action is still referenced by a `setup coordinate` workflow, and removes the composite action's directory once it is empty. diff --git a/.changeset/silly-pumas-shine.md b/.changeset/silly-pumas-shine.md deleted file mode 100644 index d951a6b43f..0000000000 --- a/.changeset/silly-pumas-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/sdk": patch ---- - -Fix schema snapshot normalization mutating the input snapshot in place, which could cause a caller-held `SchemaSnapshot` reference to silently change after normalization. diff --git a/.changeset/twelve-cooks-apply.md b/.changeset/twelve-cooks-apply.md deleted file mode 100644 index a986dc69ec..0000000000 --- a/.changeset/twelve-cooks-apply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/sdk": minor ---- - -Allow `tailor-sdk deploy --config` to accept comma-separated config paths so interdependent apps can be deployed together. Application, executor, workflow, workflow job, StaticWebsite, TailorDB, Auth, Auth connection, IdP, Resolver, AIGateway, and Secret Manager vault names must be unique across all configs passed to a single deploy, and resources still owned by another config in the same deploy are no longer deleted. diff --git a/packages/create-sdk/CHANGELOG.md b/packages/create-sdk/CHANGELOG.md index 401e97ce69..decf97712f 100644 --- a/packages/create-sdk/CHANGELOG.md +++ b/packages/create-sdk/CHANGELOG.md @@ -1,5 +1,7 @@ # @tailor-platform/create-sdk +## 1.74.0 + ## 1.73.3 ## 1.73.2 diff --git a/packages/create-sdk/package.json b/packages/create-sdk/package.json index b1aa38a949..1b59eedbbf 100644 --- a/packages/create-sdk/package.json +++ b/packages/create-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/create-sdk", - "version": "1.73.3", + "version": "1.74.0", "description": "A CLI tool to quickly create a new Tailor Platform SDK project", "license": "MIT", "repository": { diff --git a/packages/sdk-codemod/CHANGELOG.md b/packages/sdk-codemod/CHANGELOG.md index af6e466759..470a7515d1 100644 --- a/packages/sdk-codemod/CHANGELOG.md +++ b/packages/sdk-codemod/CHANGELOG.md @@ -1,5 +1,11 @@ # @tailor-platform/sdk-codemod +## 0.3.4 + +### Patch Changes + +- [#1626](https://github.com/tailor-platform/sdk/pull/1626) [`06cc5f2`](https://github.com/tailor-platform/sdk/commit/06cc5f2960c5a09e9783d6b0923ed8c1b3d606a8) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency politty to v0.11.0 + ## 0.3.3 ### Patch Changes diff --git a/packages/sdk-codemod/package.json b/packages/sdk-codemod/package.json index e7ddb48d58..f2c8af5ef6 100644 --- a/packages/sdk-codemod/package.json +++ b/packages/sdk-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/sdk-codemod", - "version": "0.3.3", + "version": "0.3.4", "description": "Codemod runner for Tailor Platform SDK upgrades", "license": "MIT", "repository": { diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 00775b5d61..38c0246fc0 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,29 @@ # @tailor-platform/sdk +## 1.74.0 + +### Minor Changes + +- [#1652](https://github.com/tailor-platform/sdk/pull/1652) [`6c33b01`](https://github.com/tailor-platform/sdk/commit/6c33b01eedfbf85382f1d51d45496b79a372dca7) Thanks [@toiroakr](https://github.com/toiroakr)! - Add `tailor-sdk setup delete ` to cleanly remove generated CI workflow/action files together with their `.github/tailor-sdk.lock` entries. It only deletes files recorded in the lock, warns when an action is still referenced by a `setup coordinate` workflow, and removes the composite action's directory once it is empty. + +- [#1612](https://github.com/tailor-platform/sdk/pull/1612) [`7e7f00e`](https://github.com/tailor-platform/sdk/commit/7e7f00ee769d561abf12fc588ad10accd78770f2) Thanks [@dqn](https://github.com/dqn)! - Allow `tailor-sdk deploy --config` to accept comma-separated config paths so interdependent apps can be deployed together. Application, executor, workflow, workflow job, StaticWebsite, TailorDB, Auth, Auth connection, IdP, Resolver, AIGateway, and Secret Manager vault names must be unique across all configs passed to a single deploy, and resources still owned by another config in the same deploy are no longer deleted. + +### Patch Changes + +- [#1646](https://github.com/tailor-platform/sdk/pull/1646) [`6ea74c1`](https://github.com/tailor-platform/sdk/commit/6ea74c11bd3d7a9e44e1afdedaf6328203f7745a) Thanks [@dqn](https://github.com/dqn)! - Keep deploy ownership handling consistent across resource types without changing deploy behavior. + +- [#1655](https://github.com/tailor-platform/sdk/pull/1655) [`db7cbef`](https://github.com/tailor-platform/sdk/commit/db7cbef744240795c6b1281dc96f8e9edd8e83f9) Thanks [@toiroakr](https://github.com/toiroakr)! - Reject duplicate executor names, and duplicate resolver names within the same namespace, with a clear error at load time instead of silently deploying only one of them. + +- [#1648](https://github.com/tailor-platform/sdk/pull/1648) [`f7eb527`](https://github.com/tailor-platform/sdk/commit/f7eb527be823a5cafc94717118a97cc7c450ef80) Thanks [@dqn](https://github.com/dqn)! - Keep resolver bundle cache entries separate across namespaces. + +- [#1626](https://github.com/tailor-platform/sdk/pull/1626) [`06cc5f2`](https://github.com/tailor-platform/sdk/commit/06cc5f2960c5a09e9783d6b0923ed8c1b3d606a8) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency politty to v0.11.0 + +- [#1645](https://github.com/tailor-platform/sdk/pull/1645) [`fecb691`](https://github.com/tailor-platform/sdk/commit/fecb691a4cedf01d65eec51c39712b23065ed36b) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update oxc + +- [#1660](https://github.com/tailor-platform/sdk/pull/1660) [`5b7801f`](https://github.com/tailor-platform/sdk/commit/5b7801f82dec177fa9dc7b7eb8eeec7536dbbcb5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency rolldown to v1.1.4 + +- [#1650](https://github.com/tailor-platform/sdk/pull/1650) [`d42477b`](https://github.com/tailor-platform/sdk/commit/d42477bfedb4463bec9345c91a15ea5431bc877c) Thanks [@toiroakr](https://github.com/toiroakr)! - Fix schema snapshot normalization mutating the input snapshot in place, which could cause a caller-held `SchemaSnapshot` reference to silently change after normalization. + ## 1.73.3 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 43aba361d3..fd41fb5164 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/sdk", - "version": "1.73.3", + "version": "1.74.0", "description": "Tailor Platform SDK - The SDK to work with Tailor Platform", "license": "MIT", "repository": {