diff --git a/content/covidcast/release-log/headless/v2.0.0.md b/content/covidcast/release-log/headless/v2.0.0.md index 0938a342d..708333c56 100644 --- a/content/covidcast/release-log/headless/v2.0.0.md +++ b/content/covidcast/release-log/headless/v2.0.0.md @@ -1,12 +1,14 @@ --- title: v2.0.0 -date: 2021-03-05 +date: 2021-03-19 --- ### Signal Changes -- Replaced "Vaccine Acceptance" with signal including both already received the vaccine and definitely or probably choose to get vaccinated. - +- Replace "Vaccine Acceptance" with signal including both already received the vaccine and definitely or probably choose to get vaccinated. +- Change "People Wearing Masks" signal to its latest revision +- Add "COVID Symptom Searches on Google" signal to map and COVIDcast 2.0 +- Change survey result signals to their latest revisions with the option to explore old revisions ### New Features diff --git a/package-lock.json b/package-lock.json index 82a3519ad..a9dafa3cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5135,10 +5135,17 @@ } }, "www-covidcast": { - "version": "git+https://github.com/cmu-delphi/www-covidcast.git#aa2251480a008cc47db281e0ec17c5b7454ec66a", - "from": "git+https://github.com/cmu-delphi/www-covidcast.git#aa2251480a008cc47db281e0ec17c5b7454ec66a", + "version": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.0.0/www-covidcast-2.0.0.tgz", + "integrity": "sha512-0hOnu0HO1rixY0hsxmPsE0msNfSVX+lbPktmAclTnopF16RCuEfz007qqLs844EOgf6tXQV0RTpKiAiSaY6E5Q==", "requires": { - "uikit": "^3.6.17" + "uikit": "^3.6.18" + }, + "dependencies": { + "uikit": { + "version": "3.6.18", + "resolved": "https://registry.npmjs.org/uikit/-/uikit-3.6.18.tgz", + "integrity": "sha512-q5Dlpu1KQ5Jo3cW9TCMypvG0KL6rVLcCat9JPHJ1HBzmSKnMh+oChhWWSq4OEGuopsIftKyiXuhdS8a50uIJbw==" + } } }, "xdg-basedir": { diff --git a/package.json b/package.json index 5e1b49148..497d69857 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "highlight.js": "^10.6.0", "katex": "^0.12.0", "uikit": "^3.6.17", - "www-covidcast": "https://github.com/cmu-delphi/www-covidcast#aa2251480a008cc47db281e0ec17c5b7454ec66a" + "www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.0.0/www-covidcast-2.0.0.tgz" }, "devDependencies": { "bestzip": "^2.1.7", diff --git a/themes/delphi/layouts/_default/covidcast_app.html b/themes/delphi/layouts/_default/covidcast_app.html index 8e5602634..7cc23a925 100644 --- a/themes/delphi/layouts/_default/covidcast_app.html +++ b/themes/delphi/layouts/_default/covidcast_app.html @@ -2,7 +2,6 @@ {{ end }} {{ define "scripts" }} - {{ end }} {{ define "breadcrumb" }}{{ end }}