Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
1 parent 685d5c0 commit c98287d
Show file tree
Hide file tree
Showing 18 changed files with 44 additions and 75 deletions.
6 changes: 0 additions & 6 deletions frontend/.changeset/afraid-gifts-push.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/curvy-glasses-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/empty-numbers-exist.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/flat-bikes-develop.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/khaki-olives-reflect.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/many-wasps-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/orange-pants-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/pink-otters-happen.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/sour-candles-pay.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/stale-bags-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/twenty-eggs-beam.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/unlucky-cycles-reflect.md

This file was deleted.

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

## 0.0.11

### Patch Changes

- 987082d: Update hidden node cardinalities
- 60bfdeb: refactor: Move the calculation to TableColumnList and TableColumn only displays the props
- 16118e3: 💄 add loading spinner
- 9c44a6a: fix: Fixed an issue where the correct table was not focused when sharing URLs in TableDetail
- 3ebbac2: Corrected incorrect cardinality direction.
- c3756b1: Reduce the width of TableDetail to prevent TableNode from being obscured
- 594a73b: Enable hiding cardinalities on source node if target node is hidden
- 88cf707: refactor: The behavior of TableNode when clicked is unified to be handled by ERDContent
- b08232b: Highlight related edges and cardinalities when a TableNode is active.
- e21fdc5: Enable clicking while Table Detail opened
- 296fdaa: Restored columnType visibility.
- b4b76d6: Minor refactoring of ERDContent

## 0.0.10

### 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 @@ -2,7 +2,7 @@
"name": "@liam-hq/cli",
"license": "Apache-2.0",
"private": false,
"version": "0.0.10",
"version": "0.0.11",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
18 changes: 18 additions & 0 deletions frontend/packages/erd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @liam-hq/erd-core

## 0.0.6

### Patch Changes

- 987082d: Update hidden node cardinalities
- 60bfdeb: refactor: Move the calculation to TableColumnList and TableColumn only displays the props
- 16118e3: 💄 add loading spinner
- 9c44a6a: fix: Fixed an issue where the correct table was not focused when sharing URLs in TableDetail
- c3756b1: Reduce the width of TableDetail to prevent TableNode from being obscured
- 594a73b: Enable hiding cardinalities on source node if target node is hidden
- 88cf707: refactor: The behavior of TableNode when clicked is unified to be handled by ERDContent
- b08232b: Highlight related edges and cardinalities when a TableNode is active.
- e21fdc5: Enable clicking while Table Detail opened
- 296fdaa: Restored columnType visibility.
- b4b76d6: Minor refactoring of ERDContent
- Updated dependencies [3ebbac2]
- @liam-hq/ui@0.0.3

## 0.0.5

### 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
@@ -1,7 +1,7 @@
{
"name": "@liam-hq/erd-core",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"main": "src/index.ts",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions frontend/packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @liam-hq/ui

## 0.0.3

### Patch Changes

- 3ebbac2: Corrected incorrect cardinality direction.

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@liam-hq/ui",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"main": "src/index.ts",
"dependencies": {
"@radix-ui/react-dropdown-menu": "2.1.2",
Expand Down

0 comments on commit c98287d

Please sign in to comment.