Skip to content
This repository was archived by the owner on Aug 19, 2026. It is now read-only.
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/curated-public-api.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/host-selected-surface-plan.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/narrow-public-api.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/summon-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @anarchitecture/summon-react

## 0.2.0

### Minor Changes

- [#5](https://github.com/block/summon/pull/5) [`4f8a939`](https://github.com/block/summon/commit/4f8a93950ec7cadd83368f322f709bf773d58c13) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Narrow public package exports to explicit adoption-path APIs and move copied
implementation output under `dist/_internal`.

### Patch Changes

- [#7](https://github.com/block/summon/pull/7) [`fd68e7f`](https://github.com/block/summon/commit/fd68e7f485a247642de887912cd8a4dfe295a134) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Curate the root Summon export to the beta host-authoring API and move advanced
browser, engine, and host runtime APIs behind explicit public subpaths. Packed
server and React packages now import those public subpaths instead of relying on
root export leakage.
- Updated dependencies [[`fd68e7f`](https://github.com/block/summon/commit/fd68e7f485a247642de887912cd8a4dfe295a134), [`0bd2551`](https://github.com/block/summon/commit/0bd25519ce86ec81c924a6de6d0056b6d06f5766), [`4f8a939`](https://github.com/block/summon/commit/4f8a93950ec7cadd83368f322f709bf773d58c13)]:
- @anarchitecture/summon@0.3.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/summon-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anarchitecture/summon-react",
"version": "0.1.1",
"version": "0.2.0",
"description": "React adapter for rendering Summon surfaces and component islands",
"license": "Apache-2.0",
"author": "Block, Inc.",
Expand Down Expand Up @@ -42,7 +42,7 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@anarchitecture/summon": "^0.2.0"
"@anarchitecture/summon": "^0.3.0"
},
"peerDependencies": {
"react": ">=18.3.0 || >=19.0.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/summon-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @anarchitecture/summon-server

## 0.2.0

### Minor Changes

- [#8](https://github.com/block/summon/pull/8) [`0bd2551`](https://github.com/block/summon/commit/0bd25519ce86ec81c924a6de6d0056b6d06f5766) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Make SurfacePlan authority host-selected: server resolution now falls back to
embedded/no-authority defaults unless an explicit host plan is accepted, and
`suggestSurfacePlan()` exposes prompt heuristics as advisory UI scaffolding.

- [#5](https://github.com/block/summon/pull/5) [`4f8a939`](https://github.com/block/summon/commit/4f8a93950ec7cadd83368f322f709bf773d58c13) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Narrow public package exports to explicit adoption-path APIs and move copied
implementation output under `dist/_internal`.

### Patch Changes

- [#7](https://github.com/block/summon/pull/7) [`fd68e7f`](https://github.com/block/summon/commit/fd68e7f485a247642de887912cd8a4dfe295a134) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Curate the root Summon export to the beta host-authoring API and move advanced
browser, engine, and host runtime APIs behind explicit public subpaths. Packed
server and React packages now import those public subpaths instead of relying on
root export leakage.
- Updated dependencies [[`fd68e7f`](https://github.com/block/summon/commit/fd68e7f485a247642de887912cd8a4dfe295a134), [`0bd2551`](https://github.com/block/summon/commit/0bd25519ce86ec81c924a6de6d0056b6d06f5766), [`4f8a939`](https://github.com/block/summon/commit/4f8a93950ec7cadd83368f322f709bf773d58c13)]:
- @anarchitecture/summon@0.3.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/summon-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anarchitecture/summon-server",
"version": "0.1.1",
"version": "0.2.0",
"description": "Provider-neutral server-side generation primitives for Summon surfaces",
"license": "Apache-2.0",
"author": "Block, Inc.",
Expand Down Expand Up @@ -42,7 +42,7 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@anarchitecture/summon": "^0.2.0"
"@anarchitecture/summon": "^0.3.0"
},
"devDependencies": {
"typescript": "^5.4.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/summon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @anarchitecture/summon

## 0.3.0

### Minor Changes

- [#7](https://github.com/block/summon/pull/7) [`fd68e7f`](https://github.com/block/summon/commit/fd68e7f485a247642de887912cd8a4dfe295a134) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Curate the root Summon export to the beta host-authoring API and move advanced
browser, engine, and host runtime APIs behind explicit public subpaths. Packed
server and React packages now import those public subpaths instead of relying on
root export leakage.

- [#8](https://github.com/block/summon/pull/8) [`0bd2551`](https://github.com/block/summon/commit/0bd25519ce86ec81c924a6de6d0056b6d06f5766) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Make SurfacePlan authority host-selected: server resolution now falls back to
embedded/no-authority defaults unless an explicit host plan is accepted, and
`suggestSurfacePlan()` exposes prompt heuristics as advisory UI scaffolding.

- [#5](https://github.com/block/summon/pull/5) [`4f8a939`](https://github.com/block/summon/commit/4f8a93950ec7cadd83368f322f709bf773d58c13) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Narrow public package exports to explicit adoption-path APIs and move copied
implementation output under `dist/_internal`.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/summon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anarchitecture/summon",
"version": "0.2.0",
"version": "0.3.0",
"description": "Sandboxed generative UI runtime, protocol, policy bridge, and browser host primitives",
"license": "Apache-2.0",
"author": "Block, Inc.",
Expand Down