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",