Skip to content

Commit bc5fbd3

Browse files
Version Packages
1 parent f352bbb commit bc5fbd3

File tree

8 files changed

+29
-16
lines changed

8 files changed

+29
-16
lines changed

.changeset/add-liam-schema-format.md

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

.changeset/pretty-hats-ask.md

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

frontend/packages/cli/CHANGELOG.md

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

3+
## 0.7.18
4+
5+
### Patch Changes
6+
7+
- [#3708](https://github.com/liam-hq/liam/pull/3708) - - Add support for Liam Schema format JSON files in ERD page parser / Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)!
8+
- Liam format requires no conversion - just JSON parsing and validation against schemaSchema
9+
- Users can specify format using `?format=liam` query parameter
10+
- [#3708](https://github.com/liam-hq/liam/pull/3708) - - Add support for Liam Schema format JSON files in ERD page parser / Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)!
11+
- Liam format requires no conversion - just JSON parsing and validation against schemaSchema
12+
- Users can specify format using `?format=liam` query parameter
13+
- [#3499](https://github.com/liam-hq/liam/pull/3499) - - 💄 show BlinkCircle indicator when column element is selected in TableDetail / Thanks [@tnyo43](https://github.com/tnyo43)!
14+
315
## 0.7.17
416

517
### 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.17",
18+
"version": "0.7.18",
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.13
4+
5+
### Patch Changes
6+
7+
- [#3499](https://github.com/liam-hq/liam/pull/3499) - - 💄 show BlinkCircle indicator when column element is selected in TableDetail / Thanks [@tnyo43](https://github.com/tnyo43)!
8+
39
## 0.6.12
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.12",
8+
"version": "0.6.13",
99
"type": "module",
1010
"publishConfig": {
1111
"access": "public"

frontend/packages/schema/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#3708](https://github.com/liam-hq/liam/pull/3708) - - Add support for Liam Schema format JSON files in ERD page parser / Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)!
8+
- Liam format requires no conversion - just JSON parsing and validation against schemaSchema
9+
- Users can specify format using `?format=liam` query parameter
10+
311
## 0.5.6
412

513
### Patch Changes

frontend/packages/schema/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.5.6",
8+
"version": "0.6.0",
99
"type": "module",
1010
"publishConfig": {
1111
"access": "public"

0 commit comments

Comments
 (0)