Skip to content

Commit c726eb7

Browse files
committed
Merge branch 'release/6.1.0'
2 parents cc5789e + 4ccfa24 commit c726eb7

File tree

20 files changed

+3550
-4095
lines changed

20 files changed

+3550
-4095
lines changed

.github/renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>studiometa/renovate"
5+
]
6+
}

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11
1+
20

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [v6.1.0](https://github.com/studiometa/webpack-config/compare/6.0.3..6.1.0) (2024-07-24)
10+
11+
### Added
12+
13+
- Add support for options for the Vue 3 preset ([#95](https://github.com/studiometa/webpack-config/pull/95), [63d18d6](https://github.com/studiometa/webpack-config/commits/63d18d6))
14+
- Add support for options for the Vue 2 preset ([#95](https://github.com/studiometa/webpack-config/pull/95), [ed94a8f](https://github.com/studiometa/webpack-config/commits/ed94a8f))
15+
16+
### Changed
17+
18+
- Update dependencies ([16ec3c4](https://github.com/studiometa/webpack-config/commits/16ec3c4))
19+
- Replace sass with sass-embedded ([dfd955c](https://github.com/studiometa/webpack-config/commits/dfd955c))
20+
- Replace an obsolete dependency ([ece02ae](https://github.com/studiometa/webpack-config/commits/ece02ae))
21+
- Allow APP_URL for the devServer ([fa2fc39](https://github.com/studiometa/webpack-config/commits/fa2fc39))
22+
- Enable experimentalInlineMatchResource by default ([#95](https://github.com/studiometa/webpack-config/pull/95), [e5ed559](https://github.com/studiometa/webpack-config/commits/e5ed559))
23+
924
## [v6.0.3](https://github.com/studiometa/webpack-config/compare/6.0.2..6.0.3) (2024-05-24)
1025

1126
### Fixed
@@ -35,7 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3550
### Changed
3651

3752
- Update webpack-config major dependencies ([4d457e0](https://github.com/studiometa/webpack-config/4d457e0))
38-
- Update preset-vue-* dependencies ([0b3855e](https://github.com/studiometa/webpack-config/0b3855e))
53+
- Update preset-vue-\* dependencies ([0b3855e](https://github.com/studiometa/webpack-config/0b3855e))
3954
- Update preset-prototyping dependencies ([5c6e5c2](https://github.com/studiometa/webpack-config/5c6e5c2))
4055
- Update preset-markdown dependencies ([bf606cd](https://github.com/studiometa/webpack-config/bf606cd))
4156
- Update demo dependencies ([4679a3f](https://github.com/studiometa/webpack-config/4679a3f))

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "studiometa/webpack-config",
3-
"version": "6.0.3",
3+
"version": "6.1.0",
44
"description": "PHP Helpers for @studiometa/webpack-config",
55
"type": "library",
66
"require": {

0 commit comments

Comments
 (0)