Skip to content

Commit eb299bf

Browse files
committed
Prepare v1 RC 2
1 parent 28d5889 commit eb299bf

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.2
4+
5+
### Changed
6+
7+
- Refreshes the release candidate after completing the V1 public-contract, validation, publishing dry-run, and documentation phases.
8+
- Keeps the package behavior aligned with the pre-RC documentation pass and current `main`.
9+
310
## 1.0.0-rc.1
411

512
### Added

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.1/docs/ces.schema.json",
27-
"version": "1.0.0-rc.1",
26+
"$schema": "https://unpkg.com/create-electrobun-stack@1.0.0-rc.2/docs/ces.schema.json",
27+
"version": "1.0.0-rc.2",
2828
"createdAt": "2026-05-10T00:00:00.000Z",
29-
"reproducibleCommand": "bunx create-electrobun-stack@1.0.0-rc.1 my-app --template minimal ...",
29+
"reproducibleCommand": "bunx create-electrobun-stack@1.0.0-rc.2 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 `1.0.0-rc.1`.
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.
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.1",
3+
"version": "1.0.0-rc.2",
44
"description": "Scaffold a modern Electrobun desktop app.",
55
"type": "module",
66
"main": "./dist/index.mjs",

0 commit comments

Comments
 (0)