Skip to content

Commit 5eba336

Browse files
authored
Merge pull request #212 from cmu-delphi/release
Release v1.12.3
2 parents 718f32b + f0858a5 commit 5eba336

File tree

4 files changed

+36
-19
lines changed

4 files changed

+36
-19
lines changed

content/about/team/index.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,13 @@ team:
219219
note: Core member, May–July 2020
220220
team:
221221
- contributors
222+
- firstName: Sangwon (Justin)
223+
lastName: Hyun
224+
image: sangwon-justin-hyun-500x500-min.jpg
225+
affiliation: USC
226+
team:
227+
- contributors
228+
note: Core member, March–May 2020
222229
- firstName: Jimi
223230
lastName: Kim
224231
image: jimi-kim-500x500-min.jpg
@@ -293,6 +300,13 @@ team:
293300
team:
294301
- past
295302
note: Core member, March–April 2020
303+
- firstName: David
304+
lastName: Farrow
305+
image: david-farrow_head-shot.jpg
306+
affiliation: Software Engineer
307+
team:
308+
- past
309+
note: Founding member 2012–2016, Core member March–April 2020, Google Fellow October–December 2020
296310
- firstName: EJ
297311
lastName: Fox
298312
image: ej-fox-500x500-min.jpg
@@ -314,13 +328,6 @@ team:
314328
team:
315329
- past
316330
notes: Intern, summer 2020
317-
- firstName: Sangwon (Justin)
318-
lastName: Hyun
319-
image: sangwon-justin-hyun-500x500-min.jpg
320-
affiliation: USC
321-
team:
322-
- past
323-
note: Core member, March–May 2020; Contributor, May–July 2020
324331
- firstName: Jaemin
325332
lastName: Jo
326333
image: jaemin-jo-500x500-min.jpg
@@ -456,13 +463,6 @@ team:
456463
affiliation: Software Engineer
457464
team:
458465
- google
459-
- firstName: David
460-
lastName: Farrow
461-
image: david-farrow_head-shot.jpg
462-
affiliation: Software Engineer
463-
team:
464-
- google
465-
note: Founding member 2012–2016, Core member March–April 2020
466466
- firstName: Shreenath
467467
lastName: Regunathan
468468
image: shreenath-regunathan-head-shot.jpg
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: v1.12.3
3+
date: 2021-01-12
4+
---
5+
6+
#### Signal Changes
7+
8+
- Add "Vaccine Acceptance" signal to map and survey dashboard
9+
10+
#### New Features
11+
12+
- [#709](https://github.com/cmu-delphi/www-covidcast/pull/709), [#710](https://github.com/cmu-delphi/www-covidcast/pull/710), [#708](https://github.com/cmu-delphi/www-covidcast/pull/708) Improve loading performance especially for the survey dashboard
13+
- [#712](https://github.com/cmu-delphi/www-covidcast/pull/712) Improve map style
14+
15+
#### Bug-fixes
16+
17+
- [#713](https://github.com/cmu-delphi/www-covidcast/pull/713) fix trend color for decreasing trends

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "www-main",
3-
"version": "1.12.2",
3+
"version": "1.12.3",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^5.15.1",
77
"highlight.js": "^10.5.0",
88
"katex": "^0.12.0",
99
"uikit": "^3.6.5",
10-
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v1.12.2/www-covidcast-1.12.2.tgz"
10+
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v1.12.3/www-covidcast-1.12.3.tgz"
1111
},
1212
"devDependencies": {
1313
"hugo-bin": "^0.67.1",

0 commit comments

Comments
 (0)