diff --git a/cliff.toml b/cliff.toml index 9e2ff468c..4d3488c79 100644 --- a/cliff.toml +++ b/cliff.toml @@ -18,7 +18,7 @@ body = """ {% if previous.version %}\ ## [{{ version | trim_start_matches(pat="v") }}](/compare/{{ previous.version }}..{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }} {% else %}\ - ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(timezone="America/New_York", format="%Y-%m-%d") }} + ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(timezone="America/New_York", format="%B %e, %Y") }} {% endif %}\ {% else %}\ ## [unreleased] diff --git a/packages/cfpb-design-system/src/index.scss b/packages/cfpb-design-system/src/index.scss index 48f401f27..813dac626 100644 --- a/packages/cfpb-design-system/src/index.scss +++ b/packages/cfpb-design-system/src/index.scss @@ -6,7 +6,6 @@ @forward 'components/cfpb-buttons/button'; @forward 'components/cfpb-buttons/button-group'; @forward 'components/cfpb-buttons/button-link'; -@forward 'components/cfpb-buttons/button-with-icon'; // Expandables. @forward 'components/cfpb-expandables/vars';