Skip to content

Commit a2c8035

Browse files
committed
Merge branch 'release/6.3.3'
2 parents b0bb590 + 464d31d commit a2c8035

File tree

14 files changed

+1148
-1841
lines changed

14 files changed

+1148
-1841
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [v6.3.3](https://github.com/studiometa/webpack-config/compare/6.3.2..6.3.3) (2025-01-23)
10+
11+
### Changed
12+
13+
- **@studiometa/webpack-config:** upgrade dependencies ([#187](https://github.com/studiometa/webpack-config/pull/187), [5dc51d4](https://github.com/studiometa/webpack-config/commit/5dc51d4))
14+
- **@studiometa/webpack-config-preset-prototyping:** upgrade dependencies ([#187](https://github.com/studiometa/webpack-config/pull/187), [37bbf3d](https://github.com/studiometa/webpack-config/commit/37bbf3d))
15+
- **@studiometa/webpack-config-preset-tailwindcss-4:** upgrade tailwindcss to ^4.0.0 ([#187](https://github.com/studiometa/webpack-config/pull/187), [72c600c](https://github.com/studiometa/webpack-config/commit/72c600c))
16+
17+
### Removed
18+
19+
- **@studiometa/webpack-config:** delete obsolete tailwind-config-viewer ([#187](https://github.com/studiometa/webpack-config/pull/187), [abff137](https://github.com/studiometa/webpack-config/commit/abff137))
20+
921
## [v6.3.2](https://github.com/studiometa/webpack-config/compare/6.3.1..6.3.2) (2024-12-10)
1022

1123
### Changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# Webpack Configuration
1+
# @studiometa/webpack-config
22

3-
[![NPM Version](https://img.shields.io/npm/v/@studiometa/webpack-config.svg?style=flat-square)](https://www.npmjs.com/package/@studiometa/webpack-config)
3+
[![NPM Version](https://img.shields.io/npm/v/@studiometa/webpack-config.svg?style=flat&colorB=3e63dd&colorA=414853)](https://www.npmjs.com/package/@studiometa/webpack-config/)
4+
[![Downloads](https://img.shields.io/npm/dm/@studiometa/webpack-config?style=flat&colorB=3e63dd&colorA=414853)](https://www.npmjs.com/package/@studiometa/webpack-config/)
5+
[![Size](https://img.shields.io/npm/unpacked-size/%40studiometa%2Fwebpack-config?style=flat&colorB=3e63dd&colorA=414853&label=size)](npmjs.com/package/@studiometa/webpack-config)
6+
[![Dependency Status](https://img.shields.io/librariesio/release/npm/@studiometa/webpack-config?style=flat&colorB=3e63dd&colorA=414853)](https://david-dm.org/studiometa/webpack-config)
47

5-
> Run a development server and build your assets with Webpack.
8+
> Minimal configuration to run a development server and build your assets with Webpack.
69
710
## Installation
811

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

0 commit comments

Comments
 (0)