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
7 changes: 0 additions & 7 deletions .changeset/breezy-yaks-arrive.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.24

### Patch Changes

- [#4006](https://github.com/liam-hq/liam/pull/4006) - - ✨ Add "Show All Tables" and "Hide All Tables" table visibility shortcuts and options in CommandPalette / Thanks [@tnyo43](https://github.com/tnyo43)!
- Command Palette: new "Show All Tables" and "Hide All Tables" commands
- Subscribe shortcuts: ⇧A for "Show All Tables" and ⇧H for "Hide All Tables"

## 0.7.23

### 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.23",
"version": "0.7.24",
"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.18

### Patch Changes

- [#4006](https://github.com/liam-hq/liam/pull/4006) - - ✨ Add "Show All Tables" and "Hide All Tables" table visibility shortcuts and options in CommandPalette / Thanks [@tnyo43](https://github.com/tnyo43)!
- Command Palette: new "Show All Tables" and "Hide All Tables" commands
- Subscribe shortcuts: ⇧A for "Show All Tables" and ⇧H for "Hide All Tables"

## 0.6.17

### 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.17",
"version": "0.6.18",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
Loading