From e560a3e6b9a790841845d4cc0f9a36c84aeef40e Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Fri, 28 Jun 2024 12:42:51 +0200 Subject: [PATCH] v0.8.3 (#456) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a006141..930b75f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ 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.3] - 2024-06-28 + +### Fixed +- 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)) + +### Changed +- deps: various dependency updates via Dependabot + ### [0.8.2] - 2024-05-09 ### Added diff --git a/package.json b/package.json index 233e8f6..db55487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.8.2", + "version": "0.8.3", "license": "MPL-2.0", "private": false, "repository": {