release: bump public packages to 1.2.0 - #269
Merged
toeknee-figma merged 1 commit intoAug 25, 2026
Merged
Conversation
Lockstep bump of every public package from 1.1.0 to 1.2.0. Files the 1.2.0 changelog from Unreleased. After this commit is on GitHub, `pnpm publish:ci` publishes the npm packages, tags `v1.2.0`, and opens the GitHub release from the filed CHANGELOG.md section. ## 1.2.0 - `flatbread proof install-skill` installs the Proof skill that shipped with the running CLI and pins that same `flatbread` version as a devDependency (#267). End-user docs now tell people to run `npx --yes flatbread@latest proof install-skill`, so README copy-paste blocks no longer need a version or git tag on every release. ## Checklist - [x] New public CLI: `flatbread proof install-skill` - [x] Changes generate no new console errors - [x] Version and changelog only; no new tests required ### Does this introduce any non-backwards compatible changes? - [ ] Yes - [x] No ### Does this include any user config changes? - [ ] Yes - [x] No Co-authored-by: Cursor <cursoragent@cursor.com> Change-Id: I9245fb72905fe3c6202a150f78f54ee9b09ea10b
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
toeknee-figma
approved these changes
Aug 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lockstep bump of every public package from 1.1.0 to 1.2.0. Files the
1.2.0 changelog from Unreleased.
After this commit is on GitHub,
pnpm publish:cipublishes the npmpackages, tags
v1.2.0, and opens the GitHub release from the filedCHANGELOG.md section.
1.2.0
flatbread proof install-skillinstalls the Proof skill that shippedwith the running CLI and pins that same
flatbreadversion as adevDependency (feat(cli): add proof install-skill so docs stay copy-pasteable #267). End-user docs now tell people to run
npx --yes flatbread@latest proof install-skill, so README copy-pasteblocks no longer need a version or git tag on every release.
Checklist
flatbread proof install-skillDoes this introduce any non-backwards compatible changes?
Does this include any user config changes?
Co-authored-by: Cursor cursoragent@cursor.com
Note
Low Risk
Version and changelog-only release metadata; no application logic changes in the diff.
Overview
Lockstep release prep for 1.2.0: every listed public
package.jsonmoves 1.1.0 → 1.2.0, and both Proof skillrelease.jsonfiles (.agents/skills/proof/andpackages/proof/skills/proof/) updateflatbreadVersion,proofVersion, andgitTagto match.CHANGELOG gains a filed
## 1.2.0section (moved off Unreleased) documentingflatbread proof install-skill(#267): installs the skill from the running CLI, pins thatflatbreadversion as a devDependency, and docs standardize onnpx --yes flatbread@latest proof install-skill. No runtime or API code changes in this diff—publish/tag follows viapnpm publish:ci.Reviewed by Cursor Bugbot for commit e576204. Bugbot is set up for automated code reviews on this repo. Configure here.