Skip to content

Commit 5c6c787

Browse files
authored
Merge pull request #1065 from cmu-delphi/release/v3.3.4
Release v3.3.4
2 parents 18c7f8f + d2aa7e0 commit 5c6c787

File tree

8 files changed

+17
-16
lines changed

8 files changed

+17
-16
lines changed

.github/workflows/blog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
Rscript ./dependencies.R
3131
- name: Restore Blogdown Cache
32-
uses: actions/cache@v4.0.2
32+
uses: actions/cache@v4.2.2
3333
with:
3434
path: |
3535
./blogdown

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 18
17-
- uses: actions/cache@v4.0.2
17+
- uses: actions/cache@v4.2.2
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: 18
4949
- name: Cache Node.js modules
50-
uses: actions/cache@v4.0.2
50+
uses: actions/cache@v4.2.2
5151
with:
5252
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
5353
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
68.8 KB
Loading
-158 KB
Binary file not shown.

content/people/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ people:
1313
- blog
1414
description: is a member of the Delphi group and a Ph.D. student in data wrangling at the University of Southern North Dakota at Hoople.
1515
- firstName: Amesh
16-
lastName: Adalja
16+
lastName: Adalja, MD
1717
image: amesh-adalja.jpeg
1818
affiliation: Johns Hopkins University and UPMC
1919
team:
@@ -649,7 +649,7 @@ people:
649649
note: Core member, March-October 2020
650650
- firstName: Larry
651651
lastName: Pickett
652-
image: larry-pickett.jpg
652+
image: larry-pickett-v2.jpg
653653
affiliation: CMU
654654
team:
655655
- contributors
@@ -1062,7 +1062,8 @@ people:
10621062
image: rostyslav-zatserkovnyi.jpg
10631063
affiliation: Delphi & StartupSoft
10641064
team:
1065-
- core
1065+
- past
1066+
note: Core member, September 2022-February 2025
10661067
- firstName: Evan
10671068
lastName: Zhang
10681069
image: evan-zhang.jpg

package-lock.json

Lines changed: 8 additions & 8 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,6 +1,6 @@
11
{
22
"name": "www-main",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^6.5.2",
@@ -9,7 +9,7 @@
99
"uikit": "^3.21.13",
1010
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.11/www-covidcast-3.2.11.tgz",
1111
"www-covidcast-classic": "https://github.com/cmu-delphi/www-covidcast-classic/releases/download/v2.6.7/www-covidcast-classic-2.6.7.tgz",
12-
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.6/www-epivis-2.1.6.tgz"
12+
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.7/www-epivis-2.1.7.tgz"
1313
},
1414
"devDependencies": {
1515
"hugo-bin": "^0.127.0",

0 commit comments

Comments
 (0)