From 354818b494bcde93dde5a952484a6d0f310ca518 Mon Sep 17 00:00:00 2001 From: Kelvin Kiptum Kiprop Date: Fri, 8 Dec 2023 19:15:47 +0300 Subject: [PATCH 1/4] Create chatty-adults-hope.md --- .changeset/chatty-adults-hope.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .changeset/chatty-adults-hope.md diff --git a/.changeset/chatty-adults-hope.md b/.changeset/chatty-adults-hope.md new file mode 100644 index 0000000..99b067a --- /dev/null +++ b/.changeset/chatty-adults-hope.md @@ -0,0 +1,14 @@ +--- +"mantine-analytics-dashboard": patch +--- + +feat: updated landing page + +### Added +- added link to version 1 + +### Updated +- updated landing page +- refined light and dark mixins on home page +- refactored breadcrumbs on apps pages +- updated side navigation links verbiage and grouping From 06efad6e2c57d2cd68f4a5423eb5eaf1e2935eaf Mon Sep 17 00:00:00 2001 From: Kelvin Kiptum Kiprop Date: Fri, 8 Dec 2023 19:49:22 +0300 Subject: [PATCH 2/4] bumped mantine prims --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74bdfb6..5678b56 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@mantine/next": "^6.0.16", "@mantine/notifications": "^7.2.2", "@mantine/nprogress": "^7.2.2", - "@mantine/prism": "^6.0.16", + "@mantine/prism": "^7.2.2", "@mantine/spotlight": "^7.2.2", "@mantine/tiptap": "^7.2.2", "@tabler/icons-react": "^2.40.0", From 6738e4187970f3a3b8a8dcd02c2968f431036a66 Mon Sep 17 00:00:00 2001 From: Kelvin Kiptum Kiprop Date: Fri, 8 Dec 2023 19:51:00 +0300 Subject: [PATCH 3/4] bumped mantine prims --- .changeset/tame-carrots-melt.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/tame-carrots-melt.md diff --git a/.changeset/tame-carrots-melt.md b/.changeset/tame-carrots-melt.md new file mode 100644 index 0000000..9880d1e --- /dev/null +++ b/.changeset/tame-carrots-melt.md @@ -0,0 +1,5 @@ +--- +'mantine-analytics-dashboard': patch +--- + +fix: bumped mantine prism package from v6 to v7 From e60f9a1b200b819c3b8c21be6f9288f4514a876e Mon Sep 17 00:00:00 2001 From: Kelvin Kiptum Kiprop Date: Fri, 8 Dec 2023 19:54:48 +0300 Subject: [PATCH 4/4] fix: bumped mantine prism --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5678b56..fda3966 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@mantine/next": "^6.0.16", "@mantine/notifications": "^7.2.2", "@mantine/nprogress": "^7.2.2", - "@mantine/prism": "^7.2.2", + "@mantine/prism": "^6.0.21", "@mantine/spotlight": "^7.2.2", "@mantine/tiptap": "^7.2.2", "@tabler/icons-react": "^2.40.0",