From 5615120a7b04414eb9205d0f17f0e206f576bef4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 10:38:52 +0000 Subject: [PATCH] Version Packages --- .changeset/witty-lands-thank.md | 5 ----- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/witty-lands-thank.md diff --git a/.changeset/witty-lands-thank.md b/.changeset/witty-lands-thank.md deleted file mode 100644 index 41d7a9d..0000000 --- a/.changeset/witty-lands-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/function-types": minor ---- - -Add `downloadStream` and `uploadStream` types to `TailorDBFileAPI`. Mark `openDownloadStream` as deprecated. diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 34c38ef..c8e02b1 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @tailor-platform/function-types +## 0.9.0 + +### Minor Changes + +- [#178](https://github.com/tailor-platform/function/pull/178) [`1b2e22b`](https://github.com/tailor-platform/function/commit/1b2e22b6f9895fd25df353a4680fb2bd6465b9b7) Thanks [@haru0017](https://github.com/haru0017)! - Add `downloadStream` and `uploadStream` types to `TailorDBFileAPI`. Mark `openDownloadStream` as deprecated. + ## 0.8.5 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 1aaaa2a..be32544 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/function-types", - "version": "0.8.5", + "version": "0.9.0", "description": "TypeScript types for Tailor Platform Function service", "repository": { "type": "git",