diff --git a/CHANGELOG.md b/CHANGELOG.md index f561436b1dff0334b378b749d8ec2e1c9badcbc7..a2f77f43c81032fec3fa7943846c826082f2c83d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.4](https://git.astron.nl/astron-sdc/design-system/compare/v1.8.3...v1.8.4) (2024-03-11) + + +### Bug Fixes + +* add name to input component ([8d85c69](https://git.astron.nl/astron-sdc/design-system/commit/8d85c69e1ce817cbdccc9bca7d711bae086b0708)) + ## [1.8.3](https://git.astron.nl/astron-sdc/design-system/compare/v1.8.2...v1.8.3) (2024-03-07) diff --git a/package-lock.json b/package-lock.json index 91eb670f5908ebeb3389562a488ec1a809a98e03..f58653eea3a6382a8778738f0eda891c16f345ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@astron-sdc/design-system", - "version": "1.8.3", + "version": "1.8.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@astron-sdc/design-system", - "version": "1.8.3", + "version": "1.8.4", "devDependencies": { "@commitlint/cli": "^18.2.0", "@commitlint/config-conventional": "^18.1.0", diff --git a/package.json b/package.json index 5f5edd7bf2ae6325488b67fe55c37624423140bd..6d1cd4f70f79503578236028dbcd2e7fd519e0a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@astron-sdc/design-system", - "version": "1.8.3", + "version": "1.8.4", "type": "module", "main": "./dist/astron-design-system.cjs", "module": "./dist/astron-design-system.es.js",