From 6edf3b5da87a5e89a84c7c163c8fe04f35687e83 Mon Sep 17 00:00:00 2001
From: Jenkins <jenkins@jenkins.unige.ch>
Date: Wed, 8 May 2024 14:34:01 +0200
Subject: [PATCH] chore(release): 5.0.4

---
 CHANGELOG.md                            | 7 +++++++
 package-lock.json                       | 4 ++--
 package.json                            | 2 +-
 projects/solidify-frontend/package.json | 2 +-
 4 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e150bbbb4..96ce95b60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+### [5.0.4](https://gitlab.unige.ch/solidify/solidify-frontend/compare/v5.0.3...v5.0.4) (2024-05-08)
+
+
+### Bug Fixes
+
+* **multi select:** avoid mdc chip error ([2b28289](https://gitlab.unige.ch/solidify/solidify-frontend/commit/2b28289d28dd136ee2136660c538cf894cbc3331))
+
 ### [5.0.3](https://gitlab.unige.ch/solidify/solidify-frontend/compare/v5.0.2...v5.0.3) (2024-05-06)
 
 
diff --git a/package-lock.json b/package-lock.json
index 85615326a..1f8cb187b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "solidify-frontend",
-  "version": "5.0.3",
+  "version": "5.0.4",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "solidify-frontend",
-      "version": "5.0.3",
+      "version": "5.0.4",
       "hasInstallScript": true,
       "license": "GPL-2.0-or-later",
       "dependencies": {
diff --git a/package.json b/package.json
index 1568e2562..45730f3c2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "solidify-frontend",
-  "version": "5.0.3",
+  "version": "5.0.4",
   "license": "GPL-2.0-or-later",
   "author": "UNIGE (University of Geneva)",
   "repository": {
diff --git a/projects/solidify-frontend/package.json b/projects/solidify-frontend/package.json
index e398362a5..c36ca0e20 100644
--- a/projects/solidify-frontend/package.json
+++ b/projects/solidify-frontend/package.json
@@ -1,6 +1,6 @@
 {
   "name": "solidify-frontend",
-  "version": "5.0.3",
+  "version": "5.0.4",
   "license": "GPL-2.0-or-later",
   "author": "UNIGE (University of Geneva)",
   "engines": {
-- 
GitLab