Skip to content

Commit

Permalink
chore(release): bump version to 1.9.0
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.3...v1.9.0) (2023-10-04)

### Bug Fixes

* **Signal:** handle unknown value gracefully ([1423697](1423697))
* **StatusDot:** export the component from package ([9804dad](9804dad))
* **StatusPill:** export the component from package ([3a96af2](3a96af2))

### Features

* **Button:** add active animation ([45fcf8c](45fcf8c))
* **CloseButton:** add type attribute ([b3a9103](b3a9103))
* **Heading:** change H1 font weight to bold ([00eb53a](00eb53a))
* **Heading:** remove H0 ([633a9d8](633a9d8))
* **Icons:** update icons to 6.4.2 ([783f00b](783f00b))
* **Link:** add experimental underline ([5650034](5650034))
* **StatusDot:** add component ([5793bd6](5793bd6))
* **StatusPill:** add component ([0b46773](0b46773))
  • Loading branch information
semantic-release-bot committed Oct 4, 2023
1 parent 5928b65 commit 07033eb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.9.0](https://github.com/securityscorecard/design-system/compare/v1.8.3...v1.9.0) (2023-10-04)


### Bug Fixes

* **Signal:** handle unknown value gracefully ([1423697](https://github.com/securityscorecard/design-system/commit/1423697967d6483dcfd18e1ebb7fe50c65cebc2d))
* **StatusDot:** export the component from package ([9804dad](https://github.com/securityscorecard/design-system/commit/9804dad90efd140ecd7c4ce286e9120c552b2357))
* **StatusPill:** export the component from package ([3a96af2](https://github.com/securityscorecard/design-system/commit/3a96af28a57f00c836ee797460b518bf477dea54))


### Features

* **Button:** add active animation ([45fcf8c](https://github.com/securityscorecard/design-system/commit/45fcf8cfd0d8ee030cd43770091d54d214da844b))
* **CloseButton:** add type attribute ([b3a9103](https://github.com/securityscorecard/design-system/commit/b3a910300577a19e46485ce64c97986301fdb27e))
* **Heading:** change H1 font weight to bold ([00eb53a](https://github.com/securityscorecard/design-system/commit/00eb53ad4e0355f87852e853680dba3893c0cf33))
* **Heading:** remove H0 ([633a9d8](https://github.com/securityscorecard/design-system/commit/633a9d871f0e5337362478c30570671f448b1f8e))
* **Icons:** update icons to 6.4.2 ([783f00b](https://github.com/securityscorecard/design-system/commit/783f00be86e1aee546021205b127e3af70557a6b))
* **Link:** add experimental underline ([5650034](https://github.com/securityscorecard/design-system/commit/56500342e379a022ab6880cc4adfbc2bae0c33a9))
* **StatusDot:** add component ([5793bd6](https://github.com/securityscorecard/design-system/commit/5793bd66baa8f0b5ceef6d9894ad50c012969e1a))
* **StatusPill:** add component ([0b46773](https://github.com/securityscorecard/design-system/commit/0b46773d95476a01bf1d9c6d7df6756b1aecb8c3))

## [1.8.3](https://github.com/securityscorecard/design-system/compare/v1.8.2...v1.8.3) (2023-09-13)


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.8.3",
"version": "1.9.0",
"description": "Security Scorecard Design System",
"author": "Radek Podrazky <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 07033eb

Please sign in to comment.