Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vibe-gh committed Jul 21, 2024
1 parent e3f6bfb commit 2760cf2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.123.0](https://github.com/mondaycom/vibe/compare/[email protected]@2.123.0) (2024-07-21)


### Bug Fixes

* **textWithHighlight:** Fix ellipsis when no breaks in string ([#2248](https://github.com/mondaycom/vibe/issues/2248)) ([e3f6bfb](https://github.com/mondaycom/vibe/commit/e3f6bfb8049d080375b319cd7744c2e307d6b900))


### Features

* **Menu:** add on focus to menu ([#2246](https://github.com/mondaycom/vibe/issues/2246)) ([2e5820e](https://github.com/mondaycom/vibe/commit/2e5820e6e0a6ea90be6fe16fb4c52f3b83757bd7))
* **Toggle:** pass event as 2nd argument to allow working with react-hook-form ([#2243](https://github.com/mondaycom/vibe/issues/2243)) ([c4f09e1](https://github.com/mondaycom/vibe/commit/c4f09e1805830fd4824162351933cb046b40762d))





# [2.122.0](https://github.com/mondaycom/vibe/compare/[email protected]@2.122.0) (2024-07-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monday-ui-react-core",
"version": "2.122.0",
"version": "2.123.0",
"description": "Official monday.com UI resources for application development in React.js",
"main": "./dist/main.js",
"types": "./dist/types.d.ts",
Expand Down

0 comments on commit 2760cf2

Please sign in to comment.