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 9dfa9ec commit ecae0f9
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 52 deletions.
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/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.

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

## 0.0.12

### Patch Changes

- 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`
- f46d097: 📈 : add click logging for CopyLinkButton
- d8ff5d5: Refactoring and testing of highlights on active tables
- c0b2d01: refactor Integrated `isRelated` into `isHighlighted`

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

## 0.0.7

### Patch Changes

- 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`
- f46d097: 📈 : add click logging for CopyLinkButton
- d8ff5d5: Refactoring and testing of highlights on active tables
- c0b2d01: refactor Integrated `isRelated` into `isHighlighted`
- 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
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.4

### Patch Changes

- 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 ecae0f9

Please sign in to comment.