diff --git a/changelogs/DP-29600.yml b/changelogs/DP-29600.yml new file mode 100644 index 0000000000..8b6bce59da --- /dev/null +++ b/changelogs/DP-29600.yml @@ -0,0 +1,41 @@ +# +# Write your changelog entry here. Every pull request must have a changelog yml file. +# +# Change types: +# ############################################################################# +# You can use one of the following types: +# - Added: For new features. +# - Changed: For changes to existing functionality. +# - Deprecated: For soon-to-be removed features. +# - Removed: For removed features. +# - Fixed: For any bug fixes. +# - Security: In case of vulnerabilities. +# +# Format +# ############################################################################# +# The format is crucial. Please follow the examples below. For reference, the requirements are: +# - All 3 parts are required and you must include "Type", "description" and "issue". +# - "Type" must be left aligned and followed by a colon. +# - "description" must be indented with 2 spaces followed by a colon +# - "issue" must be indented with 4 spaces followed by a colon. +# - "issue" is for the Jira ticket number only e.g. DP-1234 +# - No extra spaces, indents, or blank lines are allowed. +# +# Example: +# ############################################################################# +# Fixed: +# - description: Fixes scrolling on edit pages in Safari. +# issue: DP-13314 +# +# You may add more than 1 description & issue for each type using the following format: +# Changed: +# - description: Automating the release branch. +# issue: DP-10166 +# - description: Second change item that needs a description. +# issue: DP-19875 +# - description: Third change item that needs a description along with an issue. +# issue: DP-19843 +# +Fixed: + - description: Fixed suggested page item link covering the whole page. + issue: DP-29600 diff --git a/composer.lock b/composer.lock index 847c52bbfc..aa0f056189 100644 --- a/composer.lock +++ b/composer.lock @@ -12806,12 +12806,12 @@ "source": { "type": "git", "url": "git@github.com:massgov/mayflower-artifacts.git", - "reference": "7118bf20f6781e71d6a3c9d0cbe95d0d335ff0c4" + "reference": "c7dafa9b3a62772394ff883e92db4354e1771870" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/massgov/mayflower-artifacts/zipball/7118bf20f6781e71d6a3c9d0cbe95d0d335ff0c4", - "reference": "7118bf20f6781e71d6a3c9d0cbe95d0d335ff0c4", + "url": "https://api.github.com/repos/massgov/mayflower-artifacts/zipball/c7dafa9b3a62772394ff883e92db4354e1771870", + "reference": "c7dafa9b3a62772394ff883e92db4354e1771870", "shasum": "" }, "require": { @@ -12829,7 +12829,7 @@ } ], "description": "This repository is the product of the built artifact from massgov/mayflower", - "time": "2023-09-11T08:45:31+00:00" + "time": "2023-09-11T09:26:47+00:00" }, { "name": "masterminds/html5",