From 3a165afeb46a94283a42c0ba102e859756fb7cc0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Oct 2023 14:36:01 +0000 Subject: [PATCH] chore(release): 1.19.0 [skip ci] # [1.19.0](https://github.com/milieuinfo/uigov-web-components/compare/v1.18.0...v1.19.0) (2023-10-31) ### Bug Fixes * UIG-2672 - curl installeren in de cypress docker-image ([053b872](https://github.com/milieuinfo/uigov-web-components/commit/053b87270177e7527d0198085ab80c699d941152)) * UIG-2696 - adoptedStyleSheets polyfill toegevoegd ([fa00fdf](https://github.com/milieuinfo/uigov-web-components/commit/fa00fdf3f7a618c0d09036985ae3c28521379bd6)) * UIG-2712 - vl-side-navigation - window resize ([ea2d5c3](https://github.com/milieuinfo/uigov-web-components/commit/ea2d5c384989a1d9ac24e054eac86dbfcd4199c0)) * UIG-2724 - vl-search-result - null checks toegevoegd ([ce9b4cf](https://github.com/milieuinfo/uigov-web-components/commit/ce9b4cfb9d171df2cd5f725622bb7ced176b86c3)) * UIG-2729 - vl-breadcrumb - breadcrumb styling aangepast conform DV ([5785551](https://github.com/milieuinfo/uigov-web-components/commit/5785551f50c92a6e38f1cbe9744a585e37f79b5e)) ### Features * UIG-2539 - customCSS - `custom-css`-attribuut toegevoegd ([446796c](https://github.com/milieuinfo/uigov-web-components/commit/446796c3f7895081dbffb2743543807ec9f10aa6)) * UIG-2639 - vl-cascader - introductie component ([aa23d06](https://github.com/milieuinfo/uigov-web-components/commit/aa23d062b47dcf672c25d7d7793e398a1fcaedfa)) * UIG-2644 - vl-alert - naked variant ([e48af3f](https://github.com/milieuinfo/uigov-web-components/commit/e48af3f29159be9d96d715b5ee140122197782b0)) * UIG-2672 - technische upgrades fase 1 ([cd16462](https://github.com/milieuinfo/uigov-web-components/commit/cd16462cc6d5a96d95f17c4dec71e7a1cce3ebf2)) --- package-lock.json | 4 ++-- package.json | 2 +- resources/changelog/CHANGELOG.md | 19 +++++++++++++++++++ 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32e7a7c6e..01248ace6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "uigov-web-components", - "version": "1.18.0", + "version": "1.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "uigov-web-components", - "version": "1.18.0", + "version": "1.19.0", "license": "MIT", "dependencies": { "@domg/govflanders-style": "14.2.0", diff --git a/package.json b/package.json index 09b3153ce..719de0024 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uigov-web-components", - "version": "1.18.0", + "version": "1.19.0", "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 07767ffb7..c789e7943 100644 --- a/resources/changelog/CHANGELOG.md +++ b/resources/changelog/CHANGELOG.md @@ -1,3 +1,22 @@ +# [1.19.0](https://github.com/milieuinfo/uigov-web-components/compare/v1.18.0...v1.19.0) (2023-10-31) + + +### Bug Fixes + +* UIG-2672 - curl installeren in de cypress docker-image ([053b872](https://github.com/milieuinfo/uigov-web-components/commit/053b87270177e7527d0198085ab80c699d941152)) +* UIG-2696 - adoptedStyleSheets polyfill toegevoegd ([fa00fdf](https://github.com/milieuinfo/uigov-web-components/commit/fa00fdf3f7a618c0d09036985ae3c28521379bd6)) +* UIG-2712 - vl-side-navigation - window resize ([ea2d5c3](https://github.com/milieuinfo/uigov-web-components/commit/ea2d5c384989a1d9ac24e054eac86dbfcd4199c0)) +* UIG-2724 - vl-search-result - null checks toegevoegd ([ce9b4cf](https://github.com/milieuinfo/uigov-web-components/commit/ce9b4cfb9d171df2cd5f725622bb7ced176b86c3)) +* UIG-2729 - vl-breadcrumb - breadcrumb styling aangepast conform DV ([5785551](https://github.com/milieuinfo/uigov-web-components/commit/5785551f50c92a6e38f1cbe9744a585e37f79b5e)) + + +### Features + +* UIG-2539 - customCSS - `custom-css`-attribuut toegevoegd ([446796c](https://github.com/milieuinfo/uigov-web-components/commit/446796c3f7895081dbffb2743543807ec9f10aa6)) +* UIG-2639 - vl-cascader - introductie component ([aa23d06](https://github.com/milieuinfo/uigov-web-components/commit/aa23d062b47dcf672c25d7d7793e398a1fcaedfa)) +* UIG-2644 - vl-alert - naked variant ([e48af3f](https://github.com/milieuinfo/uigov-web-components/commit/e48af3f29159be9d96d715b5ee140122197782b0)) +* UIG-2672 - technische upgrades fase 1 ([cd16462](https://github.com/milieuinfo/uigov-web-components/commit/cd16462cc6d5a96d95f17c4dec71e7a1cce3ebf2)) + # [1.18.0](https://github.com/milieuinfo/uigov-web-components/compare/v1.17.0...v1.18.0) (2023-10-11)