From 81cea49b5c8400c8a9ef0c3281751d1ac1cdc2e0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Jan 2023 16:19:44 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/milieuinfo/uigov-web-components/compare/v1.0.0...v1.0.1) (2023-01-31) ### Bug Fixes * aanmaak van map files vermijden bij scss omzetting ([0b3084c](https://github.com/milieuinfo/uigov-web-components/commit/0b3084c99c171e910604cfa78736d7e2747c6beb)) --- 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 b7f60c6a0..68ea76452 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-components", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "web-components", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@govflanders-v14/vl-ui-accordion": "npm:@govflanders/vl-ui-accordion@14.0.2", diff --git a/package.json b/package.json index a59352f22..88685bec2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-components", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "nx serve", diff --git a/resources/changelog/CHANGELOG.md b/resources/changelog/CHANGELOG.md index 60d54b2e8..0027da7a8 100644 --- a/resources/changelog/CHANGELOG.md +++ b/resources/changelog/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/milieuinfo/uigov-web-components/compare/v1.0.0...v1.0.1) (2023-01-31) + + +### Bug Fixes + +* aanmaak van map files vermijden bij scss omzetting ([0b3084c](https://github.com/milieuinfo/uigov-web-components/commit/0b3084c99c171e910604cfa78736d7e2747c6beb)) + # 1.0.0 (2023-01-31)