From 799218294ceedb03b817847a72ea027ff820343a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:52:42 +0000 Subject: [PATCH] Version Packages --- .changeset/update-idp-user-password-types.md | 5 ----- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/update-idp-user-password-types.md diff --git a/.changeset/update-idp-user-password-types.md b/.changeset/update-idp-user-password-types.md deleted file mode 100644 index 2795a8e..0000000 --- a/.changeset/update-idp-user-password-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/function-types": patch ---- - -Make `password` optional in `CreateUserInput` and add `clearPassword` to `UpdateUserInput` diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 1ce9823..d2d0f4e 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @tailor-platform/function-types +## 0.8.2 + +### Patch Changes + +- [#131](https://github.com/tailor-platform/function/pull/131) [`cdac331`](https://github.com/tailor-platform/function/commit/cdac3319608f5b6b425545ceaae795088bfb7047) Thanks [@k1LoW](https://github.com/k1LoW)! - Make `password` optional in `CreateUserInput` and add `clearPassword` to `UpdateUserInput` + ## 0.8.1 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index a1314a6..2fc07a6 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/function-types", - "version": "0.8.1", + "version": "0.8.2", "description": "TypeScript types for Tailor Platform Function service", "repository": { "type": "git",