Skip to content

Commit

Permalink
Update versions in package.json and code.json. Updated Changelog and …
Browse files Browse the repository at this point in the history
…readme
  • Loading branch information
mbucknell committed Dec 21, 2020
1 parent 417f5a4 commit 1a12520
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ 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.9.0 - 2020-12-21
- Updated to USWDS 2.10.0 - includes adding the uswds-init.min.js script to prevent banner flashing.
- Using Jest rather than Karma/Jasmine for the testing framework.

## 1.8.0 - 2020-10-22
- Updated to USWDS 2.9.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ wdfnviz.main(load);

Example html templates for the header and footer can be found here: ```src/templates```. To implement the header
and footers add the markup in those templates to your pages, adjusting the image url in the header.html template
as needed for the USGS logo and federal government logos.
as needed for the USGS logo and federal government logos. This includes the script for ```uswds-init.min.js``` which should be retreived before the css files are loaded as is done in the example header.html.

## Using without building stylesheets and javascript bundling
You can use the prebuilt stylesheet and javascript bundle if desired. This can be done by including the following in your markup in the <head> section.
Expand Down
4 changes: 2 additions & 2 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Water Data for the Nation Visual ID",
"organization": "U.S. Geological Survey",
"description": "Provides templates and style sheets that provide headers and footers for USGS WDFN sites",
"version": "v0.1.0",
"version": "1.9.0",
"status": "Development",

"permissions": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},

"date": {
"metadataLastUpdated": "2018-06-20"
"metadataLastUpdated": "2020-12-21"
}
}
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wdfn-viz",
"version": "1.9.0-snapshot",
"version": "1.9.0",
"description": "Provides templates and style sheets which implement the USGS visual standards for headers and footers",
"scripts": {
"build": "npm run clean && mkdir -p dist && run-p build:*",
Expand Down

0 comments on commit 1a12520

Please sign in to comment.