From 9f29b7f15c23aaaf89a9c64f1ebaf4396c2812c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 00:10:20 +0000 Subject: [PATCH] Version Packages --- .changeset/deprecate-function-types.md | 5 ----- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/deprecate-function-types.md diff --git a/.changeset/deprecate-function-types.md b/.changeset/deprecate-function-types.md deleted file mode 100644 index 6092313..0000000 --- a/.changeset/deprecate-function-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/function-types": patch ---- - -Deprecate this package in favor of `@tailor-platform/sdk`, which now covers the same `tailor.*` / `tailordb.*` runtime surface. The README documents the deprecation and migration steps. diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index a04a8c3..8826cfc 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @tailor-platform/function-types +## 0.10.1 + +### Patch Changes + +- [#190](https://github.com/tailor-platform/function/pull/190) [`09dfbcc`](https://github.com/tailor-platform/function/commit/09dfbccaa0449077bf0e768bb85939918de2709f) Thanks [@toiroakr](https://github.com/toiroakr)! - Deprecate this package in favor of `@tailor-platform/sdk`, which now covers the same `tailor.*` / `tailordb.*` runtime surface. The README documents the deprecation and migration steps. + ## 0.10.0 ### Minor Changes diff --git a/packages/types/package.json b/packages/types/package.json index 8d4114a..fb994b6 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/function-types", - "version": "0.10.0", + "version": "0.10.1", "description": "TypeScript types for Tailor Platform Function service", "repository": { "type": "git",