Skip to content

Commit

Permalink
chore: release 0.0.24
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Kadlec <[email protected]>
  • Loading branch information
kapetr committed Jan 22, 2025
1 parent 47acd2a commit 3613807
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## <small>0.0.24 (2025-01-22)</small>

* fix: build, tool api schema scroll (#191) ([baa2d19](https://github.com/i-am-bee/bee-ui/commit/baa2d19)), closes [#191](https://github.com/i-am-bee/bee-ui/issues/191)
* fix: vector store files invalidations (#192) ([357af33](https://github.com/i-am-bee/bee-ui/commit/357af33)), closes [#192](https://github.com/i-am-bee/bee-ui/issues/192)
* fix(app-builder): horizontal scroll after code update ([47acd2a](https://github.com/i-am-bee/bee-ui/commit/47acd2a))
* fix(tools): api calling detail modal (#185) ([fc3c8f4](https://github.com/i-am-bee/bee-ui/commit/fc3c8f4)), closes [#185](https://github.com/i-am-bee/bee-ui/issues/185)
* fix(tools): api schema field style (#189) ([593f112](https://github.com/i-am-bee/bee-ui/commit/593f112)), closes [#189](https://github.com/i-am-bee/bee-ui/issues/189)
* feat: onboarding redesign, assistant name fallback (#187) ([eed9b42](https://github.com/i-am-bee/bee-ui/commit/eed9b42)), closes [#187](https://github.com/i-am-bee/bee-ui/issues/187)
* feat(app-builder): app loading update (#188) ([02fd490](https://github.com/i-am-bee/bee-ui/commit/02fd490)), closes [#188](https://github.com/i-am-bee/bee-ui/issues/188)
* feat(code-textarea): add line numbers (#178) ([83f03f2](https://github.com/i-am-bee/bee-ui/commit/83f03f2)), closes [#178](https://github.com/i-am-bee/bee-ui/issues/178)
* feat(tools): add api calling, fetch retryOn fix (#182) ([5a1b1a0](https://github.com/i-am-bee/bee-ui/commit/5a1b1a0)), closes [#182](https://github.com/i-am-bee/bee-ui/issues/182)
* refactor: queries usage and add semi-auto mutation invalidation ([bc251fc](https://github.com/i-am-bee/bee-ui/commit/bc251fc))

## <small>0.0.23 (2025-01-16)</small>

* feat: for dummy JWT use username from the API (#184) ([3e2d9eb](https://github.com/i-am-bee/bee-ui/commit/3e2d9eb)), closes [#184](https://github.com/i-am-bee/bee-ui/issues/184) [i-am-bee/bee-api#56](https://github.com/i-am-bee/bee-api/issues/56)
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.23",
"version": "0.0.24",
"license": "Apache-2.0",
"author": "IBM Corp.",
"scripts": {
Expand Down

0 comments on commit 3613807

Please sign in to comment.