Skip to content

Commit

Permalink
Merge pull request #425 from liam-hq/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
MH4GF authored Jan 9, 2025
2 parents e5486f9 + f76bf1a commit 6e56b79
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 21 deletions.
8 changes: 0 additions & 8 deletions .changeset/clever-pens-invite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-waves-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-taxis-agree.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.20

### Patch Changes

- 6caac30: :sparkle: Improved error output

- Output logs are now prefixed with `ERROR:` and `WARN:` and output in color.
- In case of `ERROR` exit 1.

- 6a37715: ♻️ refactor usePopStateListener

## 0.0.19

### 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.19",
"version": "0.0.20",
"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.15

### Patch Changes

- 6a37715: ♻️ refactor usePopStateListener
- 1f6107b: 🐛 Apply `window.requestAnimationFrame` to resolve conflicts between auto-layout and fitView operations

## 0.0.14

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

0 comments on commit 6e56b79

Please sign in to comment.