Skip to content

Commit

Permalink
build: bumping version: 9.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adarleyjrr committed Dec 15, 2022
1 parent cf06dac commit b174011
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [9.2.3] 2022-12-15

### Fixed

- Fixes type of `HTMLParsedContent` component `content` prop to accept `null` values as they can be treated the same as `undefined`
- Removes pointer cursor css rule from `BaseCard` component in hover state, as the cursor is automatically changed when the component is wrapped by a link

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,7 +1,7 @@
{
"name": "@perimetre/ui",
"description": "A component library made by @perimetre",
"version": "9.2.2",
"version": "9.2.3",
"repository": {
"type": "git",
"url": "git+https://github.com/perimetre/ui.git"
Expand Down

0 comments on commit b174011

Please sign in to comment.