Skip to content

Commit 0429eab

Browse files
Version Packages
1 parent a23cb02 commit 0429eab

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

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

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

frontend/packages/cli/CHANGELOG.md

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

3+
## 0.7.22
4+
5+
### Patch Changes
6+
7+
- [#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)!
8+
39
## 0.7.21
410

511
### 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @liam-hq/erd-core
22

3+
## 0.6.16
4+
5+
### Patch Changes
6+
7+
- [#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)!
8+
39
## 0.6.15
410

511
### 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"

0 commit comments

Comments
 (0)