Skip to content

Commit

Permalink
chore(release): dialtone/v9.24.0
Browse files Browse the repository at this point in the history
# [9.24.0](dialtone/v9.23.0...dialtone/v9.24.0) (2024-03-22)

### Bug Fixes

* **Emoji:** dlt-1650 pad emoji unicode string with 0's ([#219](#219)) ([1eb4906](1eb4906))
* warn console error cleanup ([#221](#221)) ([65bb319](65bb319))

### Documentation

* add tokens keywords ([#220](#220)) ([20125f4](20125f4))
* fix search for tokens ([#218](#218)) ([ff46724](ff46724))

### Features

* added new headset icon and update listed icons ([#224](#224)) ([c1373ec](c1373ec))
* adding new blog for Types update ([#222](#222)) ([73b40f3](73b40f3))
  • Loading branch information
semantic-release-bot committed Mar 22, 2024
1 parent f53018f commit ce36b72
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.json

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [9.24.0](https://github.com/dialpad/dialtone/compare/dialtone/v9.23.0...dialtone/v9.24.0) (2024-03-22)


### Bug Fixes

* **Emoji:** dlt-1650 pad emoji unicode string with 0's ([#219](https://github.com/dialpad/dialtone/issues/219)) ([1eb4906](https://github.com/dialpad/dialtone/commit/1eb4906894537ed7ace2d9cad2de0513ff15a7cb))
* warn console error cleanup ([#221](https://github.com/dialpad/dialtone/issues/221)) ([65bb319](https://github.com/dialpad/dialtone/commit/65bb31983f74feed2e6d4d03581be58e3631b458))


### Documentation

* add tokens keywords ([#220](https://github.com/dialpad/dialtone/issues/220)) ([20125f4](https://github.com/dialpad/dialtone/commit/20125f421352fe2ccef2f092bb16c4a279d76b31))
* fix search for tokens ([#218](https://github.com/dialpad/dialtone/issues/218)) ([ff46724](https://github.com/dialpad/dialtone/commit/ff46724983c3b720fc6f48e71cbda88795e048f5))


### Features

* added new headset icon and update listed icons ([#224](https://github.com/dialpad/dialtone/issues/224)) ([c1373ec](https://github.com/dialpad/dialtone/commit/c1373ecb15492c7d20f7c2453b3def39457408e2))
* adding new blog for Types update ([#222](https://github.com/dialpad/dialtone/issues/222)) ([73b40f3](https://github.com/dialpad/dialtone/commit/73b40f30a4c2fd3ed26b213ebdcfce7d37ee2e62))

# [9.23.0](https://github.com/dialpad/dialtone/compare/dialtone/v9.22.1...dialtone/v9.23.0) (2024-03-20)


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

0 comments on commit ce36b72

Please sign in to comment.