Skip to content

Commit

Permalink
chore(release): NO-JIRA dialtone-vue3/v3.117.0
Browse files Browse the repository at this point in the history
# [3.117.0](dialtone-vue3/v3.116.1...dialtone-vue3/v3.117.0) (2024-03-26)

### Bug Fixes

* **Message Input:** DLT-1672 allow spaces in mention suggestions ([#236](#236)) ([ca796d9](ca796d9))
* **Message Input:** send complete files on add media ([#230](#230)) ([15c609f](15c609f))
* **Message Input:** update mention suggestions rendering ([#229](#229)) ([5535e1f](5535e1f))
* NO-JIRA release not working with new commit convention ([#235](#235)) ([28ff27c](28ff27c))
* rich text editor warning/error cleanup ([#227](#227)) ([a60badb](a60badb))

### Features

* **Message Input:** DLT-1665 add paste event ([#233](#233)) ([d35bf6e](d35bf6e))
  • Loading branch information
semantic-release-bot committed Mar 26, 2024
1 parent 6c5e7c1 commit 6ec8eac
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dialtone-vue3/CHANGELOG.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions packages/dialtone-vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.117.0](https://github.com/dialpad/dialtone/compare/dialtone-vue3/v3.116.1...dialtone-vue3/v3.117.0) (2024-03-26)


### Bug Fixes

* **Message Input:** DLT-1672 allow spaces in mention suggestions ([#236](https://github.com/dialpad/dialtone/issues/236)) ([ca796d9](https://github.com/dialpad/dialtone/commit/ca796d960738b5cc837879edeb08ff35174ccf58))
* **Message Input:** send complete files on add media ([#230](https://github.com/dialpad/dialtone/issues/230)) ([15c609f](https://github.com/dialpad/dialtone/commit/15c609fe5b66bc6ed71d42514feaf517f467b0bb))
* **Message Input:** update mention suggestions rendering ([#229](https://github.com/dialpad/dialtone/issues/229)) ([5535e1f](https://github.com/dialpad/dialtone/commit/5535e1fac39f9b20398b03442645986760e36ac2))
* NO-JIRA release not working with new commit convention ([#235](https://github.com/dialpad/dialtone/issues/235)) ([28ff27c](https://github.com/dialpad/dialtone/commit/28ff27cffac5e751eaf8496b7c716710a0153a61))
* rich text editor warning/error cleanup ([#227](https://github.com/dialpad/dialtone/issues/227)) ([a60badb](https://github.com/dialpad/dialtone/commit/a60badba71b6ca93a8d9721875e0f3e6576f3479))


### Features

* **Message Input:** DLT-1665 add paste event ([#233](https://github.com/dialpad/dialtone/issues/233)) ([d35bf6e](https://github.com/dialpad/dialtone/commit/d35bf6e84dd46c7bd0f56195d5fad448be1912ba))

## [3.116.1](https://github.com/dialpad/dialtone/compare/dialtone-vue3/v3.116.0...dialtone-vue3/v3.116.1) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/dialtone-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dialpad/dialtone-vue",
"version": "3.116.1",
"version": "3.117.0",
"description": "Vue component library for Dialpad's design system Dialtone",
"scripts": {
"build": "run-s clean build:main build:typescript build:documentation",
Expand Down

0 comments on commit 6ec8eac

Please sign in to comment.