Skip to content

Commit 31658b5

Browse files
committed
Merge branch 'release/6.2.0'
2 parents c726eb7 + e1f42b8 commit 31658b5

32 files changed

+2721
-2398
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [v6.2.0](https://github.com/studiometa/webpack-config/compare/6.1.0..6.2.0) (2024-10-03)
10+
11+
### Added
12+
13+
- Export presets from the root package entrypoint ([55ba53d](https://github.com/studiometa/webpack-config/commit/55ba53d))
14+
- Add types for presets ([ee9bd61](https://github.com/studiometa/webpack-config/commit/ee9bd61))
15+
16+
### Fixed
17+
18+
- Fix build process not exiting sometimes ([5ce8cd9](https://github.com/studiometa/webpack-config/commit/5ce8cd9))
19+
20+
### Changed
21+
22+
- Update prototyping preset dependencies ([ec296d8](https://github.com/studiometa/webpack-config/commit/ec296d8))
23+
- Update vue-3 preset dependencies ([0fe7887](https://github.com/studiometa/webpack-config/commit/0fe7887))
24+
- Update main dependencies ([89a37c1](https://github.com/studiometa/webpack-config/commit/89a37c1))
25+
926
## [v6.1.0](https://github.com/studiometa/webpack-config/compare/6.0.3..6.1.0) (2024-07-24)
1027

1128
### Added

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

0 commit comments

Comments
 (0)