diff --git a/.changeset/post-type.md b/.changeset/post-type.md deleted file mode 100644 index 0faf392..0000000 --- a/.changeset/post-type.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@haverstack/commons': minor ---- - -Add `org.haverstack/post@1` — the broadcast utterance, completing the fourth cell -(speech / unbounded audience) of the commons' text-type contract 2×2. - -`POST` exports `{ text: required, format, url }`, no date field by design — uttering -is creating, and a mirrored `publishedAt` would equal `createdAt` on every record. See -`docs/commons/post.md` for the full rationale and conventions. diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index bc80d73..fa63aff 100644 --- a/packages/commons/CHANGELOG.md +++ b/packages/commons/CHANGELOG.md @@ -1,5 +1,16 @@ # @haverstack/commons +## 0.8.0 + +### Minor Changes + +- [#211](https://github.com/haverstack/core/pull/211) [`4fb733c`](https://github.com/haverstack/core/commit/4fb733c0a40d46fd4c192d6e2ac2bdb95458e4c7) Thanks [@cuibonobo](https://github.com/cuibonobo)! - Add `org.haverstack/post@1` — the broadcast utterance, completing the fourth cell + (speech / unbounded audience) of the commons' text-type contract 2×2. + + `POST` exports `{ text: required, format, url }`, no date field by design — uttering + is creating, and a mirrored `publishedAt` would equal `createdAt` on every record. See + `docs/commons/post.md` for the full rationale and conventions. + ## 0.7.0 ### Minor Changes diff --git a/packages/commons/package.json b/packages/commons/package.json index 3368be2..b44d1c6 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@haverstack/commons", - "version": "0.7.0", + "version": "0.8.0", "description": "Canonical Schema Commons type definitions for Haverstack — register commons types exactly as written", "type": "module", "exports": {