Skip to content

Commit 724a28f

Browse files
Version Packages
1 parent a277b0a commit 724a28f

File tree

7 files changed

+20
-17
lines changed

7 files changed

+20
-17
lines changed

.changeset/hip-times-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/polite-forks-repair.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sixty-pans-marry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

frontend/packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @liam-hq/cli
22

3+
## 0.5.8
4+
5+
### Patch Changes
6+
7+
- [#2064](https://github.com/liam-hq/liam/pull/2064) - Fix CLI error handling for non-existent input files / Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)!
8+
- [#1786](https://github.com/liam-hq/liam/pull/1786) - show the tooltip for truncated table name in table node / Thanks [@khiroshi-win](https://github.com/khiroshi-win)!
9+
- [#2052](https://github.com/liam-hq/liam/pull/2052) - 🐛 fix(TableDetail): hide `DrawerContent` component when table is not set when table is not selected / Thanks [@tnyo43](https://github.com/tnyo43)!
10+
311
## 0.5.7
412

513
### Patch Changes

frontend/packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"license": "Apache-2.0",
1717
"private": false,
18-
"version": "0.5.7",
18+
"version": "0.5.8",
1919
"type": "module",
2020
"publishConfig": {
2121
"access": "public"

frontend/packages/erd-core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @liam-hq/erd-core
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#1786](https://github.com/liam-hq/liam/pull/1786) - show the tooltip for truncated table name in table node / Thanks [@khiroshi-win](https://github.com/khiroshi-win)!
8+
9+
### Patch Changes
10+
11+
- [#2052](https://github.com/liam-hq/liam/pull/2052) - 🐛 fix(TableDetail): hide `DrawerContent` component when table is not set when table is not selected / Thanks [@tnyo43](https://github.com/tnyo43)!
12+
313
## 0.3.0
414

515
### Minor Changes

frontend/packages/erd-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@liam-hq/erd-core",
33
"license": "Apache-2.0",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"type": "module",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)