diff --git a/CHANGELOG.md b/CHANGELOG.md index 7867e6f24df113b16b8d22c9c4719999f6e08651..02a251a4ffbd9c482b7b6934e9137485ddcbe4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.8.0](https://git.astron.nl/astron-sdc/design-system/compare/v2.7.0...v2.8.0) (2024-04-11) + + +### Features + +* Export alert props and colors ([0aa1638](https://git.astron.nl/astron-sdc/design-system/commit/0aa16388874aaa60e5dac7b084de0dc6924609a8)) + # [2.7.0](https://git.astron.nl/astron-sdc/design-system/compare/v2.6.0...v2.7.0) (2024-04-11) diff --git a/package-lock.json b/package-lock.json index 012c8431da767791e5969faccca9d7fb98920e9a..25c5afa2ea8d5f42b2928bad6053028fb97cfb58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@astron-sdc/design-system", - "version": "2.7.0", + "version": "2.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@astron-sdc/design-system", - "version": "2.7.0", + "version": "2.8.0", "devDependencies": { "@commitlint/cli": "^18.2.0", "@commitlint/config-conventional": "^18.1.0", diff --git a/package.json b/package.json index d9dedcafd8cb76308626ef410b996cc9d713833b..ce3726e58eb4ab085cf386ca8fccb2e5fb9d7301 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@astron-sdc/design-system", - "version": "2.7.0", + "version": "2.8.0", "type": "module", "main": "./dist/astron-design-system.cjs", "module": "./dist/astron-design-system.es.js",