Skip to content

Commit 08a7ddb

Browse files
Version Packages
1 parent 6111e4d commit 08a7ddb

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

.changeset/hot-moles-watch.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.20
4+
5+
### Patch Changes
6+
7+
- [#3745](https://github.com/liam-hq/liam/pull/3745) - 🚸 Disable ERD resize handle when the left pane is closed to prevent accidental resizing and layout conflicts / Thanks [@junkisai](https://github.com/junkisai)!
8+
39
## 0.7.19
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.19",
18+
"version": "0.7.20",
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.14
4+
5+
### Patch Changes
6+
7+
- [#3745](https://github.com/liam-hq/liam/pull/3745) - 🚸 Disable ERD resize handle when the left pane is closed to prevent accidental resizing and layout conflicts / Thanks [@junkisai](https://github.com/junkisai)!
8+
39
## 0.6.13
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.13",
8+
"version": "0.6.14",
99
"type": "module",
1010
"publishConfig": {
1111
"access": "public"

0 commit comments

Comments
 (0)