Skip to content

Commit

Permalink
Merge pull request #278 from nextcloud-libraries/chore/stable1-release
Browse files Browse the repository at this point in the history
chore: Prepare release of v1.4.0
  • Loading branch information
susnux authored Aug 5, 2024
2 parents 083a3cd + 6b520ed commit 0a353c3
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

## [v1.4.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.4.0) (2024-08-05)
### Added
* [stable1] feat(EmptyJSDirPlugin): Allow to specify other directories to clear [\#242](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/242)
* [stable1] feat: Add REUSE license plugin to extract license information for built assets [\#276](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/276)

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

### Changed
* [stable1] chore: Update workflows from templates
* chore(deps): Bump rollup-plugin-license to 3.4.1
* chore(deps): Bump rollup-plugin-license to 3.5.1
* chore(deps): Bump rollup-plugin-license to 3.5.2
* chore(deps): Bump magic-string to 0.30.11

## [v1.3.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.3.0) (2024-06-21)
### Added
* feat(app-config): Add option to override the app name [\#206](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/206) \([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": "1.3.0",
"version": "1.4.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 0a353c3

Please sign in to comment.