From 5a3c83994c631cadb8ca6431beed3f5330930496 Mon Sep 17 00:00:00 2001 From: Nathan LeRoy Date: Thu, 25 Jul 2024 12:38:18 -0400 Subject: [PATCH] bump version --- pephub/_version.py | 2 +- web/src/pages/Namespace.tsx | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/pephub/_version.py b/pephub/_version.py index ea370a8e..def467e0 100644 --- a/pephub/_version.py +++ b/pephub/_version.py @@ -1 +1 @@ -__version__ = "0.12.0" +__version__ = "0.12.1" diff --git a/web/src/pages/Namespace.tsx b/web/src/pages/Namespace.tsx index a898fc07..a77d4dfb 100644 --- a/web/src/pages/Namespace.tsx +++ b/web/src/pages/Namespace.tsx @@ -276,12 +276,14 @@ export const NamespacePage = () => { ) : ( schemasFiltered.map((s) => ) )} - + {schemas?.count && schemas?.count > schemaLimit ? ( + + ) : null} ) : (