@dialpad/dialtone-vue 2.106.1 → 2.106.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,30 @@
1
+ ## [2.106.3](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.106.2...dialtone-vue2/v2.106.3) (2023-12-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Tabs:** fix inverted boolean storybook ([#60](https://github.com/dialpad/dialtone/issues/60)) ([16b0f29](https://github.com/dialpad/dialtone/commit/16b0f29c80bee86372f3257e6b400e0ebf7d80c0))
7
+
8
+
9
+ ### Code Refactoring
10
+
11
+ * dialtone tokens release process ([#53](https://github.com/dialpad/dialtone/issues/53)) ([d523f49](https://github.com/dialpad/dialtone/commit/d523f499d53f04053d2ab28b5018cefbb1edd94a))
12
+ * update Percy integration ([#61](https://github.com/dialpad/dialtone/issues/61)) ([05d9a7b](https://github.com/dialpad/dialtone/commit/05d9a7b2a95f45e91d7cb4074866e952a1dce398))
13
+
14
+ ## [2.106.2](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.106.1...dialtone-vue2/v2.106.2) (2023-12-13)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **Callbox:** correct color on voice chat icon ([#52](https://github.com/dialpad/dialtone/issues/52)) ([50defaf](https://github.com/dialpad/dialtone/commit/50defafca9108c822a15bac125e2344afde67428))
20
+ * global lint ([#47](https://github.com/dialpad/dialtone/issues/47)) ([8148de3](https://github.com/dialpad/dialtone/commit/8148de3341973a5c5ed46cf1367302b8a4b11021))
21
+ * linter errors, add global lint command ([7ff09ea](https://github.com/dialpad/dialtone/commit/7ff09eac46bce73a67c03a7a5f8b3be93c294fca))
22
+
23
+
24
+ ### Documentation
25
+
26
+ * fix links, fix outdated documentation. ([#40](https://github.com/dialpad/dialtone/issues/40)) ([124082e](https://github.com/dialpad/dialtone/commit/124082e3f375cda464d8a206199f187c13ea27ea))
27
+
1
28
  ## [2.106.1](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.106.0...dialtone-vue2/v2.106.1) (2023-12-09)
2
29
 
3
30