Skip to content

Commit

Permalink
chore(release): NO-JIRA dialtone/v9.73.0-beta.2
Browse files Browse the repository at this point in the history
# [9.73.0-beta.2](dialtone/v9.73.0-beta.1...dialtone/v9.73.0-beta.2) (2024-09-12)

### Bug Fixes

* **Lint:** NO-JIRA fix linter rule for text styles ([#494](#494)) ([c6b5f3f](c6b5f3f))
* **Scrollbar Directive:** NO-JIRA overlayscrollbars missing styles ([#493](#493)) ([d1a88e1](d1a88e1))
* **Tokens:** NO-JIRA keep references in css output ([#487](#487)) ([b019ff6](b019ff6))

### Documentation

* **Icon:** DLT-1916 update documentation to show tree shaking examples   ([#491](#491)) ([5b9d969](5b9d969))
* NO-JIRA wrong dialtone-css import on local ([da5f7d6](da5f7d6))

### Features

* **Avatar:** DLT-1916 remove dt-icon from Avatar vue 2 ([#474](#474)) ([e8600c3](e8600c3))
* **Feed Item Pill:** DLT-1916 remove dt-icon from Feed Item Pill ([#489](#489)) ([bde73c8](bde73c8))
* **Message Input:** DLT-1916 remove dt-icon from message input ([#490](#490)) ([3215116](3215116))
* **Utilities:** DLT-1763 add gap utility class ([#492](#492)) ([835d06f](835d06f))
  • Loading branch information
semantic-release-bot committed Sep 12, 2024
1 parent 99089c3 commit aadc5e9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.json

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [9.73.0-beta.2](https://github.com/dialpad/dialtone/compare/dialtone/v9.73.0-beta.1...dialtone/v9.73.0-beta.2) (2024-09-12)


### Bug Fixes

* **Lint:** NO-JIRA fix linter rule for text styles ([#494](https://github.com/dialpad/dialtone/issues/494)) ([c6b5f3f](https://github.com/dialpad/dialtone/commit/c6b5f3f6fb3d79f2863bbfb6d303389da702cc5a))
* **Scrollbar Directive:** NO-JIRA overlayscrollbars missing styles ([#493](https://github.com/dialpad/dialtone/issues/493)) ([d1a88e1](https://github.com/dialpad/dialtone/commit/d1a88e1889bb232adaeb263075b5641c7cd28c67))
* **Tokens:** NO-JIRA keep references in css output ([#487](https://github.com/dialpad/dialtone/issues/487)) ([b019ff6](https://github.com/dialpad/dialtone/commit/b019ff67bbc2da4f33ad8dadf2da81150bbb1fc6))


### Documentation

* **Icon:** DLT-1916 update documentation to show tree shaking examples ([#491](https://github.com/dialpad/dialtone/issues/491)) ([5b9d969](https://github.com/dialpad/dialtone/commit/5b9d969ebced275163d10929ef08b4a34ae4976b))
* NO-JIRA wrong dialtone-css import on local ([da5f7d6](https://github.com/dialpad/dialtone/commit/da5f7d6cd393bff8d93e5929836cec7f79f69c26))


### Features

* **Avatar:** DLT-1916 remove dt-icon from Avatar vue 2 ([#474](https://github.com/dialpad/dialtone/issues/474)) ([e8600c3](https://github.com/dialpad/dialtone/commit/e8600c39dc4cafe56e13643b293e606fab4a3107))
* **Feed Item Pill:** DLT-1916 remove dt-icon from Feed Item Pill ([#489](https://github.com/dialpad/dialtone/issues/489)) ([bde73c8](https://github.com/dialpad/dialtone/commit/bde73c85a53249ce58b603f44e0115e82cb96bb1))
* **Message Input:** DLT-1916 remove dt-icon from message input ([#490](https://github.com/dialpad/dialtone/issues/490)) ([3215116](https://github.com/dialpad/dialtone/commit/3215116e49f1e91a264de4db99f3db60fff9029c))
* **Utilities:** DLT-1763 add gap utility class ([#492](https://github.com/dialpad/dialtone/issues/492)) ([835d06f](https://github.com/dialpad/dialtone/commit/835d06fbeead4919dbe7683081b8b92d51031fc1))

# [9.73.0-beta.1](https://github.com/dialpad/dialtone/compare/dialtone/v9.72.1...dialtone/v9.73.0-beta.1) (2024-09-05)


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.73.0-beta.1",
"version": "9.73.0-beta.2",
"packageManager": "[email protected]",
"description": "Dialpad's Dialtone design system monorepo",
"scripts": {
Expand Down

0 comments on commit aadc5e9

Please sign in to comment.