Skip to content

Commit

Permalink
fix: composer vite version
Browse files Browse the repository at this point in the history
  • Loading branch information
michtio committed Aug 26, 2024
1 parent b2e0c98 commit 4dec94d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 4dec94d

Please sign in to comment.