From 7d5dc8c75af8e5a911af9cd1db09120b851ecf28 Mon Sep 17 00:00:00 2001 From: drishu <aszilagyi@live.com> Date: Thu, 3 Nov 2022 14:43:35 +0200 Subject: [PATCH] Prepare release 1.0.0-beta7. --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94861972..4445f7e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.0.0-beta7](https://github.com/openeuropa/oe_whitelabel/tree/1.0.0-beta7) (2022-11-03) +[Full Changelog](https://github.com/openeuropa/oe_whitelabel/compare/1.0.0-beta6...1.0.0-beta7) + +**Merged pull requests:** + +- OEL-1414: Theme the OE List Pages exposed sort. [\#187](https://github.com/openeuropa/oe_whitelabel/pull/187) ([drishu](https://github.com/drishu)) +- OEL-2002: Preserve Drupal links. [\#182](https://github.com/openeuropa/oe_whitelabel/pull/182) ([drishu](https://github.com/drishu)) + ## [1.0.0-beta6](https://github.com/openeuropa/oe_whitelabel/tree/1.0.0-beta6) (2022-09-30) [Full Changelog](https://github.com/openeuropa/oe_whitelabel/compare/1.0.0-beta5...1.0.0-beta6) @@ -14,6 +22,7 @@ **Merged pull requests:** +- Prepare release 1.0.0-beta6. [\#185](https://github.com/openeuropa/oe_whitelabel/pull/185) ([drishu](https://github.com/drishu)) - OEL-1910: Drop drupal 9.2 support. [\#183](https://github.com/openeuropa/oe_whitelabel/pull/183) ([drishu](https://github.com/drishu)) - OEL-1913: Theme oe\_carousel paragraph. [\#179](https://github.com/openeuropa/oe_whitelabel/pull/179) ([drishu](https://github.com/drishu)) - OEL-1919: Fix broken styling for facetapi. [\#176](https://github.com/openeuropa/oe_whitelabel/pull/176) ([drishu](https://github.com/drishu)) diff --git a/composer.json b/composer.json index 174dc4cb..3f490b5b 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "drupal/daterange_compact": "^2.0", "drupal/twig_field_value": "^2.0", "openeuropa/composer-artifacts": "^1.0.0-alpha1", - "openeuropa/oe_bootstrap_theme": "0.1.202210121625" + "openeuropa/oe_bootstrap_theme": "^1.0.0-beta7" }, "require-dev": { "composer/installers": "^1.11", -- GitLab