Skip to content

Commit 79fbb0f

Browse files
chore(release): downgrade #691 React API changeset to minor (#734)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6c5dc2a commit 79fbb0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.changeset/react-apollon-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
"@tumaet/apollon": major
2+
"@tumaet/apollon": minor
33
---
44

55
Add a first-class React API and split the package into two entry points.
66

77
- `@tumaet/apollon/react` exports an `<Apollon>` component plus `ApollonProvider`, `useApollonEditor`, `useApollonEditorOrThrow`, and `useApollonSubscription`. It treats `react`, `react-dom`, `@mui/material`, `@emotion/react`, `@emotion/styled`, and `@xyflow/react` as peer dependencies so a React host resolves a single shared copy.
88
- The default `@tumaet/apollon` entry stays framework-agnostic and bundles those dependencies, so non-React hosts install with zero peers.
99

10-
**Breaking changes — migrating from 4.x:**
10+
**When upgrading:**
1111

1212
- React hosts: import from `@tumaet/apollon/react` and add the six peers above to your own dependencies.
1313
- Minimum Node is now 22 (was 20).

0 commit comments

Comments
 (0)