Skip to content

Commit 7b521c8

Browse files
committed
Fix 'nystudio107/craft-plugin-vite' version.
1 parent 1a35e80 commit 7b521c8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.0.0-beta.2 - 2024-03-05
4+
5+
### Fixed
6+
- Fix an install error related to `nystudio107/craft-plugin-vite`.
7+
38
## 3.0.0-beta.1 - 2024-03-04
49

510
### Changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/icon-picker",
33
"description": "A slick field to pick icons from. Supports SVGs, Sprites, Webfonts, Font Awesome and more.",
44
"type": "craft-plugin",
5-
"version": "3.0.0-beta.1",
5+
"version": "3.0.0-beta.2",
66
"keywords": [
77
"craft",
88
"cms",
@@ -30,7 +30,7 @@
3030
"cakephp/utility": "^3.3.12",
3131
"craftcms/cms": "^5.0.0-beta.1",
3232
"glenscott/url-normalizer": "^1.4",
33-
"nystudio107/craft-plugin-vite": "dev-develop-v5 as 5.0.0-beta.1",
33+
"nystudio107/craft-plugin-vite": "^5.0.0-beta.1",
3434
"phenx/php-font-lib": "^0.5.0",
3535
"verbb/base": "^3.0.0-beta.1"
3636
},

0 commit comments

Comments
 (0)