From 30f8dd3fd57f854fa14ab4b1a9e5cadd5b6c8b9d Mon Sep 17 00:00:00 2001 From: Imanol Eguskiza Date: Mon, 5 Dec 2022 17:19:06 +0100 Subject: [PATCH] Prepare release 3.0.0. --- CHANGELOG.md | 10 ++++++++++ composer.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c9b0b6a..ee42bb1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,21 @@ # Changelog +## [3.0.0](https://github.com/openeuropa/oe_theme/tree/3.0.0) (2022-12-0) + +[Full Changelog](https://github.com/openeuropa/oe_theme/compare/3.0.0-beta18...3.0.0) + +**Merged pull requests:** + +- EWPP-2831: Update behavior for ecl_footer_links twig function. [\#1219](https://github.com/openeuropa/oe_theme/pull/1219) ([sergepavle](https://github.com/sergepavle)) +- EWPP-2835: Update ECL version. [\#1217](https://github.com/openeuropa/oe_theme/pull/1217) ([sergepavle](https://github.com/sergepavle)) + ## [3.0.0-beta18](https://github.com/openeuropa/oe_theme/tree/3.0.0-beta18) (2022-11-04) [Full Changelog](https://github.com/openeuropa/oe_theme/compare/3.0.0-beta17...3.0.0-beta18) **Merged pull requests:** +- Prepare release 3.0.0-beta18. [\#1207](https://github.com/openeuropa/oe_theme/pull/1207) ([imanoleguskiza](https://github.com/imanoleguskiza)) - EWPP-2575: Calendar item epic. [\#1206](https://github.com/openeuropa/oe_theme/pull/1206) ([22Alexandra](https://github.com/22Alexandra)) - EWPP-2575: Update Calendar item epic. [\#1205](https://github.com/openeuropa/oe_theme/pull/1205) ([22Alexandra](https://github.com/22Alexandra)) - EWPP-2575: Update Calendar item epic branch. [\#1204](https://github.com/openeuropa/oe_theme/pull/1204) ([22Alexandra](https://github.com/22Alexandra)) diff --git a/composer.json b/composer.json index e2196f6f9..f4de1f1ea 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "openeuropa/code-review": "^2.0", "openeuropa/oe_contact_forms": "^1.5", "openeuropa/oe_content": "^3.0.0-alpha4", - "openeuropa/oe_corporate_blocks": "4.x-dev", + "openeuropa/oe_corporate_blocks": "^4.10", "openeuropa/oe_corporate_countries": "~2.0", "openeuropa/oe_media": "^1.19", "openeuropa/oe_multilingual": "^1.10",