diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f71ebe97..1456541b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.3.3](https://github.com/thunder/thunder-distribution/tree/7.3.3) 2024-08-22 + +[Full Changelog](https://github.com/thunder/thunder-distribution/compare/7.3.2...7.3.3) + +Add search api GraphQl schema and data producer. + ## [7.3.2](https://github.com/thunder/thunder-distribution/tree/7.3.2) 2024-08-14 [Full Changelog](https://github.com/thunder/thunder-distribution/compare/7.3.1...7.3.2) diff --git a/composer.json b/composer.json index 7ad849466..4a0390142 100644 --- a/composer.json +++ b/composer.json @@ -41,14 +41,11 @@ "drupal/diff": { "Back button for comparison page": "https://www.drupal.org/files/issues/back_button_for-2853193-4.patch" }, - "drupal/focal_point": { - "Issue #3462165: Preview results in Error: Call to a member function getDefinitions() on null": "https://www.drupal.org/files/issues/2024-07-18/Preview-results-in-Error-3462165.patch" - }, + "drupal/focal_point": { + "Issue #3462165: Preview results in Error: Call to a member function getDefinitions() on null": "https://www.drupal.org/files/issues/2024-07-18/Preview-results-in-Error-3462165.patch" + }, "drupal/gin": { "Issue #3455558: There is no visible change to a toggle when pressed (but it does trigger conditional fields, value is saved, etc)": "https://www.drupal.org/files/issues/2024-08-06/3455558-Refactor-toggle-styles-mr438.patch" - }, - "drupal/password_policy": { - "Issue #3465364: Fatal error when changing password when password_policy_history is enabled": "https://www.drupal.org/files/issues/2024-08-05/3465364-1.patch" } } }, @@ -94,7 +91,7 @@ "drupal/paragraphs": "^1.12", "drupal/paragraphs_features": "^2.0.0-beta3", "drupal/paragraphs_paste": "^2.0-beta3", - "drupal/password_policy": "4.0.2", + "drupal/password_policy": "^4.0.3", "drupal/pathauto": "^1.11", "drupal/responsive_preview": "^2.1", "drupal/redirect": "^1.7", diff --git a/thunder.info.yml b/thunder.info.yml index a69fe0a75..0a166329a 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.3.0 -version: '7.3.2' +version: '7.3.3' distribution: name: Thunder