Skip to content

Commit 6e5ef91

Browse files
committed
Merge branch 'release/6.3.1'
2 parents 420c2d5 + 079ae21 commit 6e5ef91

File tree

12 files changed

+25
-18
lines changed

12 files changed

+25
-18
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
--workspace @studiometa/webpack-config \
3030
--workspace @studiometa/webpack-config-preset-markdown \
3131
--workspace @studiometa/webpack-config-preset-prototyping \
32+
--workspace @studiometa/webpack-config-preset-tailwindcss-4 \
3233
--workspace @studiometa/webpack-config-preset-vue-2 \
3334
--workspace @studiometa/webpack-config-preset-vue-3
3435
env:

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [v6.3.1](https://github.com/studiometa/webpack-config/compare/6.3.0..6.3.1) (2024-11-22)
10+
11+
### Fixed
12+
13+
- Fix release GitHub action ([c65cee1](https://github.com/studiometa/webpack-config/commit/c65cee1))
14+
915
## [v6.3.0](https://github.com/studiometa/webpack-config/compare/6.2.2..6.3.0) (2024-11-22)
1016

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

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/webpack-config-root",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"private": true,
55
"type": "module",
66
"workspaces": [

packages/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/webpack-config-demo",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/preset-markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/webpack-config-preset-markdown",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/preset-prototyping/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/webpack-config-preset-prototyping",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/preset-tailwindcss-4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/webpack-config-preset-tailwindcss-4",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/preset-vue-2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/webpack-config-preset-vue-2",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/preset-vue-3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/webpack-config-preset-vue-3",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/webpack-config/package.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.0",
3+
"version": "6.3.1",
44
"description": "A basic webpack config",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)