Skip to content

Commit e047b1d

Browse files
committed
chore(release): prepare v0.1.0-alpha.75
1 parent 674d4c7 commit e047b1d

17 files changed

Lines changed: 65 additions & 58 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -441,19 +441,19 @@ jobs:
441441
# Publish in dependency order. Separate steps so a single failure
442442
# doesn't block the rest and each package gets its own status in the UI.
443443
- name: Publish @rezi-ui/core
444-
run: npm publish -w @rezi-ui/core --access public
444+
run: npm publish -w @rezi-ui/core --access public --tag latest
445445

446446
- name: Publish @rezi-ui/native
447-
run: npm publish -w @rezi-ui/native --access public
447+
run: npm publish -w @rezi-ui/native --access public --tag latest
448448

449449
- name: Publish @rezi-ui/testkit
450-
run: npm publish -w @rezi-ui/testkit --access public
450+
run: npm publish -w @rezi-ui/testkit --access public --tag latest
451451

452452
- name: Publish @rezi-ui/node
453-
run: npm publish -w @rezi-ui/node --access public
453+
run: npm publish -w @rezi-ui/node --access public --tag latest
454454

455455
- name: Publish @rezi-ui/jsx
456-
run: npm publish -w @rezi-ui/jsx --access public
456+
run: npm publish -w @rezi-ui/jsx --access public --tag latest
457457

458458
- name: Publish create-rezi
459-
run: npm publish -w create-rezi --access public
459+
run: npm publish -w create-rezi --access public --tag latest

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on Keep a Changelog and the project follows Semantic Version
66

77
## [Unreleased]
88

9+
## [0.1.0-alpha.75] - 2026-06-04
10+
11+
### Release Infrastructure
12+
13+
- **npm**: Publish prerelease packages with the explicit `latest` dist-tag required by npm 11.
14+
- **release**: Carries the `0.1.0-alpha.73` runtime fixes through a working npm-published alpha.
15+
916
## [0.1.0-alpha.74] - 2026-06-04
1017

1118
### Release Infrastructure

examples/gallery/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"dependencies": {
6-
"@rezi-ui/core": "0.1.0-alpha.74",
7-
"@rezi-ui/node": "0.1.0-alpha.74"
6+
"@rezi-ui/core": "0.1.0-alpha.75",
7+
"@rezi-ui/node": "0.1.0-alpha.75"
88
}
99
}

examples/hello-counter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"dependencies": {
6-
"@rezi-ui/core": "0.1.0-alpha.74",
7-
"@rezi-ui/node": "0.1.0-alpha.74"
6+
"@rezi-ui/core": "0.1.0-alpha.75",
7+
"@rezi-ui/node": "0.1.0-alpha.75"
88
}
99
}

examples/raw-draw-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"dependencies": {
6-
"@rezi-ui/core": "0.1.0-alpha.74",
7-
"@rezi-ui/node": "0.1.0-alpha.74"
6+
"@rezi-ui/core": "0.1.0-alpha.75",
7+
"@rezi-ui/node": "0.1.0-alpha.75"
88
}
99
}

examples/regression-dashboard/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test": "tsx --test src/__tests__/*.test.ts"
1212
},
1313
"dependencies": {
14-
"@rezi-ui/core": "0.1.0-alpha.74",
15-
"@rezi-ui/node": "0.1.0-alpha.74"
14+
"@rezi-ui/core": "0.1.0-alpha.75",
15+
"@rezi-ui/node": "0.1.0-alpha.75"
1616
},
1717
"engines": {
1818
"node": ">=18",

package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bench/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rezi-ui/bench",
3-
"version": "0.1.0-alpha.74",
3+
"version": "0.1.0-alpha.75",
44
"description": "Benchmark suite for Rezi and terminal UI runtimes",
55
"private": true,
66
"type": "module",
@@ -18,12 +18,12 @@
1818
"dependencies": {
1919
"@opentui/core": "^0.1.81",
2020
"@opentui/react": "^0.1.80",
21-
"@rezi-ui/core": "0.1.0-alpha.74",
21+
"@rezi-ui/core": "0.1.0-alpha.75",
2222
"blessed": "^0.1.81",
2323
"react": "^19.0.0",
2424
"terminal-kit": "^3.1.2",
2525
"web-tree-sitter": "0.25.10",
26-
"@rezi-ui/node": "0.1.0-alpha.74"
26+
"@rezi-ui/node": "0.1.0-alpha.75"
2727
},
2828
"devDependencies": {
2929
"@types/react": "^19.0.0",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rezi-ui/core",
3-
"version": "0.1.0-alpha.74",
3+
"version": "0.1.0-alpha.75",
44
"description": "Runtime-agnostic TypeScript core for building structured Rezi terminal applications.",
55
"license": "Apache-2.0",
66
"homepage": "https://rezitui.dev",
@@ -115,6 +115,6 @@
115115
"bun": ">=1.3.0"
116116
},
117117
"devDependencies": {
118-
"@rezi-ui/testkit": "0.1.0-alpha.74"
118+
"@rezi-ui/testkit": "0.1.0-alpha.75"
119119
}
120120
}

packages/create-rezi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rezi",
3-
"version": "0.1.0-alpha.74",
3+
"version": "0.1.0-alpha.75",
44
"description": "Scaffold a Rezi terminal application from focused starter and showcase templates.",
55
"license": "Apache-2.0",
66
"homepage": "https://rezitui.dev",
@@ -22,7 +22,7 @@
2222
"bun": ">=1.3.0"
2323
},
2424
"devDependencies": {
25-
"@rezi-ui/testkit": "0.1.0-alpha.74",
25+
"@rezi-ui/testkit": "0.1.0-alpha.75",
2626
"@types/cross-spawn": "^6.0.6"
2727
},
2828
"dependencies": {

0 commit comments

Comments
 (0)