From 266cd0a40d23675561e809d25e07660661f61a47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 08:03:14 +0000 Subject: [PATCH] Version Packages --- .changeset/tall-bugs-retire.md | 7 ------- packages/rest-api-sdk/CHANGELOG.md | 9 +++++++++ packages/rest-api-sdk/package.json | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 .changeset/tall-bugs-retire.md create mode 100644 packages/rest-api-sdk/CHANGELOG.md diff --git a/.changeset/tall-bugs-retire.md b/.changeset/tall-bugs-retire.md deleted file mode 100644 index ea2516c6..00000000 --- a/.changeset/tall-bugs-retire.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@reflag/rest-api-sdk": patch ---- - -fix: update to the 3.0.1 API - -`notifications` now takes a list of notification destinations instead of a boolean: ['slack', 'linearComment'] etc. diff --git a/packages/rest-api-sdk/CHANGELOG.md b/packages/rest-api-sdk/CHANGELOG.md new file mode 100644 index 00000000..1a3d3294 --- /dev/null +++ b/packages/rest-api-sdk/CHANGELOG.md @@ -0,0 +1,9 @@ +# @reflag/rest-api-sdk + +## 0.0.3 + +### Patch Changes + +- 36dea40: fix: update to the 3.0.1 API + + `notifications` now takes a list of notification destinations instead of a boolean: ['slack', 'linearComment'] etc. diff --git a/packages/rest-api-sdk/package.json b/packages/rest-api-sdk/package.json index 6f31e93f..8094a857 100644 --- a/packages/rest-api-sdk/package.json +++ b/packages/rest-api-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@reflag/rest-api-sdk", - "version": "0.0.2", + "version": "0.0.3", "description": "Reflag REST API SDK", "license": "MIT", "repository": {