Skip to content

Commit 4bed518

Browse files
authored
Merge pull request #3173 from liam-hq/changeset-release/main
Version Packages
2 parents 49442d4 + 3e58020 commit 4bed518

File tree

8 files changed

+26
-15
lines changed

8 files changed

+26
-15
lines changed

.changeset/silver-pears-laugh.md

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

.changeset/tender-hornets-wink.md

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

frontend/packages/cli/CHANGELOG.md

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

3+
## 0.7.7
4+
5+
### Patch Changes
6+
7+
- [#3170](https://github.com/liam-hq/liam/pull/3170) - - 🐛 fix link element unexpected role of the CommandPaletteTableOptions component / Thanks [@tnyo43](https://github.com/tnyo43)!
8+
39
## 0.7.6
410

511
### 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.6",
18+
"version": "0.7.7",
1919
"type": "module",
2020
"publishConfig": {
2121
"access": "public"

frontend/packages/erd-core/CHANGELOG.md

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

3+
## 0.6.5
4+
5+
### Patch Changes
6+
7+
- [#3170](https://github.com/liam-hq/liam/pull/3170) - - 🐛 fix link element unexpected role of the CommandPaletteTableOptions component / Thanks [@tnyo43](https://github.com/tnyo43)!
8+
- [#3133](https://github.com/liam-hq/liam/pull/3133) - - ✨ make Toast position more flexible / Thanks [@tnyo43](https://github.com/tnyo43)!
9+
- allow `useCopyLink` to specify the Toast position via its arguments
10+
- export the `ToastPosition` type
11+
312
## 0.6.4
413

514
### 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.4",
4+
"version": "0.6.5",
55
"type": "module",
66
"publishConfig": {
77
"access": "public"

frontend/packages/ui/CHANGELOG.md

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

3+
## 0.0.21
4+
5+
### Patch Changes
6+
7+
- [#3133](https://github.com/liam-hq/liam/pull/3133) - - ✨ make Toast position more flexible / Thanks [@tnyo43](https://github.com/tnyo43)!
8+
- allow `useCopyLink` to specify the Toast position via its arguments
9+
- export the `ToastPosition` type
10+
311
## 0.0.20
412

513
### 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.20",
4+
"version": "0.0.21",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)