Skip to content

Commit fc35f88

Browse files
authored
Merge pull request #692 from nextcloud-libraries/release/v6.3.2
release: v6.3.2
2 parents 77ac334 + 5a16602 commit fc35f88

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
-->
55
# Changelog
66

7+
## [v6.3.2](https://github.com/nextcloud/webpack-vue-config/tree/v6.3.2) (2025-10-27)
8+
9+
[Full Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.3.1...v6.3.2)
10+
11+
### Fixes
12+
* fix(deps): downgrade broken `node-polyfill-webpack-plugin` from 4.1.0 to 4.0.0 by @ShGKme in https://github.com/nextcloud-libraries/webpack-vue-config/pull/691
13+
14+
715
## [v6.3.1](https://github.com/nextcloud/webpack-vue-config/tree/v6.3.1) (2025-10-25)
816

917
[Full Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.3.0...v6.3.1)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/webpack-vue-config",
3-
"version": "6.3.1",
3+
"version": "6.3.2",
44
"description": "A webpack vue config for nextcloud apps",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)