Skip to content

Commit 2e92dee

Browse files
Version Packages
1 parent dd0d910 commit 2e92dee

File tree

11 files changed

+38
-33
lines changed

11 files changed

+38
-33
lines changed

.changeset/fancy-beds-joke.md

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

.changeset/fix-table-detail-drawer.md

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

.changeset/rich-kings-feel.md

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

.changeset/sweet-chicken-stay.md

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

.changeset/three-teeth-marry.md

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

frontend/packages/cli/CHANGELOG.md

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

3+
## 0.7.22
4+
5+
### Patch Changes
6+
7+
- [#3943](https://github.com/liam-hq/liam/pull/3943) - - ✨ Enable Command Palette "table" input mode / Thanks [@tnyo43](https://github.com/tnyo43)!
8+
- Pressing Tab with a table suggestion switches to table mode
9+
- Tab now completes suggestions in non-default modes and for non-table suggestions
10+
- The table column and index options are shown and linked to the TableDetail content
11+
- [#3833](https://github.com/liam-hq/liam/pull/3833) - - 🐛 Fix focus trap and enable click-outside-to-close for Table Detail Drawer / Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)!
12+
- [#3897](https://github.com/liam-hq/liam/pull/3897) - - 💄 style(CommandPalette): handle long names / Thanks [@tnyo43](https://github.com/tnyo43)!
13+
- Wrap and truncate long text in options and input suggestions
14+
- [#3968](https://github.com/liam-hq/liam/pull/3968) - - 💄 fix CommandPalette empty message style / Thanks [@tnyo43](https://github.com/tnyo43)!
15+
- bring the message to the center of the container
16+
317
## 0.7.21
418

519
### 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.7.21",
18+
"version": "0.7.22",
1919
"type": "module",
2020
"publishConfig": {
2121
"access": "public"

frontend/packages/erd-core/CHANGELOG.md

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

3+
## 0.6.16
4+
5+
### Patch Changes
6+
7+
- [#3943](https://github.com/liam-hq/liam/pull/3943) - - ✨ Enable Command Palette "table" input mode / Thanks [@tnyo43](https://github.com/tnyo43)!
8+
- Pressing Tab with a table suggestion switches to table mode
9+
- Tab now completes suggestions in non-default modes and for non-table suggestions
10+
- The table column and index options are shown and linked to the TableDetail content
11+
- [#3833](https://github.com/liam-hq/liam/pull/3833) - - 🐛 Fix focus trap and enable click-outside-to-close for Table Detail Drawer / Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)!
12+
- [#3897](https://github.com/liam-hq/liam/pull/3897) - - 💄 style(CommandPalette): handle long names / Thanks [@tnyo43](https://github.com/tnyo43)!
13+
- Wrap and truncate long text in options and input suggestions
14+
- [#3968](https://github.com/liam-hq/liam/pull/3968) - - 💄 fix CommandPalette empty message style / Thanks [@tnyo43](https://github.com/tnyo43)!
15+
- bring the message to the center of the container
16+
- [#3971](https://github.com/liam-hq/liam/pull/3971) - - 💄 fix scrollbar styles so that ::-webkit-scrollbar pseudo classes take effect in Safari / Thanks [@tnyo43](https://github.com/tnyo43)!
17+
318
## 0.6.15
419

520
### Patch Changes

frontend/packages/erd-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://github.com/liam-hq/liam.git"
66
},
77
"license": "Apache-2.0",
8-
"version": "0.6.15",
8+
"version": "0.6.16",
99
"type": "module",
1010
"publishConfig": {
1111
"access": "public"

frontend/packages/ui/CHANGELOG.md

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

3+
## 0.0.24
4+
5+
### Patch Changes
6+
7+
- [#3971](https://github.com/liam-hq/liam/pull/3971) - - 💄 fix scrollbar styles so that ::-webkit-scrollbar pseudo classes take effect in Safari / Thanks [@tnyo43](https://github.com/tnyo43)!
8+
39
## 0.0.23
410

511
### Patch Changes

0 commit comments

Comments
 (0)