From 86b8c7be67a2b7b7f40b019d3dcd6664c4637d13 Mon Sep 17 00:00:00 2001 From: Jariel Rodriguez Date: Wed, 8 Oct 2025 10:08:13 -0400 Subject: [PATCH 1/3] mf artifact --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index ac46affc6e..0d054081a5 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 5748dc75f2..248fd88a46 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": "659f8ee9d7f011b6062ca58d7e227795", + "content-hash": "b5aefca39dda4e2ec4551519746d4bdc", "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", From cd33e8baa51181e5729977e0ce7faa19afdecdba Mon Sep 17 00:00:00 2001 From: Jariel Rodriguez Date: Wed, 8 Oct 2025 10:10:53 -0400 Subject: [PATCH 2/3] Create DP-39488.yml --- changelogs/DP-39488.yml | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 changelogs/DP-39488.yml 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 + From 70d4e1b8a09e8aba74cde8f2ac71c59b60d78ca9 Mon Sep 17 00:00:00 2001 From: Jariel Rodriguez Date: Wed, 8 Oct 2025 16:53:18 -0400 Subject: [PATCH 3/3] Update composer.lock --- composer.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index c6129d2068..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": "b5aefca39dda4e2ec4551519746d4bdc", + "content-hash": "7b9c42ce5fbce338922f5f01e4fab6cb", "packages": [ { "name": "akamai-open/edgegrid-auth",