Skip to content

Commit

Permalink
chore: Prepare 1.2.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 22, 2024
1 parent f40b228 commit d6c6d8b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v1.2.3]
### :bug: Fixed bugs
* fix(tests): `ssrBuild` was renamed to `isSsrBuild` [\#168](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/168) \([susnux](https://github.com/susnux)\)
* fix(base): Correctly pass minify configuration to vite [\#169](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/169) \([susnux](https://github.com/susnux)\)

### Changed
* chore(deps): Bump vite-plugin-node-polyfills to 0.21.0
* chore(deps): Bump rollup-plugin-license to 3.3.1
* chore(deps): Bump rollup-plugin-node-externals to 7.1.1
* chore(deps): Bump magic-string to 0.30.10
* chore(deps): Bump vite-plugin-dts to 3.8.3
* chore(deps): Bump vite-plugin-css-injected-by-js to 3.5.0
* chore(deps): Update `rollup-plugin-corejs` to v1

## [v1.2.2](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.2.2) (2024-02-06)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vite-config/compare/v1.2.1...v1.2.2)

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.2.2",
"version": "1.2.3",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d6c6d8b

Please sign in to comment.