Skip to content

Commit d1b6f52

Browse files
author
Coralie Bach
committed
Merge branch 'hotfix/1.0.0-alpha.12'
2 parents a119b07 + 660941d commit d1b6f52

11 files changed

+7063
-56
lines changed

CHANGELOG.md

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

99

10+
## [v1.0.0-alpha.12](https://github.com/studiometa/ui/compare/1.0.0-alpha.11..1.0.0-alpha.12) (2024-11-11)
11+
12+
### Fixed
13+
14+
- Fix composer dependencies [e0a2e02](https://github.com/studiometa/ui/commit/e0a2e02)
15+
1016
## [v1.0.0-alpha.11](https://github.com/studiometa/ui/compare/1.0.0-alpha.10..1.0.0-alpha.11) (2024-11-11)
1117

1218
### Fixed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "studiometa/ui",
3-
"version": "1.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
44
"description": "A set of opiniated, unstyled and accessible components.",
55
"license": "MIT",
66
"require": {
@@ -19,7 +19,7 @@
1919
"pestphp/pest": "^1.21",
2020
"spatie/pest-plugin-snapshots": "^1.1",
2121
"mallardduck/prettier-php-runner": "^1.0",
22-
"symfony/maker-bundle": "^1.58"
22+
"symfony/maker-bundle": "^1.61"
2323
},
2424
"scripts": {
2525
"phpcs": "phpcs",

composer.lock

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

package-lock.json

+6-6
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/ui-workspace",
3-
"version": "1.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/docs/.symfony/composer.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
"symfony/console": "7.1.*",
1919
"symfony/dotenv": "7.1.*",
2020
"symfony/flex": "^2.4.1",
21-
"symfony/framework-bundle": "7.1.*",
21+
"symfony/framework-bundle": "7.0.*",
2222
"symfony/http-client": "7.1.*",
23+
"symfony/maker-bundle": "^1.61",
2324
"symfony/runtime": "7.1.*",
2425
"symfony/twig-bundle": "7.1.*",
2526
"symfony/yaml": "7.1.*",
@@ -74,8 +75,5 @@
7475
"allow-contrib": false,
7576
"require": "7.0.*"
7677
}
77-
},
78-
"require-dev": {
79-
"symfony/maker-bundle": "^1.58"
8078
}
8179
}

0 commit comments

Comments
 (0)