Skip to content

Commit

Permalink
Merge pull request #265 from liam-hq/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
MH4GF authored Dec 17, 2024
2 parents bbd2c2c + 9c2c01f commit 3fe2baa
Show file tree
Hide file tree
Showing 27 changed files with 65 additions and 117 deletions.
6 changes: 0 additions & 6 deletions frontend/.changeset/empty-hotels-hug.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/few-socks-jam.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/great-feet-fetch.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/heavy-dingos-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/heavy-fans-add.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/itchy-adults-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions frontend/.changeset/late-clouds-raise.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/lemon-peaches-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions frontend/.changeset/lovely-papayas-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/neat-squids-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions frontend/.changeset/popular-actors-smoke.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/serious-weeks-study.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/sharp-queens-repair.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/small-cameras-scream.md

This file was deleted.

7 changes: 0 additions & 7 deletions frontend/.changeset/smooth-carrots-doubt.md

This file was deleted.

7 changes: 0 additions & 7 deletions frontend/.changeset/thirty-rabbits-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/twelve-impalas-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/two-rockets-shave.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/violet-chicken-mate.md

This file was deleted.

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

## 0.0.10

### Patch Changes

- 66bef4c: fix: reword to open in main area
- bfcbb3a: LeftPane now shows the number of tables currently being displayed
- ae4e27a: fix: Fixed an issue where edges were displayed during the initial loading
- 3f4965f: `Tidy up` button now allows layout adjustments for only the currently displayed nodes
- 9e88995: Refactored components for better maintainability: TableColumnList, TableColumn, Cardinality.
- 28e7f9e: fix: reduce button-in-button
- 91895fd: `-V/--version` now displays the correct version number.
- 9ed0bdd: It is now possible to hide tables other than Related Tables
- 8109940: refactor: reduce useEffect
- b6112e9: Fixed incorrect cardinality icon positioning (left/right)
- a9b9579: ✨Changed the default show mode to 'Table name only'
- 471d49b: fix: Fixed an issue where edges were displayed incorrectly when switching the show mode
- 7eccf51: Add current link copy button
- 3b9c3b4: refactor: Reduced performance degradation caused by calculations for source and target
- a85acb3: fix: Fixed an issue where URL sharing in TableDetail sometimes did not work correctly
- 846feee: Fixed excessive highlighting of cardinality elements.
- d255ff3: fix: Removed the highlight on Edge hover to prevent performance degradation

## 0.0.9

### 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.9",
"version": "0.0.10",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions frontend/packages/db-structure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @liam-hq/db-structure

## 0.0.2

### Patch Changes

- 3b9c3b4: refactor: Reduced performance degradation caused by calculations for source and target
2 changes: 1 addition & 1 deletion frontend/packages/db-structure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@liam-hq/db-structure",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"exports": {
".": "./dist/index.js",
Expand Down
25 changes: 25 additions & 0 deletions frontend/packages/erd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @liam-hq/erd-core

## 0.0.5

### Patch Changes

- 66bef4c: fix: reword to open in main area
- bfcbb3a: LeftPane now shows the number of tables currently being displayed
- ae4e27a: fix: Fixed an issue where edges were displayed during the initial loading
- 3f4965f: `Tidy up` button now allows layout adjustments for only the currently displayed nodes
- 9e88995: Refactored components for better maintainability: TableColumnList, TableColumn, Cardinality.
- 28e7f9e: fix: reduce button-in-button
- 9ed0bdd: It is now possible to hide tables other than Related Tables
- 8109940: refactor: reduce useEffect
- c6bc898: refactor: remove unused convertElkEdgesToEdges function
- b6112e9: Fixed incorrect cardinality icon positioning (left/right)
- a9b9579: ✨Changed the default show mode to 'Table name only'
- 471d49b: fix: Fixed an issue where edges were displayed incorrectly when switching the show mode
- 7eccf51: Add current link copy button
- 3b9c3b4: refactor: Reduced performance degradation caused by calculations for source and target
- a85acb3: fix: Fixed an issue where URL sharing in TableDetail sometimes did not work correctly
- 846feee: Fixed excessive highlighting of cardinality elements.
- d255ff3: fix: Removed the highlight on Edge hover to prevent performance degradation
- Updated dependencies [9ed0bdd]
- Updated dependencies [7eccf51]
- @liam-hq/ui@0.0.2

## 0.0.4

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

## 0.0.2

### Patch Changes

- 9ed0bdd: IconButton component now supports receiving props for the button element
- 7eccf51: Add current link copy button

## 0.0.1

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

0 comments on commit 3fe2baa

Please sign in to comment.