Skip to content

release: bump public packages to 1.1.0 - #263

Merged
tonyketcham merged 1 commit into
mainfrom
toeknee/release-1.1.0-7012
Aug 23, 2026
Merged

release: bump public packages to 1.1.0#263
tonyketcham merged 1 commit into
mainfrom
toeknee/release-1.1.0-7012

Conversation

@tonyketcham

Copy link
Copy Markdown
Collaborator

Summary

Lockstep bump of every public package from 1.0.1 to 1.1.0. Files the 1.1.0 changelog.

npm 1.1.0 and the GitHub release https://github.com/FlatbreadLabs/flatbread/releases/tag/v1.1.0 are already published from eb74911. This PR lands that bump on main.

Test plan

  • pnpm publish:dry passed on eb74911
  • All public packages are 1.1.0 on npm (latest)
  • GitHub release v1.1.0 is published and marked Latest

Made with Cursor

Lockstep bump of every public package from 1.0.1 to 1.1.0. Files the
1.1.0 changelog and backfills a short 1.0.1 section for the already
shipped patch. Unreleased is empty of list items.

This PR does not publish to npm. After merge, run `pnpm publish:dry`,
then `pnpm publish:ci` from the release commit. That command now tags
`v1.1.0` and opens the GitHub release from the filed CHANGELOG.md
section (#261).

## 1.1.0

- `flatbread proof write` now accepts `Retract` (#260). Session noise
  and other records that should not stay on the live graph are
  tombstoned in place. Retract refuses a sole closer and the last live
  Finding on a realized Risk. Efforts cannot be retracted.
- The Proof skill now applies a 4/4 write gate on creates and on body
  edits that add claims.
- Proof read envelopes expose `complete` and `cap_reasons` (#254).
  `page.has_more` is pagination-only. An unpaired `hasMore` flag
  without a non-empty cursor is refused.
- **Breaking for writes:** create-time `derives_from`, `supersedes`,
  and `invalidates` reject other-Effort targets (#253). Stored foreign
  edges report `PROOF_CROSS_EFFORT_RELATION`.
- Docs use Proof as the product name, not "The Proof" (#259).
- Brand marks land under `assets/brand/` (#256).
- `pnpm publish:ci` creates the GitHub release from CHANGELOG.md after
  npm publish (#261).

## Checklist

- [x] No new public exports
- [x] Changes generate no new console errors
- [x] Version and changelog only; no new tests required

### Does this introduce any non-backwards compatible changes?

- [x] Yes — Proof write creates reject cross-effort relation targets
- [ ] No

### Does this include any user config changes?

- [ ] Yes
- [x] No

Change-Id: I9f1ff14ca6d25f1d267a70b37e101cf5be412c56

Co-authored-by: Tony <tonyketcham@users.noreply.github.com>
@tonyketcham
tonyketcham merged commit eec2997 into main Aug 23, 2026
20 checks passed
@tonyketcham
tonyketcham deleted the toeknee/release-1.1.0-7012 branch August 23, 2026 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants