Skip to content

Commit

Permalink
changelog & package.json bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed May 9, 2024
1 parent 0206d83 commit c2c2dd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The minor version will be incremented upon a breaking change and the patch version will be
incremented for features.

### [0.8.2] - 2024-05-09

### Added
- feat(a11y): adds optional prop `ariaLabelOlFixedOverlay` which sets an `aria-label` on the outermost `canvas` element rendered in the shadow root ([#445](https://github.com/theopensystemslab/map/pull/445))
- fix(a11y): sets `aria-controls` on the OL Attribution control button rendered when `collapseAttributions` is true, and a corresponding `id` on the attribution list ([#446](https://github.com/theopensystemslab/map/pull/446))

### [0.8.1] - 2024-04-05

### Changed
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": "@opensystemslab/map",
"version": "0.8.1",
"version": "0.8.2",
"license": "MPL-2.0",
"private": false,
"repository": {
Expand Down

0 comments on commit c2c2dd5

Please sign in to comment.