Skip to content

Commit d5679e9

Browse files
authored
Merge pull request #3999 from liam-hq/changeset-release/main
Version Packages
2 parents 95db078 + 075c8d7 commit d5679e9

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/stale-chefs-bake.md

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

frontend/packages/cli/CHANGELOG.md

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

3+
## 0.7.23
4+
5+
### Patch Changes
6+
7+
- [#3988](https://github.com/liam-hq/liam/pull/3988) - - ✨ Add Export dropdown to copy PostgreSQL DDL and YAML from the ERD / Thanks [@tnyo43](https://github.com/tnyo43)!
8+
- Adds ExportDropdown to the AppBar with “Copy PostgreSQL” and “Copy YAML” actions, using schema deparsers and clipboard with success/error toasts; adds @liam-hq/neverthrow dependency
9+
310
## 0.7.22
411

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

frontend/packages/erd-core/CHANGELOG.md

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

3+
## 0.6.17
4+
5+
### Patch Changes
6+
7+
- [#3988](https://github.com/liam-hq/liam/pull/3988) - - ✨ Add Export dropdown to copy PostgreSQL DDL and YAML from the ERD / Thanks [@tnyo43](https://github.com/tnyo43)!
8+
- Adds ExportDropdown to the AppBar with “Copy PostgreSQL” and “Copy YAML” actions, using schema deparsers and clipboard with success/error toasts; adds @liam-hq/neverthrow dependency
9+
310
## 0.6.16
411

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

0 commit comments

Comments
 (0)