Skip to content

Commit

Permalink
chore: Version 5.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Apr 5, 2024
1 parent 3e1ad38 commit 5b8a7f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 5.0.0-beta.4 - UNRELEASED
### Added
* Add `craft/cloud` to `composer.json` for CI

## 5.0.0-beta.3 - 2024.03.02
### Added
* Add documentation for Craft Cloud usage with Vite ([#83](https://github.com/nystudio107/craft-vite/pull/83))
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-vite",
"description": "Allows the use of the Vite.js next generation frontend tooling with Craft CMS",
"type": "craft-plugin",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"keywords": [
"craft",
"cms",
Expand All @@ -24,10 +24,11 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"craftcms/cms": "^5.0.0",
"nystudio107/craft-plugin-vite": "^5.0.0-beta.3"
},
"require-dev": {
"craftcms/cloud": "^2.0.0",
"craftcms/ecs": "dev-main",
"craftcms/phpstan": "dev-main",
"craftcms/rector": "dev-main"
Expand Down

0 comments on commit 5b8a7f0

Please sign in to comment.