Skip to content

Commit

Permalink
Merge pull request #4109 from uswds/release-2.11.1
Browse files Browse the repository at this point in the history
Release 2.11.1
  • Loading branch information
mejiaj committed Mar 17, 2021
2 parents e06173b + 2251a84 commit af0bc5c
Show file tree
Hide file tree
Showing 24 changed files with 255 additions and 241 deletions.
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.11.0/uswds-2.11.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.11.1/uswds-2.11.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.11.0/
uswds-2.11.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.11.0/
│   ├── uswds-2.11.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.11.0/js/uswds-init.min.js"></script>
<link rel="stylesheet" href="assets/uswds-2.11.0/css/uswds.min.css" />
<script src="assets/uswds-2.11.1/js/uswds-init.min.js"></script>
<link rel="stylesheet" href="assets/uswds-2.11.1/css/uswds.min.css" />
</head>
<body>
<script src="assets/uswds-2.11.0/js/uswds.min.js"></script>
<script src="assets/uswds-2.11.1/js/uswds.min.js"></script>
</body>
</html>
```
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uswds",
"version": "2.11.0",
"version": "2.11.1",
"description": "Open source UI components and visual style guide for U.S. government websites",
"engines": {
"node": ">= 4"
Expand Down
1 change: 1 addition & 0 deletions security/uswds-2.11.1-zip-hash.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
50f9f331b9df4681454b0abd66d968358af28456887e3e54229c3ad2ba3548d4

0 comments on commit af0bc5c

Please sign in to comment.