Skip to content

Commit

Permalink
Merge pull request #4016 from uswds/release-2.10.1
Browse files Browse the repository at this point in the history
Release 2.10.1
  • Loading branch information
mejiaj committed Feb 19, 2021
2 parents 9705d69 + f7395db commit bd0c371
Show file tree
Hide file tree
Showing 101 changed files with 31,180 additions and 3,329 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.15.1
14.15.4
7 changes: 6 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
ignore: {}
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-GLOBPARENT-1016905:
- del > globby > fast-glob > glob-parent:
reason: None given
expires: '2021-02-25T21:48:00.048Z'
patch: {}
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ How you implement the design system depends on the needs of your project and you

### Download and install

1. Download the [USWDS zip file](https://github.com/uswds/uswds/releases/download/v2.10.0/uswds-2.10.0.zip) from the latest USWDS release and open that file.
1. Download the [USWDS zip file](https://github.com/uswds/uswds/releases/download/v2.10.1/uswds-2.10.1.zip) from the latest USWDS release and open that file.

After extracting the zip file you should see the following file and folder structure:

```
uswds-2.10.0/
uswds-2.10.1/
├── css/
│   ├── uswds.min.css.map
│   ├── uswds.min.css
Expand Down Expand Up @@ -98,7 +98,7 @@ How you implement the design system depends on the needs of your project and you
```
example-project/
├── assets/
│   ├── uswds-2.10.0/
│   ├── uswds-2.10.1/
│   ├── stylesheets/
│   ├── images/
│   └── javascript/
Expand All @@ -118,11 +118,11 @@ How you implement the design system depends on the needs of your project and you
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>My Example Project</title>
<script src="assets/uswds-2.10.0/js/uswds-init.min.js"></script>
<link rel="stylesheet" href="assets/uswds-2.10.0/css/uswds.min.css" />
<script src="assets/uswds-2.10.1/js/uswds-init.min.js"></script>
<link rel="stylesheet" href="assets/uswds-2.10.1/css/uswds.min.css" />
</head>
<body>
<script src="assets/uswds-2.10.0/js/uswds.min.js"></script>
<script src="assets/uswds-2.10.1/js/uswds.min.js"></script>
</body>
</html>
```
Expand Down

0 comments on commit bd0c371

Please sign in to comment.