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

### Bug Fixes

* **Combobox Multi Select:** fix ref not existing error ([#1084](#1084)) ([c72d796](c72d796))
* fix emoji skin tone not updating when skinTone prop updates ([#1087](#1087)) ([d27d870](d27d870))
* **Tooltip:** change anchor tag to span ([#1089](#1089)) ([3c8e855](3c8e855))

### Documentation

* **Multiple Components:** missing migrations - vue3 ([#1090](#1090)) ([614ab18](614ab18))
  • Loading branch information
semantic-release-bot committed Jul 24, 2023
1 parent 370b177 commit e7db287
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.json

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.77.0-dialtone8-vue3.6](https://github.com/dialpad/dialtone-vue/compare/v3.77.0-dialtone8-vue3.5...v3.77.0-dialtone8-vue3.6) (2023-07-24)


### Bug Fixes

* **Combobox Multi Select:** fix ref not existing error ([#1084](https://github.com/dialpad/dialtone-vue/issues/1084)) ([c72d796](https://github.com/dialpad/dialtone-vue/commit/c72d796a8f3d730e9e2cc0f0a4853a3d9d27f5bc))
* fix emoji skin tone not updating when skinTone prop updates ([#1087](https://github.com/dialpad/dialtone-vue/issues/1087)) ([d27d870](https://github.com/dialpad/dialtone-vue/commit/d27d8702e803b42da75f52a5a2819a8a597d782d))
* **Tooltip:** change anchor tag to span ([#1089](https://github.com/dialpad/dialtone-vue/issues/1089)) ([3c8e855](https://github.com/dialpad/dialtone-vue/commit/3c8e855225a93aad9bda09ec7be57ce2cc09775d))


### Documentation

* **Multiple Components:** missing migrations - vue3 ([#1090](https://github.com/dialpad/dialtone-vue/issues/1090)) ([614ab18](https://github.com/dialpad/dialtone-vue/commit/614ab187d7a73b0cbde3aefe46cf265a0301a2f6))

# [3.77.0-dialtone8-vue3.5](https://github.com/dialpad/dialtone-vue/compare/v3.77.0-dialtone8-vue3.4...v3.77.0-dialtone8-vue3.5) (2023-07-21)


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-dialtone8-vue3.5",
"version": "3.77.0-dialtone8-vue3.6",
"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 e7db287

Please sign in to comment.