diff --git a/.changeset/brave-rooms-go.md b/.changeset/brave-rooms-go.md deleted file mode 100644 index e22fc4b3..00000000 --- a/.changeset/brave-rooms-go.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@vercel/flags-core": patch -"@flags-sdk/vercel": patch ---- - -Loosen the type restrictions on the `Evaluation` type as the previous implementation would only work with `interface` but not with `type` that lead to an accidental breaking change. diff --git a/packages/adapter-vercel/CHANGELOG.md b/packages/adapter-vercel/CHANGELOG.md index 204292e9..14efa81c 100644 --- a/packages/adapter-vercel/CHANGELOG.md +++ b/packages/adapter-vercel/CHANGELOG.md @@ -1,5 +1,13 @@ # @flags-sdk/vercel +## 1.1.1 + +### Patch Changes + +- b81963d: Loosen the type restrictions on the `Evaluation` type as the previous implementation would only work with `interface` but not with `type` that lead to an accidental breaking change. +- Updated dependencies [b81963d] + - @vercel/flags-core@1.2.1 + ## 1.1.0 ### Minor Changes diff --git a/packages/adapter-vercel/package.json b/packages/adapter-vercel/package.json index 07c8fad2..780bd94b 100644 --- a/packages/adapter-vercel/package.json +++ b/packages/adapter-vercel/package.json @@ -1,6 +1,6 @@ { "name": "@flags-sdk/vercel", - "version": "1.1.0", + "version": "1.1.1", "description": "", "keywords": [], "license": "MIT", diff --git a/packages/vercel-flags-core/CHANGELOG.md b/packages/vercel-flags-core/CHANGELOG.md index 92d46fa4..5ba7dd25 100644 --- a/packages/vercel-flags-core/CHANGELOG.md +++ b/packages/vercel-flags-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vercel/flags-core +## 1.2.1 + +### Patch Changes + +- b81963d: Loosen the type restrictions on the `Evaluation` type as the previous implementation would only work with `interface` but not with `type` that lead to an accidental breaking change. + ## 1.2.0 ### Minor Changes diff --git a/packages/vercel-flags-core/package.json b/packages/vercel-flags-core/package.json index 279e3055..e7ac349a 100644 --- a/packages/vercel-flags-core/package.json +++ b/packages/vercel-flags-core/package.json @@ -1,6 +1,6 @@ { "name": "@vercel/flags-core", - "version": "1.2.0", + "version": "1.2.1", "description": "", "keywords": [], "license": "MIT",