Skip to content

Commit

Permalink
chore: Prepare release v1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jan 10, 2025
1 parent 6299dcc commit ee4c90c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [v1.5.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/compare/v1.4.2...v1.5.0) (2025-01-10)

### Added
* Vite 6 support

### Fixed
* fix(REUSELicensesPlugin): remove duplicates in license files

### Changed
* Updated development dependencies
* chore(deps): Bump magic-string from 0.30.15 to 0.30.17
* chore(deps): Bump rollup-plugin-corejs to 1.0.1
* chore(deps): Bump rollup-plugin-license to 3.5.3
* chore(deps): Bump rollup-plugin-esbuild-minify to 1.2.0
* chore(deps): Bump rollup-plugin-node-externals to 8.0.0
* chore(deps): Bump vite-plugin-css-injected-by-js to 3.5.2
* chore(deps): Bump vite-plugin-dts to 4.4.0
* chore(deps): Bump @vitejs/plugin-vue2 to 2.3.3
* chore(deps): Bump @rollup/plugin-replace to 6.0.2

## [v1.4.2](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.4.2) (2024-08-07)
### Fixed
* [stable1] fix(REUSELicensesPlugin): Emit files in `generateBundle` hook to have real filenames [\#284](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/284)
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/vite-config",
"version": "1.4.2",
"version": "1.5.0",
"description": "Shared Vite configuration for Nextcloud apps and libraries",
"homepage": "https://github.com/nextcloud/nextcloud-vite-config",
"bugs": {
Expand Down

0 comments on commit ee4c90c

Please sign in to comment.