Skip to content

Commit caa8f56

Browse files
authored
chore(main): release library 11.4.1 (#551)
1 parent 34a684f commit caa8f56

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
".": "1.0.0",
3-
"packages/library": "11.4.0"
3+
"packages/library": "11.4.1"
44
}

packages/library/CHANGELOG.md

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

3+
## [11.4.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.4.0...library-v11.4.1) (2025-08-03)
4+
5+
6+
### Bug Fixes
7+
8+
* not being able to import from `@tui-sandbox/library/src/client` ([#550](https://github.com/mikavilpas/tui-sandbox/issues/550)) ([cbb3648](https://github.com/mikavilpas/tui-sandbox/commit/cbb3648592c951cc85bee6d37fd22de774f4334b))
9+
310
## [11.4.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.3.3...library-v11.4.0) (2025-08-03)
411

512

packages/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tui-sandbox/library",
3-
"version": "11.4.0",
3+
"version": "11.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/mikavilpas/tui-sandbox"

0 commit comments

Comments
 (0)