You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/packages/cli/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# @liam-hq/cli
2
2
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)!
Copy file name to clipboardExpand all lines: frontend/packages/erd-core/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# @liam-hq/erd-core
2
2
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)!
Copy file name to clipboardExpand all lines: frontend/packages/schema/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# @liam-hq/schema
2
2
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
0 commit comments