Skip to content

Commit 42ce33b

Browse files
authored
Merge pull request #422 from cmu-delphi/release/v2.12.1
Release v2.12.1
2 parents f290e07 + b8b4980 commit 42ce33b

File tree

4 files changed

+59
-115
lines changed

4 files changed

+59
-115
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
base: main
3333
title: Release ${{ steps.version.outputs.next_tag }}
3434
labels: chore
35-
reviewers: krivard,sgratzl
36-
assignees: sgratzl
35+
reviewers: krivard
36+
# assignees:
3737
body: |
3838
Releasing ${{ steps.version.outputs.next_tag }}.

.github/workflows/release_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
base: dev
8585
title: "chore: sync main->dev"
8686
labels: chore
87-
reviewers: krivard,sgratzl
88-
assignees: sgratzl
87+
reviewers: krivard
88+
# assignees:
8989
body: |
9090
Syncing Main->Dev.

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "www-main",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^5.15.3",
7-
"highlight.js": "^11.0.1",
7+
"highlight.js": "^11.1.0",
88
"katex": "^0.13.11",
9-
"uikit": "^3.7.0",
10-
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.7.0/www-covidcast-2.7.0.tgz",
9+
"uikit": "^3.7.1",
10+
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.7.1/www-covidcast-2.7.1.tgz",
1111
"www-covidcast-classic": "https://github.com/cmu-delphi/www-covidcast-classic/releases/download/v2.6.0/www-covidcast-classic-2.6.0.tgz",
1212
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.1/www-epivis-2.0.1.tgz"
1313
},
1414
"devDependencies": {
15-
"hugo-bin": "^0.72.5",
16-
"husky": "^7.0.0",
17-
"lint-staged": "^11.0.0",
15+
"hugo-bin": "^0.74.0",
16+
"husky": "^7.0.1",
17+
"lint-staged": "^11.0.1",
1818
"prettier": "^2.3.2",
1919
"prettier-plugin-go-template": "^0.0.11",
2020
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)