Skip to content

Commit d37e428

Browse files
Version Packages
1 parent 3f88ec3 commit d37e428

File tree

7 files changed

+17
-8
lines changed

7 files changed

+17
-8
lines changed

.changeset/smooth-olives-eat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

frontend/packages/cli/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @liam-hq/cli
22

3+
## 0.7.8
4+
35
## 0.7.7
46

57
### Patch Changes

frontend/packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"license": "Apache-2.0",
1717
"private": false,
18-
"version": "0.7.7",
18+
"version": "0.7.8",
1919
"type": "module",
2020
"publishConfig": {
2121
"access": "public"

frontend/packages/erd-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @liam-hq/erd-core
22

3+
## 0.6.6
4+
5+
### Patch Changes
6+
7+
- [#3195](https://github.com/liam-hq/liam/pull/3195) - 🐛 Fixed an issue where the sidebar couldn't be scrolled properly on Android Chrome browsers. / Thanks [@FunamaYukina](https://github.com/FunamaYukina)!
8+
39
## 0.6.5
410

511
### Patch Changes

frontend/packages/erd-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@liam-hq/erd-core",
33
"license": "Apache-2.0",
4-
"version": "0.6.5",
4+
"version": "0.6.6",
55
"type": "module",
66
"publishConfig": {
77
"access": "public"

frontend/packages/ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @liam-hq/ui
22

3+
## 0.0.22
4+
5+
### Patch Changes
6+
7+
- [#3195](https://github.com/liam-hq/liam/pull/3195) - 🐛 Fixed an issue where the sidebar couldn't be scrolled properly on Android Chrome browsers. / Thanks [@FunamaYukina](https://github.com/FunamaYukina)!
8+
39
## 0.0.21
410

511
### Patch Changes

frontend/packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@liam-hq/ui",
33
"license": "Apache-2.0",
4-
"version": "0.0.21",
4+
"version": "0.0.22",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)