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
8 changes: 0 additions & 8 deletions .changeset/add-liam-schema-format.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-hats-ask.md

This file was deleted.

12 changes: 12 additions & 0 deletions frontend/packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @liam-hq/cli

## 0.7.18

### Patch Changes

- [#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)!
- Liam format requires no conversion - just JSON parsing and validation against schemaSchema
- Users can specify format using `?format=liam` query parameter
- [#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)!
- Liam format requires no conversion - just JSON parsing and validation against schemaSchema
- Users can specify format using `?format=liam` query parameter
- [#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)!

## 0.7.17

### 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.17",
"version": "0.7.18",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions frontend/packages/erd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @liam-hq/erd-core

## 0.6.13

### Patch Changes

- [#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)!

## 0.6.12

### 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.12",
"version": "0.6.13",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions frontend/packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @liam-hq/schema

## 0.6.0

### Minor Changes

- [#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)!
- Liam format requires no conversion - just JSON parsing and validation against schemaSchema
- Users can specify format using `?format=liam` query parameter

## 0.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/schema/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.5.6",
"version": "0.6.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down