diff --git a/changelogs/DP-39488.yml b/changelogs/DP-39488.yml new file mode 100644 index 0000000000..c34f257619 --- /dev/null +++ b/changelogs/DP-39488.yml @@ -0,0 +1,42 @@ +# +# 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: Improved print styles with better spacing and left alignment. + issue: DP-39488 + diff --git a/composer.json b/composer.json index f0b4411fb8..a05bf8836c 100644 --- a/composer.json +++ b/composer.json @@ -275,7 +275,7 @@ "geocoder-php/open-cage-provider": "^4.6", "google/cloud-bigquery": "^1.25", "league/commonmark": "^2.7", - "massgov/mayflower-artifacts": "dev-develop", + "massgov/mayflower-artifacts": "dev-patternlab/DP-39488-Print-styles-batch-3", "monolog/monolog": "^3", "npm-asset/ace-builds": "~1.0", "npm-asset/select2": "^4.1.0-rc.0", diff --git a/composer.lock b/composer.lock index 3f8d660885..e376476e40 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8e2a360cbfa45bbd17083d70eb551985", + "content-hash": "7b9c42ce5fbce338922f5f01e4fab6cb", "packages": [ { "name": "akamai-open/edgegrid-auth", @@ -13682,16 +13682,16 @@ }, { "name": "massgov/mayflower-artifacts", - "version": "dev-develop", + "version": "dev-patternlab/DP-39488-Print-styles-batch-3", "source": { "type": "git", "url": "https://github.com/massgov/mayflower-artifacts", - "reference": "f02705c2206994ad51e19431474e14ce6e6cde80" + "reference": "96cd049dd9c3bf8faf141de82e52ccf7e321de66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/massgov/mayflower-artifacts/zipball/f02705c2206994ad51e19431474e14ce6e6cde80", - "reference": "f02705c2206994ad51e19431474e14ce6e6cde80", + "url": "https://api.github.com/repos/massgov/mayflower-artifacts/zipball/96cd049dd9c3bf8faf141de82e52ccf7e321de66", + "reference": "96cd049dd9c3bf8faf141de82e52ccf7e321de66", "shasum": "" }, "require": { @@ -13709,7 +13709,7 @@ } ], "description": "This repository is the product of the built artifact from massgov/mayflower", - "time": "2025-09-29T14:25:51+00:00" + "time": "2025-10-08T13:24:44+00:00" }, { "name": "masterminds/html5",