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 19, 2024
1 parent adfe11a commit c972a55
Show file tree
Hide file tree
Showing 19 changed files with 50 additions and 83 deletions.
6 changes: 0 additions & 6 deletions frontend/.changeset/big-impalas-call.md

This file was deleted.

7 changes: 0 additions & 7 deletions frontend/.changeset/calm-coats-smoke.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/chatty-buses-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/clever-crabs-check.md

This file was deleted.

7 changes: 0 additions & 7 deletions frontend/.changeset/fifty-mice-argue.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/forty-berries-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/funny-jokes-add.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/happy-toes-speak.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/mighty-shoes-confess.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/ninety-stingrays-unite.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/pink-drinks-applaud.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/tricky-comics-raise.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/young-moles-exercise.md

This file was deleted.

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

## 0.0.12

### Patch Changes

- f3e454a: refactor: integrate highlightNodesAndEdges function for improved node and edge highlighting on hover
- 18e5e8e: ♻️ Remove LinkIcon and replace its usage with Link component
- 0870088: ⚒️ Fix SVG attributes to use camelCase for consistency
- 298c7cc: ✨Implementing a key-only view
- c0934d3: ✨ Add LinkIcon🔗 and apply it as an icon for foreign keys.
- 9b62de2: Resolving the issue of remaining highlights
- 343e01d: New `ReleaseVersion` component into `HelpButton`
- 8c9c9c5: 🐛 Fixed an issue where opening an active table from a query parameter would not highlight it
- b372a0f: refactor: Refactoring of highlight edges on active table
- f46d097: 📈 : add click logging for CopyLinkButton
- d8ff5d5: Refactoring and testing of highlights on active tables
- c0b2d01: refactor Integrated `isRelated` into `isHighlighted`
- aecbcc5: fix: Fixed failure to highlight parent tables

## 0.0.11

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

## 0.0.7

### Patch Changes

- f3e454a: refactor: integrate highlightNodesAndEdges function for improved node and edge highlighting on hover
- 18e5e8e: ♻️ Remove LinkIcon and replace its usage with Link component
- 298c7cc: ✨Implementing a key-only view
- c0934d3: ✨ Add LinkIcon🔗 and apply it as an icon for foreign keys.
- 9b62de2: Resolving the issue of remaining highlights
- 343e01d: New `ReleaseVersion` component into `HelpButton`
- 8c9c9c5: 🐛 Fixed an issue where opening an active table from a query parameter would not highlight it
- b372a0f: refactor: Refactoring of highlight edges on active table
- f46d097: 📈 : add click logging for CopyLinkButton
- d8ff5d5: Refactoring and testing of highlights on active tables
- c0b2d01: refactor Integrated `isRelated` into `isHighlighted`
- aecbcc5: fix: Fixed failure to highlight parent tables
- Updated dependencies [18e5e8e]
- Updated dependencies [0870088]
- Updated dependencies [c0934d3]
- @liam-hq/ui@0.0.4

## 0.0.6

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

## 0.0.4

### Patch Changes

- 18e5e8e: ♻️ Remove LinkIcon and replace its usage with Link component
- 0870088: ⚒️ Fix SVG attributes to use camelCase for consistency
- c0934d3: ✨ Add LinkIcon🔗 and apply it as an icon for foreign keys.

## 0.0.3

### 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.3",
"version": "0.0.4",
"main": "src/index.ts",
"dependencies": {
"@radix-ui/react-dropdown-menu": "2.1.2",
Expand Down

0 comments on commit c972a55

Please sign in to comment.