Skip to content

Commit

Permalink
Merge pull request #472 from nextcloud-libraries/chore/prepare-2-3-1
Browse files Browse the repository at this point in the history
chore: Prepare v2.3.1
  • Loading branch information
susnux authored Jan 22, 2025
2 parents 65268a4 + 00d5dba commit 7696618
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog

## [v2.3.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/compare/v2.2.2...v2.3.0)
## [v2.3.1](https://github.com/nextcloud-libraries/nextcloud-vite-config/compare/v2.3.0...v2.3.1)
### Fixed
* fix: Vite 6 made the CSS output file breaking [\#470](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/470)

### Changed
* Updated development dependencies
* chore(deps): Bump vite-plugin-dts to 4.5.0

## [v2.3.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/compare/v2.2.2...v2.3.0)
### Added
* Support for Vite 6
* Dropped support for Vite 4 as the vue plugin is no longer compatible with v4 and v6.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"name": "@nextcloud/vite-config",
"version": "2.3.0",
"version": "2.3.1",
"description": "Shared Vite configuration for Nextcloud apps and libraries",
"homepage": "https://github.com/nextcloud/nextcloud-vite-config",
"bugs": {
"url": "https://github.com/nextcloud/nextcloud-vite-config/issues"
},
"license": "AGPL-3.0-or-later",
"author": {
"name": "Ferdinand Thiessen",
"email": "[email protected]"
},
"author": "Nextcloud GmbH and Nextcloud contributors",
"contributors": [
"Andy Scherzinger <[email protected]>",
"Ferdinand Thiessen <[email protected]>",
"Grigorii K. Shartsev <[email protected]>",
"John Molakvoæ <[email protected]>",
"Julius Knorr <[email protected]>",
"Raimund Schlüßler <[email protected]>",
"Richard Steinmetz <[email protected]>"
],
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 7696618

Please sign in to comment.