Skip to content

Commit

Permalink
chore(release): bump version to 1.7.0
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2023-07-20)

### Bug Fixes

* **Accordion:** make 'openItems' act as value ([a8261f7](a8261f7))
* **Datatable:** add onColumnVisibilityChange to proptypes ([374cfe9](374cfe9))

### Features

* **MultiValueInput:** add 'onPaste' callback ([03639a2](03639a2))
  • Loading branch information
semantic-release-bot committed Jul 20, 2023
1 parent 5471b92 commit 3b284d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.7.0](https://github.com/securityscorecard/design-system/compare/v1.6.0...v1.7.0) (2023-07-20)


### Bug Fixes

* **Accordion:** make 'openItems' act as value ([a8261f7](https://github.com/securityscorecard/design-system/commit/a8261f7439106e85e21dac5e9ffad6c684a41c1b))
* **Datatable:** add onColumnVisibilityChange to proptypes ([374cfe9](https://github.com/securityscorecard/design-system/commit/374cfe9ba3b2d31c9d90729d0489c56118e1921b))


### Features

* **MultiValueInput:** add 'onPaste' callback ([03639a2](https://github.com/securityscorecard/design-system/commit/03639a2681eff658ae5b86471e4d612a49cb82c0))

# [1.6.0](https://github.com/securityscorecard/design-system/compare/v1.5.1...v1.6.0) (2023-07-12)


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": "@securityscorecard/design-system",
"version": "1.6.0",
"version": "1.7.0",
"description": "Security Scorecard Design System",
"author": "Radek Podrazky <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3b284d5

Please sign in to comment.