diff --git a/CHANGELOG.md b/CHANGELOG.md index 376df353a..1f6899bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [7.2.2](https://github.com/thunder/thunder-distribution/tree/7.2.2) 2024-04-30 + +[Full Changelog](https://github.com/thunder/thunder-distribution/compare/7.2.1...7.2.2) + +* Fix menu links active trail data producer +* Update simple_sitemap and diff modules +* Bring back paragraphs split! +* [Possible break of Thunder GraphQL schema with drupal/graphql:4.6.0](https://www.drupal.org/node/3401211) + ## [7.2.1](https://github.com/thunder/thunder-distribution/tree/7.2.1) 2024-04-10 [Full Changelog](https://github.com/thunder/thunder-distribution/compare/7.2.0...7.2.1) diff --git a/composer.json b/composer.json index 1dcc185dc..8cbdad155 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "drupal/content_lock": "^2.1", "drupal/crop": "^2.2", "drupal/default_content": "^1.0-alpha7||^2.0@ALPHA", - "drupal/diff": "1.1", + "drupal/diff": "1.3", "drupal/dropzonejs": "^2.8", "drupal/empty_fields": "^1.0-alpha1", "drupal/entity_reference_actions": "^1.0", diff --git a/thunder.info.yml b/thunder.info.yml index 0755c7505..0ba6b3747 100644 --- a/thunder.info.yml +++ b/thunder.info.yml @@ -3,7 +3,7 @@ type: profile description: 'The Drupal based CMS for professional publishing.' project: thunder core_version_requirement: ~10.2.4 -version: '7.2.1' +version: '7.2.2' distribution: name: Thunder