Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/tender-pugs-invite.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/buzzkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/buzzkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "buzzkit",
"license": "MIT",
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"sideEffects": false,
"files": [
Expand Down