diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f77f43c81032fec3fa7943846c826082f2c83d..3446567bd6d6cd8158952a66dcfd64df8074a65b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://git.astron.nl/astron-sdc/design-system/compare/v1.8.4...v1.9.0) (2024-03-13) + + +### Features + +* initial FileInput ([622589b](https://git.astron.nl/astron-sdc/design-system/commit/622589b488c3fcdf903e32400b9ec20e7ae89dd7)) + ## [1.8.4](https://git.astron.nl/astron-sdc/design-system/compare/v1.8.3...v1.8.4) (2024-03-11) diff --git a/package-lock.json b/package-lock.json index f58653eea3a6382a8778738f0eda891c16f345ee..0a2581feabf8eebeb0e5916acfcd6c6287205b3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@astron-sdc/design-system", - "version": "1.8.4", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@astron-sdc/design-system", - "version": "1.8.4", + "version": "1.9.0", "devDependencies": { "@commitlint/cli": "^18.2.0", "@commitlint/config-conventional": "^18.1.0", diff --git a/package.json b/package.json index 6d1cd4f70f79503578236028dbcd2e7fd519e0a6..3af8f879c2768bdb244300893369ab7f9b07ce65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@astron-sdc/design-system", - "version": "1.8.4", + "version": "1.9.0", "type": "module", "main": "./dist/astron-design-system.cjs", "module": "./dist/astron-design-system.es.js",