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 29, 2025
1 parent f13d7c7 commit 5b7a1de
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 34 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-cars-cross.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/itchy-shoes-poke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-kiwis-begin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/purple-kangaroos-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-pears-walk.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- e87929c: ✨Add tbls, MySQL, SQLite, BigQuery setup to init command

### Patch Changes

- 18db4ca: 💄Fixed icon size
- 70741a0: ✨ Add support for primary key constraints in tbls parser
- 44975cc: ✨ Add support for default values in tbls parser and tests
- 9cba809: 💄 Add icons to the table detail component and update the header style.

## 0.2.2

### 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 @@ -15,7 +15,7 @@
},
"license": "Apache-2.0",
"private": false,
"version": "0.2.2",
"version": "0.3.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions frontend/packages/db-structure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @liam-hq/db-structure

## 0.0.12

### Patch Changes

- 70741a0: ✨ Add support for primary key constraints in tbls parser
- 44975cc: ✨ Add support for default values in tbls parser and tests

## 0.0.11

### 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.11",
"version": "0.0.12",
"type": "module",
"exports": {
".": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions frontend/packages/erd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @liam-hq/erd-core

## 0.0.21

### Patch Changes

- 18db4ca: 💄Fixed icon size
- 9cba809: 💄 Add icons to the table detail component and update the header style.
- Updated dependencies [9cba809]
- @liam-hq/ui@0.0.9

## 0.0.20

### 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.20",
"version": "0.0.21",
"type": "module",
"main": "src/index.ts",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions frontend/packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @liam-hq/ui

## 0.0.9

### Patch Changes

- 9cba809: 💄 Add icons to the table detail component and update the header style.

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@liam-hq/ui",
"private": true,
"version": "0.0.8",
"version": "0.0.9",
"main": "src/index.ts",
"dependencies": {
"@radix-ui/react-dropdown-menu": "2.1.2",
Expand Down

0 comments on commit 5b7a1de

Please sign in to comment.