Skip to content

Commit e65c776

Browse files
committed
Merge branch 'release/6.2.2'
2 parents 8ce3762 + bd003f3 commit e65c776

File tree

14 files changed

+1087
-674
lines changed

14 files changed

+1087
-674
lines changed

CHANGELOG.md

+15
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.2.2](https://github.com/studiometa/webpack-config/compare/6.2.1..6.2.2) (2024-11-08)
10+
11+
### Changed
12+
13+
- Migrate twig-html-loader to ESM ([#174](https://github.com/studiometa/webpack-config/pull/174), [4f43408](https://github.com/studiometa/webpack-config/commit/4f43408))
14+
- Update dependencies ([#174](https://github.com/studiometa/webpack-config/pull/174), [bc6e99b](https://github.com/studiometa/webpack-config/commit/bc6e99b))
15+
- Update demo dependencies ([#174](https://github.com/studiometa/webpack-config/pull/174), [7c4bf9e](https://github.com/studiometa/webpack-config/commit/7c4bf9e))
16+
- Update preset-prototyping dependencies ([#174](https://github.com/studiometa/webpack-config/pull/174), [3da5f22](https://github.com/studiometa/webpack-config/commit/3da5f22))
17+
- Update preset-vue-3 dependencies ([#174](https://github.com/studiometa/webpack-config/pull/174), [21cd4e7](https://github.com/studiometa/webpack-config/commit/21cd4e7))
18+
19+
### Fixed
20+
21+
- Fix Twig loader with webpack >= 5.96.0 ([#174](https://github.com/studiometa/webpack-config/pull/174), [b41fc1e](https://github.com/studiometa/webpack-config/commit/b41fc1e))
22+
- Fix WebpackBarPlugin detection ([#174](https://github.com/studiometa/webpack-config/pull/174), [58928c8](https://github.com/studiometa/webpack-config/commit/58928c8))
23+
924
## [v6.2.1](https://github.com/studiometa/webpack-config/compare/6.2.0..6.2.1) (2024-11-08)
1025

1126
### Fixed

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.2.1",
3+
"version": "6.2.2",
44
"description": "PHP Helpers for @studiometa/webpack-config",
55
"type": "library",
66
"require": {

0 commit comments

Comments
 (0)