Skip to content

Commit

Permalink
Merge pull request #382 from liam-hq/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
MH4GF authored Dec 26, 2024
2 parents 0c99ef0 + 0255e53 commit e513b08
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 53 deletions.
6 changes: 0 additions & 6 deletions .changeset/khaki-pandas-shout.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mighty-frogs-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-eyes-check.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-rocks-deliver.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-crabs-begin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spicy-donkeys-wink.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tall-donuts-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-terms-visit.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.17

### Patch Changes

- 21e4ad4: 🐛 : move RelationshipEdgeParticleMarker for gradient rendering to ERDRenderer
- 7a97784: 🐛 : move CardinalityMarkers component in ERDRenderer
- 9ca556c: 🚸 : disable click events on RelationshipEdge
- 95dd878: 🐛 update TableHeader styles and add handle positioning for connections
- ef56f37: :recycle: Refactoring the process of getting sidebar state from cookie
- 177ea71: :bug: Fix compatibility issue with Node.js v18 in ERD tool
- 2235c2c: ♻️: Refactor ReleaseVersion for ERD Web

## 0.0.16

### 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.16",
"version": "0.0.17",
"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.3

### Patch Changes

- 8515134: :sparkles: prism's wasm URL can now be overridden
- 177ea71: :bug: Fix compatibility issue with Node.js v18 in ERD tool

## 0.0.2

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

## 0.0.12

### Patch Changes

- 21e4ad4: 🐛 : move RelationshipEdgeParticleMarker for gradient rendering to ERDRenderer
- 7a97784: 🐛 : move CardinalityMarkers component in ERDRenderer
- 9ca556c: 🚸 : disable click events on RelationshipEdge
- 95dd878: 🐛 update TableHeader styles and add handle positioning for connections
- ef56f37: :recycle: Refactoring the process of getting sidebar state from cookie
- 2235c2c: ♻️: Refactor ReleaseVersion for ERD Web
- Updated dependencies [7a97784]
- Updated dependencies [ef56f37]
- @liam-hq/ui@0.0.7

## 0.0.11

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

## 0.0.7

### Patch Changes

- 7a97784: 🐛 : move CardinalityMarkers component in ERDRenderer
- ef56f37: :recycle: Refactoring the process of getting sidebar state from cookie

## 0.0.6

### 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.6",
"version": "0.0.7",
"main": "src/index.ts",
"dependencies": {
"@radix-ui/react-dropdown-menu": "2.1.2",
Expand Down

0 comments on commit e513b08

Please sign in to comment.