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 24, 2024
1 parent 4807286 commit db25782
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/curvy-carrots-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dirty-crabs-happen.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.15

### Patch Changes

- 31575c5: 💄 feat: Sticky positioning for related tables in TableDetail
- d097cea: :bug: fix: Comment component to use `<span>` instead of `<p>`

## 0.0.14

### 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.14",
"version": "0.0.15",
"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.10

### Patch Changes

- 31575c5: 💄 feat: Sticky positioning for related tables in TableDetail
- d097cea: :bug: fix: Comment component to use `<span>` instead of `<p>`

## 0.0.9

### 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.9",
"version": "0.0.10",
"type": "module",
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit db25782

Please sign in to comment.