diff --git a/.changeset/add-liam-schema-format.md b/.changeset/add-liam-schema-format.md deleted file mode 100644 index 098a59d93a..0000000000 --- a/.changeset/add-liam-schema-format.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@liam-hq/schema": minor -"@liam-hq/cli": patch ---- - -- Add support for Liam Schema format JSON files in ERD page parser - - Liam format requires no conversion - just JSON parsing and validation against schemaSchema - - Users can specify format using `?format=liam` query parameter diff --git a/.changeset/pretty-hats-ask.md b/.changeset/pretty-hats-ask.md deleted file mode 100644 index f43bf906f3..0000000000 --- a/.changeset/pretty-hats-ask.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@liam-hq/erd-core": patch ---- - -- 💄 show BlinkCircle indicator when column element is selected in TableDetail diff --git a/frontend/packages/cli/CHANGELOG.md b/frontend/packages/cli/CHANGELOG.md index 2ed1dd76ba..1669b25276 100644 --- a/frontend/packages/cli/CHANGELOG.md +++ b/frontend/packages/cli/CHANGELOG.md @@ -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 diff --git a/frontend/packages/cli/package.json b/frontend/packages/cli/package.json index 3be483b783..ccb439eff2 100644 --- a/frontend/packages/cli/package.json +++ b/frontend/packages/cli/package.json @@ -15,7 +15,7 @@ }, "license": "Apache-2.0", "private": false, - "version": "0.7.17", + "version": "0.7.18", "type": "module", "publishConfig": { "access": "public" diff --git a/frontend/packages/erd-core/CHANGELOG.md b/frontend/packages/erd-core/CHANGELOG.md index 9b5c2f76dd..40783fddc1 100644 --- a/frontend/packages/erd-core/CHANGELOG.md +++ b/frontend/packages/erd-core/CHANGELOG.md @@ -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 diff --git a/frontend/packages/erd-core/package.json b/frontend/packages/erd-core/package.json index 90c054ce12..b0912676ca 100644 --- a/frontend/packages/erd-core/package.json +++ b/frontend/packages/erd-core/package.json @@ -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" diff --git a/frontend/packages/schema/CHANGELOG.md b/frontend/packages/schema/CHANGELOG.md index 332ad08a4d..5be9cca53b 100644 --- a/frontend/packages/schema/CHANGELOG.md +++ b/frontend/packages/schema/CHANGELOG.md @@ -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 diff --git a/frontend/packages/schema/package.json b/frontend/packages/schema/package.json index a1b5f4403e..3d2534373c 100644 --- a/frontend/packages/schema/package.json +++ b/frontend/packages/schema/package.json @@ -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"