Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.0-alpha.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
Coralie Bach committed Nov 11, 2024
2 parents a119b07 + 660941d commit d1b6f52
Show file tree
Hide file tree
Showing 11 changed files with 7,063 additions and 56 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]


## [v1.0.0-alpha.12](https://github.com/studiometa/ui/compare/1.0.0-alpha.11..1.0.0-alpha.12) (2024-11-11)

### Fixed

- Fix composer dependencies [e0a2e02](https://github.com/studiometa/ui/commit/e0a2e02)

## [v1.0.0-alpha.11](https://github.com/studiometa/ui/compare/1.0.0-alpha.10..1.0.0-alpha.11) (2024-11-11)

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studiometa/ui",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "A set of opiniated, unstyled and accessible components.",
"license": "MIT",
"require": {
Expand All @@ -19,7 +19,7 @@
"pestphp/pest": "^1.21",
"spatie/pest-plugin-snapshots": "^1.1",
"mallardduck/prettier-php-runner": "^1.0",
"symfony/maker-bundle": "^1.58"
"symfony/maker-bundle": "^1.61"
},
"scripts": {
"phpcs": "phpcs",
Expand Down
72 changes: 33 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/ui-workspace",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"private": true,
"workspaces": [
"packages/*"
Expand Down
6 changes: 2 additions & 4 deletions packages/docs/.symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
"symfony/console": "7.1.*",
"symfony/dotenv": "7.1.*",
"symfony/flex": "^2.4.1",
"symfony/framework-bundle": "7.1.*",
"symfony/framework-bundle": "7.0.*",
"symfony/http-client": "7.1.*",
"symfony/maker-bundle": "^1.61",
"symfony/runtime": "7.1.*",
"symfony/twig-bundle": "7.1.*",
"symfony/yaml": "7.1.*",
Expand Down Expand Up @@ -74,8 +75,5 @@
"allow-contrib": false,
"require": "7.0.*"
}
},
"require-dev": {
"symfony/maker-bundle": "^1.58"
}
}
Loading

0 comments on commit d1b6f52

Please sign in to comment.