@dialpad/dialtone-vue 3.63.0 → 3.64.1

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,22 @@
1
+ ## [3.64.1](https://github.com/dialpad/dialtone-vue/compare/v3.64.0...v3.64.1) (2023-05-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Emoji Picker:** storybook cleanup ([9f86caf](https://github.com/dialpad/dialtone-vue/commit/9f86caf63c1d4f1edbd2b18a457d003d84a75dde))
7
+ * **Header:** fix exports ([#951](https://github.com/dialpad/dialtone-vue/issues/951)) ([3075726](https://github.com/dialpad/dialtone-vue/commit/30757262771def8962f9432f1ed64c481011bc16))
8
+ * **Leftbar General Row:** button to a ([255cbb5](https://github.com/dialpad/dialtone-vue/commit/255cbb5864428a4c6f3ecf550b674c709e94ff95))
9
+ * **Recipe Grouped Chip:** grouped chip width and content style fixes. ([#952](https://github.com/dialpad/dialtone-vue/issues/952)) ([6491905](https://github.com/dialpad/dialtone-vue/commit/64919055cef26e046cac5182da71f4f6cd517fe8))
10
+
11
+ # [3.64.0](https://github.com/dialpad/dialtone-vue/compare/v3.63.0...v3.64.0) (2023-05-01)
12
+
13
+
14
+ ### Features
15
+
16
+ * **Emoji Picker:** implement initial mvp ([#839](https://github.com/dialpad/dialtone-vue/issues/839)) ([983661c](https://github.com/dialpad/dialtone-vue/commit/983661c4877f2933917c05be745880b119c96a36))
17
+ * **Header:** add setting menu button with update option ([#947](https://github.com/dialpad/dialtone-vue/issues/947)) ([e58daa5](https://github.com/dialpad/dialtone-vue/commit/e58daa53a5b3740511b2621e5fac6b05bb76d3b4))
18
+ * migrate from mocha to jest ([#941](https://github.com/dialpad/dialtone-vue/issues/941)) ([b6b19af](https://github.com/dialpad/dialtone-vue/commit/b6b19af3aa5a59c234a4b9bccac6abbdeaba054e))
19
+
1
20
  # [3.63.0](https://github.com/dialpad/dialtone-vue/compare/v3.62.0...v3.63.0) (2023-04-27)
2
21
 
3
22