Skip to content

Commit

Permalink
chore(release): NO-JIRA dialtone-vue2/v2.136.0
Browse files Browse the repository at this point in the history
# [2.136.0](dialtone-vue2/v2.135.0...dialtone-vue2/v2.136.0) (2024-05-31)

### Bug Fixes

* **Tooltip:** NO-JIRA do not display when empty, general cleanup ([#344](#344)) ([a83d619](a83d619))

### Features

* **Button:** DLT-1779 add link-inverted prop ([#343](#343)) ([6819394](6819394))
* **Emoji Picker:** DLT-1781 allow hiding of search and setting searchQuery via prop ([#345](#345)) ([d5e5373](d5e5373))
  • Loading branch information
semantic-release-bot committed May 31, 2024
1 parent 634c2e0 commit 2a50832
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dialtone-vue2/CHANGELOG.json

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions packages/dialtone-vue2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.136.0](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.135.0...dialtone-vue2/v2.136.0) (2024-05-31)


### Bug Fixes

* **Tooltip:** NO-JIRA do not display when empty, general cleanup ([#344](https://github.com/dialpad/dialtone/issues/344)) ([a83d619](https://github.com/dialpad/dialtone/commit/a83d619c4d7053a4ed63edfee2c933c86a44ccf5))


### Features

* **Button:** DLT-1779 add link-inverted prop ([#343](https://github.com/dialpad/dialtone/issues/343)) ([6819394](https://github.com/dialpad/dialtone/commit/681939413c72c358b6a8df80a7e2096a8d7bdcb2))
* **Emoji Picker:** DLT-1781 allow hiding of search and setting searchQuery via prop ([#345](https://github.com/dialpad/dialtone/issues/345)) ([d5e5373](https://github.com/dialpad/dialtone/commit/d5e5373d81169afb3845fe815bf212c2d1ab7384))

# [2.135.0](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.134.0...dialtone-vue2/v2.135.0) (2024-05-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/dialtone-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dialpad/dialtone-vue",
"version": "2.135.0",
"version": "2.136.0",
"description": "Vue component library for Dialpad's design system Dialtone",
"scripts": {
"build": "run-s clean build:main build:typescript build:documentation",
Expand Down

0 comments on commit 2a50832

Please sign in to comment.