From 49be21829fc92ee4209a13dc6c70205f8f9e20e3 Mon Sep 17 00:00:00 2001 From: drishu Date: Wed, 22 Jun 2022 19:45:00 +0300 Subject: [PATCH] Prepare release 1.0.0-beta3. --- CHANGELOG.md | 14 ++++++++++++++ composer.json | 7 ++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 937b7a57f..cd21e0067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,24 @@ # Change Log +## [1.0.0-beta3](https://github.com/openeuropa/oe_whitelabel/tree/1.0.0-beta3) (2022-06-22) +[Full Changelog](https://github.com/openeuropa/oe_whitelabel/compare/1.0.0-beta2...1.0.0-beta3) + +**Merged pull requests:** + +- OEL-1450: Epic list pages. [\#156](https://github.com/openeuropa/oe_whitelabel/pull/156) ([drishu](https://github.com/drishu)) +- OEL-1668: Use latest dev release of oebt. [\#154](https://github.com/openeuropa/oe_whitelabel/pull/154) ([drishu](https://github.com/drishu)) +- OEL-1540: Fix Scrollspy js file requirement when there is no items to display. [\#152](https://github.com/openeuropa/oe_whitelabel/pull/152) ([escuriola](https://github.com/escuriola)) +- OEL-1571: Display country instead skos entity reference country URL. [\#150](https://github.com/openeuropa/oe_whitelabel/pull/150) ([escuriola](https://github.com/escuriola)) +- OEL-1293: EPIC Project. [\#143](https://github.com/openeuropa/oe_whitelabel/pull/143) ([donquixote](https://github.com/donquixote)) +- OEL-1543: Rename block templates to target plugin ids instead of block ids. [\#137](https://github.com/openeuropa/oe_whitelabel/pull/137) ([donquixote](https://github.com/donquixote)) +- OEL-1367: New Look & Feel for search form in search page and remove theming from block config form. [\#136](https://github.com/openeuropa/oe_whitelabel/pull/136) ([escuriola](https://github.com/escuriola)) + ## [1.0.0-beta2](https://github.com/openeuropa/oe_whitelabel/tree/1.0.0-beta2) (2022-05-23) [Full Changelog](https://github.com/openeuropa/oe_whitelabel/compare/1.0.0-beta1...1.0.0-beta2) **Merged pull requests:** +- Prepare release 1.0.0-beta2 [\#148](https://github.com/openeuropa/oe_whitelabel/pull/148) ([drishu](https://github.com/drishu)) - OEL-1632: Add upgrade hooks for moving content banner into block. [\#147](https://github.com/openeuropa/oe_whitelabel/pull/147) ([donquixote](https://github.com/donquixote)) ## [1.0.0-beta1](https://github.com/openeuropa/oe_whitelabel/tree/1.0.0-beta1) (2022-05-20) diff --git a/composer.json b/composer.json index c35defe9f..e0726563d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "drupal/core": "^9.2", "drupal/twig_field_value": "^2.0", "openeuropa/composer-artifacts": "^1.0.0-alpha1", - "openeuropa/oe_bootstrap_theme": "0.1.202206071025" + "openeuropa/oe_bootstrap_theme": "1.0.0-beta2" }, "require-dev": { "composer/installers": "^1.11", @@ -43,7 +43,7 @@ "openeuropa/oe_authentication": "^1.4", "openeuropa/oe_contact_forms": "~1.1", "openeuropa/oe_content": "^2.8.0", - "openeuropa/oe_content_extra": "1.x-dev", + "openeuropa/oe_content_extra": "^1.0.0-alpha1", "openeuropa/oe_corporate_blocks": "^4.4", "openeuropa/oe_list_pages": "^0.16", "openeuropa/oe_media": "^1.14", @@ -93,9 +93,6 @@ "patches": { "drupal/entity_reference_revisions": { "https://www.drupal.org/project/entity_reference_revisions/issues/2937835": "https://www.drupal.org/files/issues/2021-03-26/entity_reference_revisions-field_formatter_label-2937835-36.patch" - }, - "openeuropa/oe_bootstrap_theme": { - "latest": "https://github.com/openeuropa/oe_bootstrap_theme/compare/0.1.202206071025..1.x.diff" } }, "drupal-scaffold": {