From af42368158c043384532de1d11a31cbbbce50116 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 02:59:09 +0000 Subject: [PATCH] chore: release the SDK --- .changeset/tender-pugs-invite.md | 5 ----- packages/buzzkit/CHANGELOG.md | 7 +++++++ packages/buzzkit/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tender-pugs-invite.md create mode 100644 packages/buzzkit/CHANGELOG.md diff --git a/.changeset/tender-pugs-invite.md b/.changeset/tender-pugs-invite.md deleted file mode 100644 index 44b8c3ad..00000000 --- a/.changeset/tender-pugs-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'buzzkit': major ---- - -The first public release. One package with seven entry points: the server client, the browser client and its React hooks, webhook signing and verification, and the segment, workflow and source grammars. Entity types are held to the API by type-level parity assertions, every list pages the same way, and retries cover connection failures, timeouts, 429 and 5xx with jitter and Retry-After. diff --git a/packages/buzzkit/CHANGELOG.md b/packages/buzzkit/CHANGELOG.md new file mode 100644 index 00000000..052ec28e --- /dev/null +++ b/packages/buzzkit/CHANGELOG.md @@ -0,0 +1,7 @@ +# buzzkit + +## 1.0.0 + +### Major Changes + +- [#1](https://github.com/buzzkit-dev/buzzkit/pull/1) [`71c2819`](https://github.com/buzzkit-dev/buzzkit/commit/71c2819977cb546b207f36f902da183ad6b4156f) Thanks [@chroxify](https://github.com/chroxify)! - The first public release. One package with seven entry points: the server client, the browser client and its React hooks, webhook signing and verification, and the segment, workflow and source grammars. Entity types are held to the API by type-level parity assertions, every list pages the same way, and retries cover connection failures, timeouts, 429 and 5xx with jitter and Retry-After. diff --git a/packages/buzzkit/package.json b/packages/buzzkit/package.json index cb0e487c..7120aed5 100644 --- a/packages/buzzkit/package.json +++ b/packages/buzzkit/package.json @@ -1,7 +1,7 @@ { "name": "buzzkit", "license": "MIT", - "version": "0.0.0", + "version": "1.0.0", "type": "module", "sideEffects": false, "files": [