From 5e689bb73748a766227e82de14a2a3e2a8c6d6b1 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Tue, 2 Apr 2024 12:47:08 +0000
Subject: [PATCH] chore(release): v2.2.0 [skip ci]

---
 CHANGELOG.md      | 12 ++++++++++++
 package-lock.json |  4 ++--
 package.json      |  2 +-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1e7235..7390524 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# [2.2.0](https://git.astron.nl/astron-sdc/design-system/compare/v2.1.1...v2.2.0) (2024-04-02)
+
+
+### Bug Fixes
+
+* icons in table stories ([647555c](https://git.astron.nl/astron-sdc/design-system/commit/647555cde72e8c1e5fed355d5f9911856b92a995))
+
+
+### Features
+
+* use empty state in table component ([469db3a](https://git.astron.nl/astron-sdc/design-system/commit/469db3a6712771c3f8752af2098b908f8c47b970))
+
 ## [2.1.1](https://git.astron.nl/astron-sdc/design-system/compare/v2.1.0...v2.1.1) (2024-03-28)
 
 
diff --git a/package-lock.json b/package-lock.json
index 47564fd..a6387a6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "2.1.1",
+  "version": "2.2.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@astron-sdc/design-system",
-      "version": "2.1.1",
+      "version": "2.2.0",
       "devDependencies": {
         "@commitlint/cli": "^18.2.0",
         "@commitlint/config-conventional": "^18.1.0",
diff --git a/package.json b/package.json
index ebc1eee..ab390dc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "2.1.1",
+  "version": "2.2.0",
   "type": "module",
   "main": "./dist/astron-design-system.cjs",
   "module": "./dist/astron-design-system.es.js",
-- 
GitLab