Skip to content

Commit 1df0824

Browse files
authored
Merge pull request #4012 from liam-hq/changeset-release/main
Version Packages
2 parents 35a9953 + 7131951 commit 1df0824

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

.changeset/breezy-yaks-arrive.md

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

frontend/packages/cli/CHANGELOG.md

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

3+
## 0.7.24
4+
5+
### Patch Changes
6+
7+
- [#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)!
8+
- Command Palette: new "Show All Tables" and "Hide All Tables" commands
9+
- Subscribe shortcuts: ⇧A for "Show All Tables" and ⇧H for "Hide All Tables"
10+
311
## 0.7.23
412

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

frontend/packages/erd-core/CHANGELOG.md

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

3+
## 0.6.18
4+
5+
### Patch Changes
6+
7+
- [#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)!
8+
- Command Palette: new "Show All Tables" and "Hide All Tables" commands
9+
- Subscribe shortcuts: ⇧A for "Show All Tables" and ⇧H for "Hide All Tables"
10+
311
## 0.6.17
412

513
### 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.17",
8+
"version": "0.6.18",
99
"type": "module",
1010
"publishConfig": {
1111
"access": "public"

0 commit comments

Comments
 (0)