Skip to content

Commit

Permalink
Merge pull request #3233 from uswds/release-2.3.1
Browse files Browse the repository at this point in the history
Release 2.3.1
  • Loading branch information
thisisdano committed Nov 21, 2019
2 parents d8604d2 + 14701b7 commit 26bf66f
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 23 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -62,12 +62,12 @@ How you implement the design system depends on the needs of your project and you

### Download

1. Download the [USWDS zip file](https://github.com/uswds/uswds/releases/tag/v2.3.0) from the latest USWDS release and open that file.
1. Download the [USWDS zip file](https://github.com/uswds/uswds/releases/tag/v2.3.1) 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.3.0/
uswds-2.3.1/
├── css/
│   ├── uswds.min.css.map
│   ├── uswds.min.css
Expand All @@ -87,7 +87,7 @@ How you implement the design system depends on the needs of your project and you
```
example-project/
├── assets/
│   ├── uswds-2.3.0/
│   ├── uswds-2.3.1/
│   ├── stylesheets/
│   ├── images/
│   └── javascript/
Expand All @@ -107,10 +107,10 @@ 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>
<link rel="stylesheet" href="assets/uswds-2.3.0/css/uswds.min.css" />
<link rel="stylesheet" href="assets/uswds-2.3.1/css/uswds.min.css" />
</head>
<body>
<script src="assets/uswds-2.3.0/js/uswds.min.js"></script>
<script src="assets/uswds-2.3.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
@@ -1,6 +1,6 @@
{
"name": "uswds",
"version": "2.3.0",
"version": "2.3.1",
"description": "Open source UI components and visual style guide for U.S. government websites",
"engines": {
"node": ">= 4"
Expand Down
5 changes: 1 addition & 4 deletions src/img/alerts/success.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/stylesheets/settings/_settings-color.scss
Expand Up @@ -7,7 +7,7 @@
========================================
========================================
----------------------------------------
USWDS 2.3.0
USWDS 2.3.1
----------------------------------------
COLOR SETTINGS
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/settings/_settings-components.scss
Expand Up @@ -7,7 +7,7 @@
========================================
========================================
----------------------------------------
USWDS 2.3.0
USWDS 2.3.1
----------------------------------------
COMPONENT SETTINGS
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/settings/_settings-general.scss
Expand Up @@ -7,7 +7,7 @@
========================================
========================================
----------------------------------------
USWDS 2.3.0
USWDS 2.3.1
----------------------------------------
GENERAL SETTINGS
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/settings/_settings-spacing.scss
Expand Up @@ -7,7 +7,7 @@
========================================
========================================
----------------------------------------
USWDS 2.3.0
USWDS 2.3.1
----------------------------------------
SPACING SETTINGS
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/settings/_settings-typography.scss
Expand Up @@ -7,7 +7,7 @@
========================================
========================================
----------------------------------------
USWDS 2.3.0
USWDS 2.3.1
----------------------------------------
TYPOGRAPHY SETTINGS
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/settings/_settings-utilities.scss
Expand Up @@ -7,7 +7,7 @@
========================================
========================================
----------------------------------------
USWDS 2.3.0
USWDS 2.3.1
----------------------------------------
UTILITIES SETTINGS
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/theme/_uswds-theme-color.scss
Expand Up @@ -7,7 +7,7 @@
========================================
========================================
----------------------------------------
USWDS 2.3.0
USWDS 2.3.1
----------------------------------------
COLOR SETTINGS
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/theme/_uswds-theme-components.scss
Expand Up @@ -7,7 +7,7 @@
========================================
========================================
----------------------------------------
USWDS 2.3.0
USWDS 2.3.1
----------------------------------------
COMPONENT SETTINGS
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/theme/_uswds-theme-general.scss
Expand Up @@ -7,7 +7,7 @@
========================================
========================================
----------------------------------------
USWDS 2.3.0
USWDS 2.3.1
----------------------------------------
GENERAL SETTINGS
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/theme/_uswds-theme-spacing.scss
Expand Up @@ -7,7 +7,7 @@
========================================
========================================
----------------------------------------
USWDS 2.3.0
USWDS 2.3.1
----------------------------------------
SPACING SETTINGS
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/theme/_uswds-theme-typography.scss
Expand Up @@ -7,7 +7,7 @@
========================================
========================================
----------------------------------------
USWDS 2.3.0
USWDS 2.3.1
----------------------------------------
TYPOGRAPHY SETTINGS
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/theme/_uswds-theme-utilities.scss
Expand Up @@ -7,7 +7,7 @@
========================================
========================================
----------------------------------------
USWDS 2.3.0
USWDS 2.3.1
----------------------------------------
UTILITIES SETTINGS
----------------------------------------
Expand Down

0 comments on commit 26bf66f

Please sign in to comment.