From 24909abe85a9f0e5302d150b529d606120850fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Wed, 30 Jul 2025 16:38:12 +0100 Subject: [PATCH] v1.0.0-alpha.6 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 939dfc9..f386f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ 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. +### [1.0.0-alpha.6] - 2025-07-30 + +### Fixed + +- chore: Remove polyfill.io links ([#539](https://github.com/theopensystemslab/map/pull/539)) + +### Changed + +- deps: now on accessible-autocomplete v3 ! ([#554](https://github.com/theopensystemslab/map/pull/554)) +- deps: a number of other package updates via Dependabot + ### [1.0.0-alpha.5] - 2025-03-11 ### Fixed diff --git a/package.json b/package.json index 900e50a..e25f91b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "license": "MPL-2.0", "private": false, "repository": {