Skip to content

Commit 420c2d5

Browse files
committed
Merge branch 'release/6.3.0'
2 parents e65c776 + 711707e commit 420c2d5

23 files changed

+1386
-673
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [v6.3.0](https://github.com/studiometa/webpack-config/compare/6.2.2..6.3.0) (2024-11-22)
10+
11+
### Added
12+
13+
- Add a preset package for Tailwind CSS v4 ([#170](https://github.com/studiometa/webpack-config/pull/170), [3fd8bbd](https://github.com/studiometa/webpack-config/commit/3fd8bbd))
14+
- **Prototyping:** add support for passing a custom tailwind preset ([#170](https://github.com/studiometa/webpack-config/pull/170), [63e850d](https://github.com/studiometa/webpack-config/commit/63e850d))
15+
916
## [v6.2.2](https://github.com/studiometa/webpack-config/compare/6.2.1..6.2.2) (2024-11-08)
1017

1118
### Changed

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

0 commit comments

Comments
 (0)