Skip to content

Commit

Permalink
[RELEASE] 5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdawg093 committed Mar 14, 2024
1 parent 5adf375 commit a9ae9c6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 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.12.0] - 2024-03-14

### Added

- Screen reader support for hints
Expand All @@ -21,6 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `location` form element to support selecting a position as well as dragging a pin to a position
- Changed placeholder text colour and styled to italics

### Dependencies

- no longer depend upon [@mui/icons-material](https://www.npmjs.com/package/@mui/icons-material)

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

## [5.11.0] - 2024-03-06

### Added
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.12.0-beta.16",
"version": "5.12.0",
"author": "OneBlink <[email protected]> (https://oneblink.io)",
"bugs": {
"url": "https://github.com/oneblink/apps-react/issues"
Expand Down

0 comments on commit a9ae9c6

Please sign in to comment.