Skip to content

Commit 2b965a7

Browse files
committed
Prepare v1 RC 3
1 parent cb13ea2 commit 2b965a7

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.0.0-rc.3
4+
5+
### Changed
6+
7+
- Refreshes the V1 release candidate from the corrected publish workflow so prerelease publishes resolve to the npm `next` dist-tag by default.
8+
- Keeps the generated manifest examples aligned with the next prerelease version.
9+
310
## 1.0.0-rc.2
411

512
### Changed

docs/manifest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Breaking manifest migrations require a documented migration path before release.
2323

2424
```json
2525
{
26-
"$schema": "https://unpkg.com/create-electrobun-stack@1.0.0-rc.2/docs/ces.schema.json",
27-
"version": "1.0.0-rc.2",
26+
"$schema": "https://unpkg.com/create-electrobun-stack@1.0.0-rc.3/docs/ces.schema.json",
27+
"version": "1.0.0-rc.3",
2828
"createdAt": "2026-05-10T00:00:00.000Z",
29-
"reproducibleCommand": "bunx create-electrobun-stack@1.0.0-rc.2 my-app --template minimal ...",
29+
"reproducibleCommand": "bunx create-electrobun-stack@1.0.0-rc.3 my-app --template minimal ...",
3030
"projectName": "my-app",
3131
"packageName": "my-app",
3232
"appIdentifier": "dev.electrobun.myapp",

docs/v1-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Exit criteria:
187187

188188
Goal: publish a real prerelease and use it like a user.
189189

190-
- Bump to a fresh RC version. The current prepared candidate is `1.0.0-rc.2` because `v1.0.0-rc.1` was tagged before the Phase 1-5 corrections.
190+
- Bump to a fresh RC version. The current prepared candidate is `1.0.0-rc.3` because `v1.0.0-rc.2` was released before the corrected prerelease npm dist-tag workflow could publish.
191191
- Publish under an npm prerelease tag, for example `next`.
192192
- Test the published prerelease with:
193193
- `npm create electrobun-stack@next my-app`,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-electrobun-stack",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"description": "Scaffold a modern Electrobun desktop app.",
55
"type": "module",
66
"main": "./dist/index.mjs",

0 commit comments

Comments
 (0)