From 766500ecb85881762e1c68fcc556ca430980515b Mon Sep 17 00:00:00 2001 From: GoodM4ven Date: Tue, 3 Oct 2023 04:03:08 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 585fa27..4c8032b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,39 @@ All notable changes to `lara-stacker` will be documented in this file. +## v2.2.1 - 2023-10-03 + +v2.2.1 + +- Fixed the livewire updating for localized apps +- Updated opinionated VSC extensions +- Updated opinionated VSC keybindings +- Updated opinionated VSC settings + ## v2.2.0 - 2023-10-02 v2.2.0 -- Fixed Livewire Hot-Reload Vite plugin +- Fixed Livewire Hot-Reload Vite plugin + - Updated [README.md] + - Added a TODO to install Lunar TALL package as an option -- Fixed a consistency global JS variable naming for AutoAnimate -- Set Graphite to install during setup script -- Removed NPM to rely solely on NVM -- Updated Prettier's preferences -- Updated VSC extensions list -- Updated VSC keybindings -- Updated VSC settings +- Fixed a consistency global JS variable naming for AutoAnimate + +- Set Graphite to install during setup script + +- Removed NPM to rely solely on NVM + +- Updated Prettier's preferences + +- Updated VSC extensions list + +- Updated VSC keybindings + +- Updated VSC settings + ## v2.1.6 - 2023-09-24