From 67bd5d7c9481d1d53d3ec80bfbd394db54c0c453 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Nov 2023 14:48:09 +0000 Subject: [PATCH] chore(release): 1.20.2 [skip ci] ## [1.20.2](https://github.com/milieuinfo/uigov-web-components/compare/v1.20.1...v1.20.2) (2023-11-29) ### Bug Fixes * vl-wizard - het wizard-pane verscheen niet (was al stuk sinds v1.0.0) ([efb5761](https://github.com/milieuinfo/uigov-web-components/commit/efb576174c2fa922f0c9598da62383a458670762)) --- package-lock.json | 4 ++-- package.json | 2 +- resources/changelog/CHANGELOG.md | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66f54746e..47491843a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "uigov-web-components", - "version": "1.20.1", + "version": "1.20.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "uigov-web-components", - "version": "1.20.1", + "version": "1.20.2", "license": "MIT", "dependencies": { "@domg/govflanders-style": "14.2.0", diff --git a/package.json b/package.json index 97a8011ff..a913979e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uigov-web-components", - "version": "1.20.1", + "version": "1.20.2", "license": "MIT", "scripts": { "test": "npm run test:unit && npm run test:wct", diff --git a/resources/changelog/CHANGELOG.md b/resources/changelog/CHANGELOG.md index 5c08e7d13..810ed7b8e 100644 --- a/resources/changelog/CHANGELOG.md +++ b/resources/changelog/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.20.2](https://github.com/milieuinfo/uigov-web-components/compare/v1.20.1...v1.20.2) (2023-11-29) + + +### Bug Fixes + +* vl-wizard - het wizard-pane verscheen niet (was al stuk sinds v1.0.0) ([efb5761](https://github.com/milieuinfo/uigov-web-components/commit/efb576174c2fa922f0c9598da62383a458670762)) + ## [1.20.1](https://github.com/milieuinfo/uigov-web-components/compare/v1.20.0...v1.20.1) (2023-11-28)