Skip to content

Commit

Permalink
Merge pull request #349 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 24, 2024
2 parents c5125b5 + 6dd0640 commit 6d88c2b
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 40 deletions.
7 changes: 0 additions & 7 deletions frontend/.changeset/breezy-pianos-listen.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/fair-mayflies-exist.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/gold-singers-move.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/orange-books-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/slimy-toys-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/.changeset/warm-suits-love.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.14

### Patch Changes

- 28a9eb2: :lipstick: Update font-family settings across ERD Renderer components
- e3faa74: ⚒️ Adjust the appearance of the toolbar on mobile devices.
- 34dd3eb: refactor: Remove unused isRelatedToTable function and simplify TableNode component logic
- 1c20fd1: ⚒️ Fixing the toolbar display bug
- 82ec743: 🐛 Fixed problem with TableNode not being highlighted when opened from URL with query parameter
- 1eb5dc1: :recycle: Update css module for edge marker

## 0.0.13

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

## 0.0.9

### Patch Changes

- 28a9eb2: :lipstick: Update font-family settings across ERD Renderer components
- e3faa74: ⚒️ Adjust the appearance of the toolbar on mobile devices.
- 34dd3eb: refactor: Remove unused isRelatedToTable function and simplify TableNode component logic
- 82ec743: 🐛 Fixed problem with TableNode not being highlighted when opened from URL with query parameter
- 1eb5dc1: :recycle: Update css module for edge marker
- Updated dependencies [28a9eb2]
- Updated dependencies [1c20fd1]
- @liam-hq/ui@0.0.5

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.5

### Patch Changes

- 28a9eb2: :lipstick: Update font-family settings across ERD Renderer components
- 1c20fd1: ⚒️ Fixing the toolbar display bug

## 0.0.4

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

0 comments on commit 6d88c2b

Please sign in to comment.