Skip to content

Commit

Permalink
Merge pull request #211 from nextcloud-libraries/chore/prepare-1-3-0
Browse files Browse the repository at this point in the history
chore: Prepare v1.3.0
  • Loading branch information
susnux authored Jun 21, 2024
2 parents 36057e8 + 1398f67 commit 64a90db
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [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)\)
* Allow to specify an output prefix and load app id from appinfo [\#209](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/209) \([susnux](https://github.com/susnux)\)
* feat: Add `CSSEntryPointsPlugin` to fix vite for creating one CSS entry per JS entry point [\#210](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/210) \([susnux](https://github.com/susnux)\)

### Changed
* chore(deps-dev): Bump vite from 5.2.13 to 5.3.1

## [v1.2.5](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.2.5) (2024-06-14)
### Fixed
* 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)\)
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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.2.5",
"version": "1.3.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@nextcloud/eslint-config": "^8.4.1",
"@types/node": "^20.14.2",
"@types/node": "^20.14.7",
"@vitest/coverage-v8": "^1.6.0",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
Expand Down

0 comments on commit 64a90db

Please sign in to comment.