From 892e589bf58014f7b9227f3a247961564080e549 Mon Sep 17 00:00:00 2001 From: Ben Croker Date: Sun, 21 Apr 2024 08:00:45 -0600 Subject: [PATCH] 3.0.1 --- CHANGELOG.md | 6 ++++++ composer.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 993fee7..ee8b820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes for Sprig +## 3.0.1 - 2024-04-21 + +### Fixed + +- Fixed a bug in which some `sprig` variables were incorrectly persisting across requests ([#363](https://github.com/putyourlightson/craft-sprig/issues/363)). + ## 3.0.0 - 2024-04-08 > {warning} Template caches and static page caches should be cleared after performing this update. diff --git a/composer.json b/composer.json index ea78c34..9718aaa 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,14 @@ { "name": "putyourlightson/craft-sprig", "description": "A reactive Twig component framework for Craft.", - "version": "3.0.0", + "version": "3.0.1", "type": "craft-plugin", "license": "mit", "require": { "php": "^8.2", "craftcms/cms": "^5.0", "nystudio107/craft-code-editor": "^1.0", - "putyourlightson/craft-sprig-core": "^3.0" + "putyourlightson/craft-sprig-core": "^3.0.1" }, "require-dev": { "craftcms/ecs": "dev-main",