Skip to content

Commit e560a3e

Browse files
v0.8.3 (#456)
1 parent 499d082 commit e560a3e

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
The minor version will be incremented upon a breaking change and the patch version will be
1010
incremented for features.
1111

12+
### [0.8.3] - 2024-06-28
13+
14+
### Fixed
15+
- fix(a11y): adds a `role` to the map container div of either `application` if interactive or `presentation` if implemented in static mode ([#454](https://github.com/theopensystemslab/map/pull/454))
16+
17+
### Changed
18+
- deps: various dependency updates via Dependabot
19+
1220
### [0.8.2] - 2024-05-09
1321

1422
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensystemslab/map",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"license": "MPL-2.0",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)