Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
chore(release): 3.86.4
Browse files Browse the repository at this point in the history
## [3.86.4](v3.86.3...v3.86.4) (2023-09-28)

### Bug Fixes

* **Callbox, Avatar:** events and styling ([#1219](#1219)) ([5875cf9](5875cf9))
* emoji picker to trigger emoji plugin with insertContent node ([#1220](#1220)) ([5d35041](5d35041))
* emoji row css vue3 ([#1191](#1191)) ([1b68b87](1b68b87))
* **List Item:** apply correct color design tokens - vue3 ([#1223](#1223)) ([ed2e786](ed2e786))
  • Loading branch information
semantic-release-bot committed Sep 28, 2023
1 parent 5875cf9 commit 67775d5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.86.4](https://github.com/dialpad/dialtone-vue/compare/v3.86.3...v3.86.4) (2023-09-28)


### Bug Fixes

* **Callbox, Avatar:** events and styling ([#1219](https://github.com/dialpad/dialtone-vue/issues/1219)) ([5875cf9](https://github.com/dialpad/dialtone-vue/commit/5875cf9948c701a7a6866d40429959232fa76a6c))
* emoji picker to trigger emoji plugin with insertContent node ([#1220](https://github.com/dialpad/dialtone-vue/issues/1220)) ([5d35041](https://github.com/dialpad/dialtone-vue/commit/5d35041b97483abd2a34fff2c4b57d973d8ad2ef))
* emoji row css vue3 ([#1191](https://github.com/dialpad/dialtone-vue/issues/1191)) ([1b68b87](https://github.com/dialpad/dialtone-vue/commit/1b68b87312f41a1020cf0f7a466ef09e166cd37a))
* **List Item:** apply correct color design tokens - vue3 ([#1223](https://github.com/dialpad/dialtone-vue/issues/1223)) ([ed2e786](https://github.com/dialpad/dialtone-vue/commit/ed2e786a5802859341d718b1859fa095cb9d0746))

## [3.86.3](https://github.com/dialpad/dialtone-vue/compare/v3.86.2...v3.86.3) (2023-09-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dialpad/dialtone-vue",
"version": "3.86.3",
"version": "3.86.4",
"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 67775d5

Please sign in to comment.