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 ab0e2dd commit 3f2d89c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
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.

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

## 0.0.11

### Patch Changes

- c3756b1: Reduce the width of TableDetail to prevent TableNode from being obscured
- b08232b: Highlight related edges and cardinalities when a TableNode is active.

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

## 0.0.6

### Patch Changes

- c3756b1: Reduce the width of TableDetail to prevent TableNode from being obscured
- b08232b: Highlight related edges and cardinalities when a TableNode is active.

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

Please sign in to comment.