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 Jan 20, 2025
1 parent 4cee786 commit 1a878fb
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-penguins-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-squids-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-bees-wash.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/violet-tools-boil.md

This file was deleted.

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

## 0.0.25

### Patch Changes

- 20752a3: 🐛 Update `erd build` to exit with status 1 if there is at least one error
- 60881ef: ✨ initCommand: Add `Drizzle` intruction support and `Other` option
- 48ae2c2: 🐛 Update TableCounter to count only table nodes
- 3f211a4: 🚸 Improve success/error message at `erd build`

- Clarified the success message when an ERD is generated.
- Included a troubleshooting URL when errors occur

## 0.0.24

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

## 0.0.19

### Patch Changes

- 48ae2c2: 🐛 Update TableCounter to count only table nodes

## 0.0.18

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

0 comments on commit 1a878fb

Please sign in to comment.