@dialpad/dialtone-vue 2.92.0 → 2.92.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## [2.92.3](https://github.com/dialpad/dialtone-vue/compare/v2.92.2...v2.92.3) (2023-07-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **General Row:** adjust label width on prop change ([#1095](https://github.com/dialpad/dialtone-vue/issues/1095)) ([be00936](https://github.com/dialpad/dialtone-vue/commit/be00936c30297e4db91531959fec9e5e22bec829))
7
+ * **General Row:** call resize handler on mounted ([#1093](https://github.com/dialpad/dialtone-vue/issues/1093)) ([25791d7](https://github.com/dialpad/dialtone-vue/commit/25791d7d0cfe57b050a84c155d7a67b0dbdf3340))
8
+ * **Tooltip:** change anchor tag to span ([#1088](https://github.com/dialpad/dialtone-vue/issues/1088)) ([2bd0be2](https://github.com/dialpad/dialtone-vue/commit/2bd0be2f2d6885870e2e22de225f350ad7e89525))
9
+
10
+ ## [2.92.2](https://github.com/dialpad/dialtone-vue/compare/v2.92.1...v2.92.2) (2023-07-21)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **Combobox Multi Select:** fix ref not existing error ([#1083](https://github.com/dialpad/dialtone-vue/issues/1083)) ([f5d8874](https://github.com/dialpad/dialtone-vue/commit/f5d88746d81e2f61edf39862d9264f5a5970fc66))
16
+
17
+ ## [2.92.1](https://github.com/dialpad/dialtone-vue/compare/v2.92.0...v2.92.1) (2023-07-20)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * `contact_info` style override issue ([#1078](https://github.com/dialpad/dialtone-vue/issues/1078)) ([d5d0951](https://github.com/dialpad/dialtone-vue/commit/d5d09511dc90823458894cf030e4c261b918a38e))
23
+ * add customized css to badge label and contact info ([#1076](https://github.com/dialpad/dialtone-vue/issues/1076)) ([0e779d8](https://github.com/dialpad/dialtone-vue/commit/0e779d84e6bc6422a0682864e1e6f4d8a61658e7))
24
+ * **General Row:** resize observer ([#1074](https://github.com/dialpad/dialtone-vue/issues/1074)) ([4afd4aa](https://github.com/dialpad/dialtone-vue/commit/4afd4aa0cdff7b3ac6e1f1a91ea895ae587b863f))
25
+
1
26
  # [2.92.0](https://github.com/dialpad/dialtone-vue/compare/v2.91.0...v2.92.0) (2023-07-14)
2
27
 
3
28