From 4dec94d36cde3314a330e6d852f828e8596a1951 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 26 Aug 2024 18:57:50 +0200 Subject: [PATCH] fix: composer vite version --- CHANGELOG.md | 4 ++++ composer.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c9c51..e81940f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +### 5.5.3.1 - 2024-08-26 +### Fixed +- Composer version of craft vite + ### 5.5.3 - 2024-08-26 ### Added - Added the possibility to allow indexing multiple sections in a single collection [#35](https://github.com/craftpulse/craft-typesense/issues/35) diff --git a/composer.json b/composer.json index bb7de4a..37fa1bb 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "craftpulse/craft-typesense", "description": "Craft Plugin that synchronises with Typesense", "type": "craft-plugin", - "version": "5.5.3", + "version": "5.5.3.1", "keywords": [ "craft", "cms", @@ -27,7 +27,7 @@ "php": "^8.0.2", "craftcms/cms": "^5.0.0", "illuminate/collections": "^v10.42.0", - "nystudio107/craft-plugin-vite": "5.0.0-beta.3", + "nystudio107/craft-plugin-vite": "^5.0.0", "typesense/typesense-php": "^4.7.0", "php-http/guzzle7-adapter": "^1.0.0" },