From 0fc6db463ea341933ad9980e6c8d01295cc7bc7d Mon Sep 17 00:00:00 2001 From: aaronm-2112 Date: Fri, 18 Aug 2023 11:22:38 -0700 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=F0=9F=94=A8=20update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 466ca7068a..65cb1f1385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to SODA will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v.12.2.1 - 2023-08-18 + +## Bug fixes: + +- Free Form Mode's Standalone Validator feature no longer shows a validation results table when validation fails due to a user missing required metadata files. +- Linking your ORCID ID with Pennsieve through SODA for SPARC no longer fails to authenticate when given a valid user profile. + ## v.12.2.0 - 2023-08-01 ## Feature Additions: From a28579f8b861d7ebba8184b049f1de1c7b531c08 Mon Sep 17 00:00:00 2001 From: fairdataihub-bot Date: Fri, 18 Aug 2023 18:24:08 +0000 Subject: [PATCH 2/2] =?UTF-8?q?style:=20=F0=9F=8E=A8=20fix=20code=20style?= =?UTF-8?q?=20issues=20with=20Prettier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65cb1f1385..2dd2be9194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Bug fixes: -- Free Form Mode's Standalone Validator feature no longer shows a validation results table when validation fails due to a user missing required metadata files. +- Free Form Mode's Standalone Validator feature no longer shows a validation results table when validation fails due to a user missing required metadata files. - Linking your ORCID ID with Pennsieve through SODA for SPARC no longer fails to authenticate when given a valid user profile. ## v.12.2.0 - 2023-08-01