Skip to content

Commit f6a7d34

Browse files
authored
Merge pull request #5670 from uswds/release-3.7.1
USWDS 3.7.1
2 parents 0504cde + 4775068 commit f6a7d34

File tree

19 files changed

+279
-204
lines changed

19 files changed

+279
-204
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The `@uswds/uswds` module is now installed as a dependency. You can use the comp
195195
### Install the package directly from GitHub
196196
If you’re using a framework or package manager that doesn’t support npm, you can find the source files in this repository and use them in your project. Otherwise, we recommend that you follow the steps outlined in this section.
197197

198-
1. Download the [USWDS package](https://github.com/uswds/uswds/releases/download/v3.7.0/uswds-uswds-3.7.0.tgz) directly from the latest USWDS release and uncompress that file.
198+
1. Download the [USWDS package](https://github.com/uswds/uswds/releases/download/v3.7.1/uswds-uswds-3.7.1.tgz) directly from the latest USWDS release and uncompress that file.
199199

200200
2. Copy these files and folders into a relevant place in your project's code base. Here is an example structure for how this might look:
201201

package-lock.json

Lines changed: 59 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uswds/uswds",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "Open source UI components and visual style guide for U.S. government websites",
55
"engines": {
66
"node": ">= 4"
@@ -152,7 +152,7 @@
152152
"gulp-uglify": "3.0.2",
153153
"handlebars-helpers": "0.10.0",
154154
"html-webpack-plugin": "5.5.3",
155-
"jsdom": "19.0.0",
155+
"jsdom": "22.1.0",
156156
"jsdom-global": "3.0.2",
157157
"lodash.merge": "4.6.2",
158158
"merge-stream": "2.0.0",

packages/usa-banner/src/styles/_usa-banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ $banner-icon-close: (
230230
@include button-unstyled;
231231
@include u-pin("left");
232232
@include u-pin("y");
233-
@include u-text("primary", underline, baseline);
233+
@include u-text("primary", underline);
234234
@include set-link-from-bg(
235235
$theme-banner-background-color,
236236
$theme-banner-link-color,

0 commit comments

Comments
 (0)