Skip to content

Commit

Permalink
chore(release): NO-JIRA dialtone/v9.33.0
Browse files Browse the repository at this point in the history
# [9.33.0](dialtone/v9.32.0...dialtone/v9.33.0) (2024-04-30)

### Bug Fixes

* DLT-1738 phone number regex lookahead ([#292](#292)) ([3100dfe](3100dfe))

### Features

* DLT-1651 message input parse suggestion ([#287](#287)) ([9c674c6](9c674c6))
* **Rich Text Editor:** DLT-1598 add slash commands suggestions ([#284](#284)) ([3e39932](3e39932))
  • Loading branch information
semantic-release-bot committed Apr 30, 2024
1 parent 5d6d03b commit 3453102
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.json

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [9.33.0](https://github.com/dialpad/dialtone/compare/dialtone/v9.32.0...dialtone/v9.33.0) (2024-04-30)


### Bug Fixes

* DLT-1738 phone number regex lookahead ([#292](https://github.com/dialpad/dialtone/issues/292)) ([3100dfe](https://github.com/dialpad/dialtone/commit/3100dfeb9d306d3d32822f0c773663179bd9afc3))


### Features

* DLT-1651 message input parse suggestion ([#287](https://github.com/dialpad/dialtone/issues/287)) ([9c674c6](https://github.com/dialpad/dialtone/commit/9c674c63e7b7aa6367c5008883497fc4ef2e79c4))
* **Rich Text Editor:** DLT-1598 add slash commands suggestions ([#284](https://github.com/dialpad/dialtone/issues/284)) ([3e39932](https://github.com/dialpad/dialtone/commit/3e399328238cd37822adc47a374d67028826cde8))

# [9.32.0](https://github.com/dialpad/dialtone/compare/dialtone/v9.31.1...dialtone/v9.32.0) (2024-04-26)


Expand Down
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",
"version": "9.32.0",
"version": "9.33.0",
"description": "Dialpad's Dialtone design system monorepo",
"scripts": {
"test:all": "nx run-many --target=test",
Expand Down

0 comments on commit 3453102

Please sign in to comment.