Skip to content

Commit

Permalink
chore: release 0.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Matous Havlena <[email protected]>
  • Loading branch information
matoushavlenaibm committed Nov 8, 2024
1 parent 3aead4f commit 9c21c2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## <small>0.0.4 (2024-11-08)</small>

* fix(chat): past errored message should not have retry button (#57) ([31cbe08](https://github.com/i-am-bee/bee-ui/commit/31cbe08)), closes [#57](https://github.com/i-am-bee/bee-ui/issues/57)
* fix(tou): animation in dark mode ([3aead4f](https://github.com/i-am-bee/bee-ui/commit/3aead4f))
* fix(tou): checkbox enabling on scroll ([94785f2](https://github.com/i-am-bee/bee-ui/commit/94785f2))
* feat(api-keys): add paging, owner (#54) ([a14a73b](https://github.com/i-am-bee/bee-ui/commit/a14a73b)), closes [#54](https://github.com/i-am-bee/bee-ui/issues/54)
* feat(chat): populate input with suggestion without submitting it (#50) ([986be87](https://github.com/i-am-bee/bee-ui/commit/986be87)), closes [#50](https://github.com/i-am-bee/bee-ui/issues/50)
* feat(plan): remove tool caption, update thinking state with thought (#55) ([daa20b1](https://github.com/i-am-bee/bee-ui/commit/daa20b1)), closes [#55](https://github.com/i-am-bee/bee-ui/issues/55)

## <small>0.0.3 (2024-11-05)</small>

* chore: add codeowners file (#6) ([b027c13](https://github.com/i-am-bee/bee-ui/commit/b027c13)), closes [#6](https://github.com/i-am-bee/bee-ui/issues/6)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bee-ui",
"version": "0.0.3",
"version": "0.0.4",
"license": "Apache-2.0",
"author": "IBM Corp.",
"scripts": {
Expand Down

0 comments on commit 9c21c2c

Please sign in to comment.