Skip to content
Merged
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
10 changes: 0 additions & 10 deletions .changeset/post-type.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading