Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] 6.3.0 #178

Merged
merged 15 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [v6.3.0](https://github.com/studiometa/webpack-config/compare/6.2.2..6.3.0) (2024-11-22)

### Added

- 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))
- **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))

## [v6.2.2](https://github.com/studiometa/webpack-config/compare/6.2.1..6.2.2) (2024-11-08)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studiometa/webpack-config",
"version": "6.2.2",
"version": "6.3.0",
"description": "PHP Helpers for @studiometa/webpack-config",
"type": "library",
"require": {
Expand Down
Loading
Loading