diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3086963b0..47a15d78c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.2" + ".": "1.14.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 45f28e47e..1873bab4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.14.3](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.14.2...kerrokantasi-ui-v1.14.3) (2025-09-24) + + +### Bug Fixes + +* Fixed info being blocked by map ([#1187](https://github.com/City-of-Helsinki/kerrokantasi-ui/issues/1187)) ([d2d15f4](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/d2d15f4642fcfa02197d101e60650db77da2dcbd)) +* Fixed select not working on ContactModal ([#1190](https://github.com/City-of-Helsinki/kerrokantasi-ui/issues/1190)) ([17fbc13](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/17fbc13d2334bdd46f4ea8dbc8c2eecfd987ea3d)) + ## [1.14.2](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.14.1...kerrokantasi-ui-v1.14.2) (2025-09-10) diff --git a/package.json b/package.json index dea9f237e..ed8d7e932 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kerrokantasi-ui", - "version": "1.14.2", + "version": "1.14.3", "license": "MIT", "main": "index.js", "engines": {