From ce8c68de28bea77980361fccbe03601fc79be7ca Mon Sep 17 00:00:00 2001 From: Cameron Decker Date: Fri, 17 Jan 2025 16:03:50 -0500 Subject: [PATCH 1/2] Update 7.16.0.md with 'withPages' prop --- changelog/7.16.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/7.16.0.md b/changelog/7.16.0.md index abb12dc500..3b06f2b558 100644 --- a/changelog/7.16.0.md +++ b/changelog/7.16.0.md @@ -245,7 +245,7 @@ function Demo() { return ( {message} - + ); } From 63aaeab23ec0a8fb75ed96f8f88afcfbe5556553 Mon Sep 17 00:00:00 2001 From: Cameron Decker Date: Fri, 17 Jan 2025 16:15:06 -0500 Subject: [PATCH 2/2] Update Pagination demo code with new 'withPages' prop --- .../src/demos/core/Pagination/Pagination.demo.withPages.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@docs/demos/src/demos/core/Pagination/Pagination.demo.withPages.tsx b/packages/@docs/demos/src/demos/core/Pagination/Pagination.demo.withPages.tsx index 840a3c8337..41ac6da37d 100644 --- a/packages/@docs/demos/src/demos/core/Pagination/Pagination.demo.withPages.tsx +++ b/packages/@docs/demos/src/demos/core/Pagination/Pagination.demo.withPages.tsx @@ -17,7 +17,7 @@ function Demo() { return ( {message} - + ); }