Skip to content

Commit

Permalink
[RELEASE] 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mymattcarroll committed Jan 18, 2024
1 parent 8316a3e commit 5f7c354
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.6.0] - 2024-01-18

### Removed

- All instances of `disableRipple` on MUI components. This prop was responsible for disabling visual feedback when focusing an element
Expand All @@ -20,6 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `alt` attribute to file image previews for accessibility
- `focus-visible` for buttons and number slider to make tabbing more prominent

### Dependencies

- update [@oneblink/sdk-core](https://www.npmjs.com/package/@oneblink/sdk-core) to [5.2.0-beta.2](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md) (from [5.1.0-beta.3](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md))

## [5.5.0] - 2023-12-12

### Fixed
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": "@oneblink/apps-react",
"description": "Helper functions for OneBlink apps in ReactJS.",
"version": "5.6.0-beta.5",
"version": "5.6.0",
"author": "OneBlink <[email protected]> (https://oneblink.io)",
"bugs": {
"url": "https://github.com/oneblink/apps-react/issues"
Expand Down

0 comments on commit 5f7c354

Please sign in to comment.