From 240ffa7eaa3591bca4f8cb26261efe72bbbcc7b9 Mon Sep 17 00:00:00 2001 From: atmonshi Date: Tue, 10 Oct 2023 12:35:12 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033ed2b..ea4ee7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to `sky` will be documented in this file +## v3.2.2 - 2023-10-10 + +### What's Changed + +- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/lara-zeus/sky/pull/166 +- Update composer.lock by @atmonshi in https://github.com/lara-zeus/sky/pull/168 + +**Full Changelog**: https://github.com/lara-zeus/sky/compare/v3.2.1...v3.2.2 + ## v3.1.0 - 2023-09-12 ### stable version: @@ -19,6 +28,7 @@ Since [tiptap editor](https://github.com/awcodes/filament-tiptap-editor) still i 'Library' => \LaraZeus\Sky\Models\Library::class, ]) + ``` #### What's Changed @@ -63,17 +73,18 @@ Make sure to add this to your config: ], + ``` You can copy that class and create your own parser, too, then add it to the array, and Sky will loop them all. ```I Of course, it will be visible only if you install Sky with Bolt :) + ``` Screenshot 2023-07-14 at 6 26 23 PM ### Remember to update your views. **Full Changelog**: https://github.com/lara-zeus/sky/compare/2.4.33...2.4.34 - ## 2.4.33 - 2023-07-12 ### What's Changed