Skip to content

Commit

Permalink
Merge pull request #616 from nextcloud-libraries/release/v6.2.0
Browse files Browse the repository at this point in the history
chore(release): v6.2.0
  • Loading branch information
ShGKme authored Oct 10, 2024
2 parents 1d98c90 + 0f7dda2 commit db5a018
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
Expand Up @@ -4,6 +4,23 @@
-->
# Changelog

## [v6.2.0](https://github.com/nextcloud/webpack-vue-config/tree/v6.2.0) (2024-10-04)

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

### ⚠️ Breaking

* `sass-loader` is upgraded from `v14` to `v16` with modern Sass JS API.
This is not expected to be a breaking change. But it might affect configs with custom `sass` configuration.
See SASS docs for details: https://sass-lang.com/documentation/js-api/interfaces/legacystringoptions/

### Dependencies

* chore(deps-dev): Bump @babel/core from 7.25.2 to 7.25.7 by @dependabot in https://github.com/nextcloud-libraries/webpack-vue-config/pull/618
* chore(deps-dev): Bump sass from 1.79.3 to 1.79.4 by @dependabot in https://github.com/nextcloud-libraries/webpack-vue-config/pull/617
* chore(deps-dev): Bump webpack from 5.94.0 to 5.95.0 by @dependabot in https://github.com/nextcloud-libraries/webpack-vue-config/pull/615
* chore(deps-dev): Bump sass-loader from 14.2.1 to 16.0.2 by @dependabot in https://github.com/nextcloud-libraries/webpack-vue-config/pull/612

## [v6.1.1](https://github.com/nextcloud/webpack-vue-config/tree/v6.1.1) (2024-09-23)

### 🐛 Bug Fix
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
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/webpack-vue-config",
"version": "6.1.1",
"version": "6.2.0",
"description": "A webpack vue config for nextcloud apps",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit db5a018

Please sign in to comment.