@carlesandres/house 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@ The publish workflow (`.github/workflows/publish.yml`) runs on the `release: pub
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.4.3] — 2026-05-23
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Dependency alignment: bumped `effect` to `4.0.0-beta.70` to match `@effect/atom-react@4.0.0-beta.70`, removing npm `ERESOLVE overriding peer dependency` warnings during global installs.
|
|
14
|
+
|
|
9
15
|
## [0.4.2] — 2026-05-23
|
|
10
16
|
|
|
11
17
|
### Added
|
|
@@ -167,4 +173,13 @@ The v1 MVP, published as `@carlesandres/openmdr` on npm.
|
|
|
167
173
|
|
|
168
174
|
Search, stdin, URL fetching, cross-file link following, `$EDITOR` hand-off, syntax highlighting, persistent config, OS-appearance auto-detect, single-binary distribution (issue [#2](https://github.com/carlesandres/openmdr/issues/2)), Homebrew tap. All tracked.
|
|
169
175
|
|
|
170
|
-
[Unreleased]: https://github.com/carlesandres/house/compare/v0.4.
|
|
176
|
+
[Unreleased]: https://github.com/carlesandres/house/compare/v0.4.3...HEAD
|
|
177
|
+
[0.4.3]: https://github.com/carlesandres/house/compare/v0.4.2...v0.4.3
|
|
178
|
+
[0.4.2]: https://github.com/carlesandres/house/compare/v0.4.1...v0.4.2
|
|
179
|
+
[0.4.1]: https://github.com/carlesandres/house/compare/v0.4.0...v0.4.1
|
|
180
|
+
[0.4.0]: https://github.com/carlesandres/house/compare/v0.3.1...v0.4.0
|
|
181
|
+
[0.3.1]: https://github.com/carlesandres/house/compare/v0.3.0...v0.3.1
|
|
182
|
+
[0.3.0]: https://github.com/carlesandres/house/compare/v0.2.1...v0.3.0
|
|
183
|
+
[0.2.1]: https://github.com/carlesandres/house/compare/v0.2.0...v0.2.1
|
|
184
|
+
[0.2.0]: https://github.com/carlesandres/house/compare/v0.1.0...v0.2.0
|
|
185
|
+
[0.1.0]: https://github.com/carlesandres/house/releases/tag/v0.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carlesandres/house",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "TUI-first markdown reader on opentui",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@effect/atom-react": "4.0.0-beta.70",
|
|
54
54
|
"@opentui/core": "0.2.15",
|
|
55
55
|
"@opentui/react": "0.2.15",
|
|
56
|
-
"effect": "4.0.0-beta.
|
|
56
|
+
"effect": "4.0.0-beta.70",
|
|
57
57
|
"ignore": "^7.0.5",
|
|
58
58
|
"marked": "^18.0.4",
|
|
59
59
|
"react": "19.2.6",
|