From 027b1748a4094e77a326f68b229e6c4c09518d2b Mon Sep 17 00:00:00 2001 From: David Blankenship <128765777+dblanken-yale@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:47:03 -0400 Subject: [PATCH 1/2] Revert "YSP-697: Image Banner not respecting focal point" --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c6a2e54959..807a633a9f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The YaleSites platform empowers the Yale community to create digital experiences ## Common Scripts These are the most common npm scripts you may find yourself using: -(Each is prefixed with `npm run`) +(Each is prefixed with `npm run `) ### PR Reviews @@ -41,4 +41,3 @@ _Notes:_ - `confim` Imports the current config files to your database. - `local:theme-link` Run this script once to establish `npm link`s to all of the frontend-related repositories. - `local:cl-dev` Enables a frontend developer to work across all of the repositories (`yalesites-project`, `atomic`, and `component-library-twig`) in an environment configured to support both Storybook development, and have the changes reflected in the Drupal instance. Note: This also wires up the Tokens repo, but if you want to watch for changes there, you'll have to run the `npm run develop` script inside the Tokens directory. -- From 1f9a25fc401ae1c954d9513746460cfee3882160 Mon Sep 17 00:00:00 2001 From: David Blankenship Date: Mon, 7 Oct 2024 14:43:05 -0400 Subject: [PATCH 2/2] feat: update atomic to 1.37.1 --- web/profiles/custom/yalesites_profile/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/profiles/custom/yalesites_profile/composer.json b/web/profiles/custom/yalesites_profile/composer.json index 09efbd40ff..6810930249 100644 --- a/web/profiles/custom/yalesites_profile/composer.json +++ b/web/profiles/custom/yalesites_profile/composer.json @@ -106,7 +106,7 @@ "laminas/laminas-escaper": "2.12", "northernco/ckeditor5-anchor-drupal": "0.4.0", "yalesites-org/ai_engine": "1.2.4", - "yalesites-org/atomic": "1.37.0", + "yalesites-org/atomic": "1.37.1", "yalesites-org/yale_cas": "1.0.4" }, "minimum-stability": "dev",