From 45bb213af6fa671ea1552d853206594f0f0109bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 06:57:32 +0000 Subject: [PATCH] Version Packages --- .changeset/remove-user-updated-at.md | 5 ----- .changeset/tailor-aigateway-get.md | 5 ----- packages/types/CHANGELOG.md | 10 ++++++++++ packages/types/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/remove-user-updated-at.md delete mode 100644 .changeset/tailor-aigateway-get.md diff --git a/.changeset/remove-user-updated-at.md b/.changeset/remove-user-updated-at.md deleted file mode 100644 index f8e15da..0000000 --- a/.changeset/remove-user-updated-at.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/function-types": patch ---- - -Remove non-existent `updatedAt` field from `tailor.idp.User` diff --git a/.changeset/tailor-aigateway-get.md b/.changeset/tailor-aigateway-get.md deleted file mode 100644 index 909b28d..0000000 --- a/.changeset/tailor-aigateway-get.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/function-types": minor ---- - -Add `tailor.aigateway.get(name)` types for resolving an AI Gateway URL in the caller's workspace. diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index c8e02b1..a04a8c3 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,15 @@ # @tailor-platform/function-types +## 0.10.0 + +### Minor Changes + +- [#189](https://github.com/tailor-platform/function/pull/189) [`2e2f241`](https://github.com/tailor-platform/function/commit/2e2f241b0e9bb1480de7e376abbef3cd27aae30d) Thanks [@dragon3](https://github.com/dragon3)! - Add `tailor.aigateway.get(name)` types for resolving an AI Gateway URL in the caller's workspace. + +### Patch Changes + +- [#180](https://github.com/tailor-platform/function/pull/180) [`a36c24f`](https://github.com/tailor-platform/function/commit/a36c24faa835a350617b4f29c6e848894bcdc1e3) Thanks [@k1LoW](https://github.com/k1LoW)! - Remove non-existent `updatedAt` field from `tailor.idp.User` + ## 0.9.0 ### Minor Changes diff --git a/packages/types/package.json b/packages/types/package.json index be32544..8d4114a 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/function-types", - "version": "0.9.0", + "version": "0.10.0", "description": "TypeScript types for Tailor Platform Function service", "repository": { "type": "git",