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 17, 2024
1 parent 00ec1d7 commit cfd51fb
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 38 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/flat-bikes-develop.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/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/unlucky-cycles-reflect.md

This file was deleted.

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

## 0.0.11

### Patch Changes

- 987082d: Update hidden node cardinalities
- 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
- b08232b: Highlight related edges and cardinalities when a TableNode is active.
- e21fdc5: Enable clicking while Table Detail opened
- 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
11 changes: 11 additions & 0 deletions frontend/packages/erd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @liam-hq/erd-core

## 0.0.6

### Patch Changes

- 987082d: Update hidden node cardinalities
- 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
- b08232b: Highlight related edges and cardinalities when a TableNode is active.
- e21fdc5: Enable clicking while Table Detail opened
- b4b76d6: Minor refactoring of ERDContent

## 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

0 comments on commit cfd51fb

Please sign in to comment.