Skip to content

Commit b567a4e

Browse files
committed
chore(changeset): add v3.0.0 major release notes
1 parent e80564e commit b567a4e

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "public",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

.changeset/v3-major.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"react-code-view": major
3+
"@react-code-view/react": major
4+
"@react-code-view/core": major
5+
"@react-code-view/unplugin": major
6+
---
7+
8+
Major refactor for v3.0.0:
9+
10+
- Hook: stabilize `useCodeExecution` (refs-based options, stable `execute()`, `updateCode` alias)
11+
- Tests: fix TypeScript matcher types and marked renderer signature; remove unused vars
12+
- Docs: update README with requirements, hook example, CI/CD notes
13+
- CI: Node 18 + PNPM, caching; gh-pages publishes `docs/dist`
14+
- Publish: adopt Changesets + npm provenance (OIDC), drop `NODE_AUTH_TOKEN`
15+
- Config: align workspace tsconfig/turbo/vite
16+
17+
BREAKING CHANGES:
18+
19+
- `useCodeExecution` effect behavior stabilized; consumers relying on previous implicit re-execution may need to explicitly update `code` or pass `dependencies`
20+
- Package structure reorganized across `packages/*`; import paths may need updates according to exports

0 commit comments

Comments
 (0)