Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
chore(release): 3.69.1
Browse files Browse the repository at this point in the history
## [3.69.1](v3.69.0...v3.69.1) (2023-05-24)

### Bug Fixes

* **Dt Scroller:** fix dynamic scroller not passing fieldKey properly ([#992](#992)) ([6859a5d](6859a5d))
* **Leftbar General Row:** add href for focusability ([#995](#995)) ([0ddfc2d](0ddfc2d))
  • Loading branch information
semantic-release-bot committed May 24, 2023
1 parent 6859a5d commit bc004d3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.69.1](https://github.com/dialpad/dialtone-vue/compare/v3.69.0...v3.69.1) (2023-05-24)


### Bug Fixes

* **Dt Scroller:** fix dynamic scroller not passing fieldKey properly ([#992](https://github.com/dialpad/dialtone-vue/issues/992)) ([6859a5d](https://github.com/dialpad/dialtone-vue/commit/6859a5d558423c394dce790ea531523aaa1f9de0))
* **Leftbar General Row:** add href for focusability ([#995](https://github.com/dialpad/dialtone-vue/issues/995)) ([0ddfc2d](https://github.com/dialpad/dialtone-vue/commit/0ddfc2d0e409141a3af92ee532c5577fb2cd7198))

# [3.69.0](https://github.com/dialpad/dialtone-vue/compare/v3.68.0...v3.69.0) (2023-05-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-vue",
"version": "3.69.0",
"version": "3.69.1",
"description": "Vue component library for Dialpad's design system Dialtone",
"scripts": {
"build": "npm run clean && npm run build:main && npm run build:documentation",
Expand Down

0 comments on commit bc004d3

Please sign in to comment.