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 710b457 commit 0c8cff3
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 26 deletions.
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/unlucky-cycles-reflect.md

This file was deleted.

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

## 0.0.11

### Patch Changes

- 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.
- 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
9 changes: 9 additions & 0 deletions frontend/packages/erd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @liam-hq/erd-core

## 0.0.6

### Patch Changes

- 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.
- 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 0c8cff3

Please sign in to comment.