diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b920e..8c143b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- ### Adds Article Syndication module + The [Article Syndication](https://github.com/CuBoulder/ucb_article_syndication) module is needed in order to migrate the Today site and use the Campus News block with the migrated site (CuBoulder/ucb_campus_news#12). This update adds the module to `composer.json`. + + There is no sister PR in the profile because the module isn't enabled by default. +--- + - ### Add Redis module Add current redis module to composer. --- diff --git a/composer.json b/composer.json index 6181bcf..1eb7088 100644 --- a/composer.json +++ b/composer.json @@ -238,6 +238,7 @@ "cu-boulder/express_admin": "dev-main", "cu-boulder/ucb_admin_menus": "dev-main", "cu-boulder/ucb_article_author": "dev-main", + "cu-boulder/ucb_article_syndication": "dev-main", "cu-boulder/ucb_bootstrap_layouts": "dev-main", "cu-boulder/ucb_campus_news": "dev-main", "cu-boulder/ucb_ckeditor_plugins": "dev-main", @@ -263,7 +264,6 @@ "drupal/ckeditor5_icons": "1.x-dev@dev", "drupal/ckeditor5_paste_filter": "^1.0", "drupal/consumer_image_styles": "^4.0", - "drupal/jsonapi_extras": "^3.26", "drupal/core-composer-scaffold": "~10.2.0", "drupal/core-project-message": "~10.2.0", "drupal/core-recommended": "~10.2.0", @@ -274,6 +274,7 @@ "drupal/focal_point": "^2.0", "drupal/google_cse": "^4.0@alpha", "drupal/google_tag": "^2.0", + "drupal/jsonapi_extras": "^3.26", "drupal/layout_builder_iframe_modal": "^1.3", "drupal/linkit": "^6.1", "drupal/media_alias_display": "^2.0",