Skip to content

Commit 4cf382d

Browse files
Release v0.1.0-beta.8
CHANGELOG entry: bump recommended re-frame-10x to 1.12.3 (covers 1.12.2's React-17 compile fix for the auto-detect default preload + 1.12.3's CI / sample-project hygiene patch). No behavioural change versus beta.7 — this release exists to keep the README's recommended-deps table aligned with the latest re-frame-10x patch release. Anyone fetching beta.8 sees the right number; consumers who already pinned re-frame-10x 1.12.1 should update to 1.12.3 (especially React-17 hosts using the bare default preload). package.json + .claude-plugin/plugin.json bumped in lockstep (release workflow gates on the match). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5daac94 commit 4cf382d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "re-frame-pair",
3-
"version": "0.1.0-beta.7",
3+
"version": "0.1.0-beta.8",
44
"description": "Pair-program with a live re-frame application. A Claude Code Skill for the day8 stack (re-frame + re-frame-10x + re-com + shadow-cljs).",
55
"author": {
66
"name": "day8",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ versioning aims at [SemVer](https://semver.org/) once the skill leaves beta.
1414

1515
Nothing yet.
1616

17+
## [0.1.0-beta.8] - 2026-05-05
18+
19+
### Changed
20+
21+
- **Recommended `re-frame-10x` version bumped to `1.12.3`.** Patches the React-17 compile failure in 1.12.1's auto-detect default preload (1.12.2 — closes [day8/re-frame-10x#425](https://github.com/day8/re-frame-10x/issues/425)) and a CI / sample-project deps hygiene patch (1.12.3). React-17 consumers using the bare default `day8.re-frame-10x.preload` now compile cleanly; React-18 consumers see no behavioural change. Both the `Install` table and the copy-paste deps block in README point at 1.12.3.
22+
1723
## [0.1.0-beta.7] - 2026-05-05
1824

1925
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@day8/re-frame-pair",
3-
"version": "0.1.0-beta.7",
3+
"version": "0.1.0-beta.8",
44
"description": "Pair-program with a live re-frame application. A Claude Code Skill for the day8 stack (re-frame + re-frame-10x + re-com + shadow-cljs).",
55
"keywords": [
66
"claude-code",

0 commit comments

Comments
 (0)