Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/funny-beds-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-moles-watch.md

This file was deleted.

8 changes: 8 additions & 0 deletions frontend/packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @liam-hq/cli

## 0.7.20

### Patch Changes

- [#3757](https://github.com/liam-hq/liam/pull/3757) - - 🐛 Fix TableDetail not resetting when switching target tables in the ERD drawer / Thanks [@tnyo43](https://github.com/tnyo43)!
- Remount TableDetail using a key derived from table.name to avoid stale state; wire CommandPalette to allow table-mode activation
- [#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)!

## 0.7.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"license": "Apache-2.0",
"private": false,
"version": "0.7.19",
"version": "0.7.20",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions frontend/packages/erd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @liam-hq/erd-core

## 0.6.14

### Patch Changes

- [#3757](https://github.com/liam-hq/liam/pull/3757) - - 🐛 Fix TableDetail not resetting when switching target tables in the ERD drawer / Thanks [@tnyo43](https://github.com/tnyo43)!
- Remount TableDetail using a key derived from table.name to avoid stale state; wire CommandPalette to allow table-mode activation
- [#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)!

## 0.6.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/erd-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/liam-hq/liam.git"
},
"license": "Apache-2.0",
"version": "0.6.13",
"version": "0.6.14",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down