Skip to content

Commit

Permalink
Merge pull request #413 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 7, 2025
2 parents df68e84 + 668d5b4 commit 1ebe38d
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 26 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-cherries-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-foxes-work.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-dolphins-grow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-jobs-melt.md

This file was deleted.

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

## 0.0.19

### Patch Changes

- 75053da: 🐛 Fix unnecessary whitespace generation
- 950f375: :bug: No focus when Active table in Related Tables
- 9c6bcc6: ✨ feat: Enable browser back and forward for active table

## 0.0.18

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

## 0.0.5

### Patch Changes

- a0a7e7e: :sparkle: Added `detectFormat` function

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/db-structure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@liam-hq/db-structure",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"exports": {
".": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions frontend/packages/erd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @liam-hq/erd-core

## 0.0.14

### Patch Changes

- 75053da: 🐛 Fix unnecessary whitespace generation
- 950f375: :bug: No focus when Active table in Related Tables
- 9c6bcc6: ✨ feat: Enable browser back and forward for active table

## 0.0.13

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

0 comments on commit 1ebe38d

Please sign in to comment.