Skip to content

Commit

Permalink
chore: Prepare release of v2.2.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 Aug 5, 2024
1 parent c5b9c65 commit 0b419fd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [v2.2.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v2.2.0)

* feat(EmptyJSDirPlugin): Allow to specify other directories to clear [\#240](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/240) \([susnux](https://github.com/susnux)\)
* feat: Add REUSE license plugin to extract license information for built assets [\#250](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/250) \([susnux](https://github.com/susnux)\)

### Fixed
* perf(CSSEntryPointsPlugin): Only visit chunks once per entry point [\#239](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/239) \([susnux](https://github.com/susnux)\)
* fix(appconfig): `cssCodeSplit` is enabled by default so handle CSS entries [\#243](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/243) \([susnux](https://github.com/susnux)\)
* fix: Revert chunkFileNames to include hash [\#267](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/267) \([juliushaertl](https://github.com/juliushaertl)\)

### Changed
* Migrate REUSE to TOML format [\#245](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/245) \([AndyScherzinger](https://github.com/AndyScherzinger)\)
* chore: Update workflows from templates [\#213](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/213) \([susnux](https://github.com/susnux)\)
* chore(deps): Bump rollup-plugin-license to 3.5.2
* chore(deps): Bump @vitejs/plugin-vue to 5.1.2
* chore(deps): Bump magic-string to 0.30.11

## [v2.1.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v2.1.0)
### Added
* feat(app-config): Add option to override the app name [\#205](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/205) \([susnux](https://github.com/susnux)\)
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
Expand Up @@ -10,7 +10,7 @@
},
"homepage": "https://github.com/nextcloud/nextcloud-vite-config",
"license": "AGPL-3.0-or-later",
"version": "2.1.0",
"version": "2.2.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 0b419fd

Please sign in to comment.