diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7588028336d7f98eaa93446727e832183ced2c06..4043ee78f04681b902e05a8e04eb3edb9a67a7cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.4.1](https://git.astron.nl/astron-sdc/design-system/compare/v1.4.0...v1.4.1) (2024-02-23)
+
+
+### Bug Fixes
+
+* export all components ([c90551c](https://git.astron.nl/astron-sdc/design-system/commit/c90551cdc8dd3e9582d6d02fd197c34c83f135d1))
+
 # [1.4.0](https://git.astron.nl/astron-sdc/design-system/compare/v1.3.0...v1.4.0) (2024-02-23)
 
 
diff --git a/package-lock.json b/package-lock.json
index 13bb76ef1310a988d26a008e4800f4453d2fc743..026499a5594c27dcb42639bae317248255ea08f4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.4.0",
+  "version": "1.4.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@astron-sdc/design-system",
-      "version": "1.4.0",
+      "version": "1.4.1",
       "devDependencies": {
         "@commitlint/cli": "^18.2.0",
         "@commitlint/config-conventional": "^18.1.0",
diff --git a/package.json b/package.json
index d18b40574246223d585a726b59b63447818eaa8a..1aa1737931b568984600cbd34c59aa1b26a65826 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.4.0",
+  "version": "1.4.1",
   "type": "module",
   "main": "./dist/astron-design-system.cjs",
   "module": "./dist/astron-design-system.es.js",