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.78.0
Browse files Browse the repository at this point in the history
# [3.78.0](v3.77.0...v3.78.0) (2023-07-24)

### Bug Fixes

* `contact_info` style override issue (Vue3) ([#1079](#1079)) ([16235b7](16235b7))
* add customized css to badge label and contact info (vue3) ([#1077](#1077)) ([a749778](a749778))
* **Combobox Multi Select:** fix ref not existing error ([#1084](#1084)) ([560e6ae](560e6ae))
* fix emoji skin tone not updating when skinTone prop updates ([#1087](#1087)) ([e1b5631](e1b5631))
* **General Row:** overridden display property - vue3 ([#1070](#1070)) ([d0c6595](d0c6595))
* **General Row:** resize observer - vue3 ([#1075](#1075)) ([dee506c](dee506c))
* **Message Input:** message input recipe tests ([#1073](#1073)) ([7936bd5](7936bd5))
* **Tooltip:** change anchor tag to span ([#1089](#1089)) ([f346741](f346741))

### Documentation

* **Collapsible:** fix opened event not displayed on panel ([#1065](#1065)) ([b325dff](b325dff))
* **Multiple Components:** missing migrations - vue3 ([#1090](#1090)) ([8627284](8627284))

### Features

* **Rich Text Editor:** add hardbreak and codeblocks ([#1068](#1068)) ([e788ab9](e788ab9))
  • Loading branch information
semantic-release-bot committed Jul 24, 2023
1 parent 8627284 commit 08c75bb
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.json

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [3.78.0](https://github.com/dialpad/dialtone-vue/compare/v3.77.0...v3.78.0) (2023-07-24)


### Bug Fixes

* `contact_info` style override issue (Vue3) ([#1079](https://github.com/dialpad/dialtone-vue/issues/1079)) ([16235b7](https://github.com/dialpad/dialtone-vue/commit/16235b7e5dc5cc63b749d4ee9f4d3ad91d5c7bf6))
* add customized css to badge label and contact info (vue3) ([#1077](https://github.com/dialpad/dialtone-vue/issues/1077)) ([a749778](https://github.com/dialpad/dialtone-vue/commit/a749778a2a7842e86bd244b2937bbd703c1a8d8a))
* **Combobox Multi Select:** fix ref not existing error ([#1084](https://github.com/dialpad/dialtone-vue/issues/1084)) ([560e6ae](https://github.com/dialpad/dialtone-vue/commit/560e6ae991bab3805f52ea1ce42e4ab07f64f705))
* fix emoji skin tone not updating when skinTone prop updates ([#1087](https://github.com/dialpad/dialtone-vue/issues/1087)) ([e1b5631](https://github.com/dialpad/dialtone-vue/commit/e1b563196a535acdf27ca2d3b21faac03803887c))
* **General Row:** overridden display property - vue3 ([#1070](https://github.com/dialpad/dialtone-vue/issues/1070)) ([d0c6595](https://github.com/dialpad/dialtone-vue/commit/d0c6595ff0fbb277e4a74635332f190ed2f5d34c))
* **General Row:** resize observer - vue3 ([#1075](https://github.com/dialpad/dialtone-vue/issues/1075)) ([dee506c](https://github.com/dialpad/dialtone-vue/commit/dee506c1c385f0eec62b35b8d64e6f41ccfe9041))
* **Message Input:** message input recipe tests ([#1073](https://github.com/dialpad/dialtone-vue/issues/1073)) ([7936bd5](https://github.com/dialpad/dialtone-vue/commit/7936bd542041b1f10183b4c757e7f8e4bc17a1ef))
* **Tooltip:** change anchor tag to span ([#1089](https://github.com/dialpad/dialtone-vue/issues/1089)) ([f346741](https://github.com/dialpad/dialtone-vue/commit/f346741239f886a7ef1158f4f43a9906047e8a49))


### Documentation

* **Collapsible:** fix opened event not displayed on panel ([#1065](https://github.com/dialpad/dialtone-vue/issues/1065)) ([b325dff](https://github.com/dialpad/dialtone-vue/commit/b325dff364ee3d479a3f77f606c6120c357d6db9))
* **Multiple Components:** missing migrations - vue3 ([#1090](https://github.com/dialpad/dialtone-vue/issues/1090)) ([8627284](https://github.com/dialpad/dialtone-vue/commit/8627284a45deb49faacbe540a85bfb305762fab3))


### Features

* **Rich Text Editor:** add hardbreak and codeblocks ([#1068](https://github.com/dialpad/dialtone-vue/issues/1068)) ([e788ab9](https://github.com/dialpad/dialtone-vue/commit/e788ab9af2bdd9c7891dbe69e5828f41ae30b974))

# [3.77.0](https://github.com/dialpad/dialtone-vue/compare/v3.76.2...v3.77.0) (2023-07-11)


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.77.0",
"version": "3.78.0",
"description": "Vue component library for Dialpad's design system Dialtone",
"scripts": {
"build": "npm run clean && npm run build:main && npm run build:documentation",
Expand Down

0 comments on commit 08c75bb

Please sign in to comment.