Skip to content

Commit

Permalink
Updated dependencies in prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbucknell committed Jun 7, 2021
1 parent de1f7d1 commit 12eec60
Show file tree
Hide file tree
Showing 4 changed files with 1,534 additions and 1,690 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## 1.12.0 - 2021-06-07
- Updated USWDS to 2.11.2

## 1.11.0 - 2021-04-01
- Updated USWDS to 2.11.1
- The wdfnviz.js script must now be loaded within the body tag. We recommend putting it as the first tag inside body and use the async attribute.
Expand Down
5 changes: 3 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ module.exports = {
'!**/coverage/**'
],
clearMocks: true,
restoreMocks: true
}
restoreMocks: true,
testEnvironment: 'jsdom'
};
Loading

0 comments on commit 12eec60

Please sign in to comment.