Skip to content

Commit d57f15b

Browse files
authored
Merge pull request #212 from nextcloud-libraries/chore/prepare-2-1-0
chore: Prepare 2.1.0
2 parents a88a302 + 3508dda commit d57f15b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v2.1.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v2.1.0)
4+
### Added
5+
* 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)\)
6+
* Allow to specify an output prefix and load app id from appinfo [\#207](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/207) \([susnux](https://github.com/susnux)\)
7+
* feat: Add `CSSEntryPointsPlugin` to fix vite for creating one CSS entry per JS entry point [\#204](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/204) \([susnux](https://github.com/susnux)\)
8+
9+
### Changed
10+
* chore(deps-dev): Bump vite from 5.2.13 to 5.3.1
11+
* chore(deps): Bump braces from 3.0.2 to 3.0.3
12+
313
## [v2.0.2](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v2.0.2)
414
### Fixed
515
* fix: explicitly use window.OC global in app config [\#197](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/197) \([st3iny](https://github.com/st3iny)\)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"homepage": "https://github.com/nextcloud/nextcloud-vite-config",
1212
"license": "AGPL-3.0-or-later",
13-
"version": "2.0.2",
13+
"version": "2.1.0",
1414
"type": "module",
1515
"main": "./dist/index.js",
1616
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)