From e384e33dc425663f46f3bf0971f4fd6ca13fdc16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:07:40 +0000 Subject: [PATCH] Version Packages --- .changeset/remove-user-updated-at.md | 5 ----- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/remove-user-updated-at.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/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index c8e02b1..7d6a643 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @tailor-platform/function-types +## 0.9.1 + +### 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..88a9a03 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.9.1", "description": "TypeScript types for Tailor Platform Function service", "repository": { "type": "git",