Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 1.0.0-beta3. #160

Merged
merged 1 commit into from
Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down