From 6096440082b70011d260abf4da0c119fdc41df79 Mon Sep 17 00:00:00 2001 From: atmonshi Date: Sun, 11 Aug 2024 04:39:06 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac185f5..c1be901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `sky` will be documented in this file +## v3.4.11 - 2024-08-11 + +### What's Changed + +* Fix add nav item action by @atmonshi in https://github.com/lara-zeus/sky/pull/209 + +**Full Changelog**: https://github.com/lara-zeus/sky/compare/v3.4.10...v3.4.11 + ## v3.4.10 - 2024-07-17 ### What's Changed @@ -179,6 +187,7 @@ in your panel provider you can hide any resource from the side nav + ``` for more check out the docs: https://larazeus.com/docs/sky/v3/getting-started/configuration @@ -277,6 +286,7 @@ Since [tiptap editor](https://github.com/awcodes/filament-tiptap-editor) still i + ``` @@ -343,6 +353,7 @@ Make sure to add this to your config: + ``` @@ -371,6 +382,7 @@ Of course, it will be visible only if you install Sky with Bolt :) + ``` @@ -406,7 +418,6 @@ Of course, it will be visible only if you install Sky with Bolt :) **Full Changelog**: https://github.com/lara-zeus/sky/compare/2.4.1...2.4.2 ## 2.4.1 - 2023-04-10 ### What's Changed - - Update configuration.md by @atmonshi in https://github.com/lara-zeus/sky/pull/70 - refactor getNavigationGroup by @atmonshi in https://github.com/lara-zeus/sky/pull/71