From fbc3ef533b0fd51d6b44451331d51805769c1e71 Mon Sep 17 00:00:00 2001 From: release-bot Date: Mon, 23 Sep 2024 13:04:01 +0000 Subject: [PATCH] chore(release): 4.9.6 [skip ci] ## [4.9.6](https://github.com/informatievlaanderen/road-registry/compare/v4.9.5...v4.9.6) (2024-09-23) ### Bug Fixes * styling checkbox inside vl-alert ([#1543](https://github.com/informatievlaanderen/road-registry/issues/1543)) ([b91cb10](https://github.com/informatievlaanderen/road-registry/commit/b91cb1041532c5d76820374170e392da6284b2c7)) * validate RoadSegmentId in FC europeanroad/nationalroad/numberedroad ([#1541](https://github.com/informatievlaanderen/road-registry/issues/1541)) ([6ddee84](https://github.com/informatievlaanderen/road-registry/commit/6ddee846dc055192b3d68d1f78c95d9128d1c5e5)) * validation message when uploading 2nd time for extract ([#1542](https://github.com/informatievlaanderen/road-registry/issues/1542)) ([0ef3d8f](https://github.com/informatievlaanderen/road-registry/commit/0ef3d8f0d4f5ce61ef80265384f49fd30af2905a)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4284886d5..68331b85a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.9.6](https://github.com/informatievlaanderen/road-registry/compare/v4.9.5...v4.9.6) (2024-09-23) + + +### Bug Fixes + +* styling checkbox inside vl-alert ([#1543](https://github.com/informatievlaanderen/road-registry/issues/1543)) ([b91cb10](https://github.com/informatievlaanderen/road-registry/commit/b91cb1041532c5d76820374170e392da6284b2c7)) +* validate RoadSegmentId in FC europeanroad/nationalroad/numberedroad ([#1541](https://github.com/informatievlaanderen/road-registry/issues/1541)) ([6ddee84](https://github.com/informatievlaanderen/road-registry/commit/6ddee846dc055192b3d68d1f78c95d9128d1c5e5)) +* validation message when uploading 2nd time for extract ([#1542](https://github.com/informatievlaanderen/road-registry/issues/1542)) ([0ef3d8f](https://github.com/informatievlaanderen/road-registry/commit/0ef3d8f0d4f5ce61ef80265384f49fd30af2905a)) + ## [4.9.5](https://github.com/informatievlaanderen/road-registry/compare/v4.9.4...v4.9.5) (2024-09-23) diff --git a/package-lock.json b/package-lock.json index 4bab4099e..31199227f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "road-registry", - "version": "4.9.5", + "version": "4.9.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "road-registry", - "version": "4.9.5", + "version": "4.9.6", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index a6c94dc57..21904cd05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "road-registry", - "version": "4.9.5", + "version": "4.9.6", "description": "Authentic base registry containing all road nodes and segments of Flanders.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",