From 4238af1a9be4f4af96d4b5dae7d1f6a9d635c92d Mon Sep 17 00:00:00 2001
From: Jenkins <jenkins@jenkins.unige.ch>
Date: Fri, 3 May 2024 15:02:43 +0200
Subject: [PATCH] chore(release): 5.0.2

---
 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 ec0bd1f4f..31be12537 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.2](https://gitlab.unige.ch/solidify/solidify-frontend/compare/v5.0.1...v5.0.2) (2024-05-03)
+
+
+### Features
+
+* allow to retrieve all validation errors ([dccc70f](https://gitlab.unige.ch/solidify/solidify-frontend/commit/dccc70fd4b86bdad399d1d21ea42e021b5246460))
+
 ### [5.0.1](https://gitlab.unige.ch/solidify/solidify-frontend/compare/v5.0.0...v5.0.1) (2024-04-29)
 
 
diff --git a/package-lock.json b/package-lock.json
index 2b92f1b8b..f05b9db80 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "solidify-frontend",
-  "version": "5.0.1",
+  "version": "5.0.2",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "solidify-frontend",
-      "version": "5.0.1",
+      "version": "5.0.2",
       "hasInstallScript": true,
       "license": "GPL-2.0-or-later",
       "dependencies": {
diff --git a/package.json b/package.json
index d0e22e411..bc73b293c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "solidify-frontend",
-  "version": "5.0.1",
+  "version": "5.0.2",
   "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 ecaded538..4b751e7b6 100644
--- a/projects/solidify-frontend/package.json
+++ b/projects/solidify-frontend/package.json
@@ -1,6 +1,6 @@
 {
   "name": "solidify-frontend",
-  "version": "5.0.1",
+  "version": "5.0.2",
   "license": "GPL-2.0-or-later",
   "author": "UNIGE (University of Geneva)",
   "engines": {
-- 
GitLab