Skip to content

Commit

Permalink
Merge pull request #540 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 24, 2025
2 parents c72896e + d5fcc80 commit 7180390
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-shoes-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-dancers-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-beers-draw.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/perfect-bottles-know.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.2.0

### Minor Changes

- 4ac6174: ✨ Support glob pattern as input paths

### Patch Changes

- e63a29d: ✨ Support index for Prisma parser
- 65194ce: ✅ Add tests for unique fields in Prisma model
- d243467: ✨ Support on delete fk constraint in Prisma parser

## 0.1.0

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

## 0.0.10

### Patch Changes

- e63a29d: ✨ Support index for Prisma parser
- 65194ce: ✅ Add tests for unique fields in Prisma model
- d243467: ✨ Support on delete fk constraint in Prisma parser

## 0.0.9

### 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.9",
"version": "0.0.10",
"type": "module",
"exports": {
".": "./dist/index.js",
Expand Down

0 comments on commit 7180390

Please sign in to comment.