Skip to content

Commit

Permalink
Merge branch 'dev-1.7.0' with upgraded firebase functions library.
Browse files Browse the repository at this point in the history
  • Loading branch information
dherbst committed Dec 27, 2023
2 parents 0b786d2 + f242075 commit 0831e83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/admin/src/views/ReleaseNotesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<template>
<div class="container">
<h1>Release Notes</h1>
<h2 id="1.7.0">December , 2023 - 1.7.0</h2>
<h2 id="1.7.0">December 27, 2023 - 1.7.0</h2>
<ul>
<li><a href="https://github.com/ncosd/food-pantry-app/issues/215">#215</a> Create color key for the volunteer window calendar.</li>
<li><a href="https://github.com/ncosd/food-pantry-app/issues/240">#240</a> Users should not be able to sign up for past volunteer windows.</li>
Expand Down
2 changes: 1 addition & 1 deletion web/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@sendgrid/mail": "^8.1.0",
"firebase-admin": "^11.8.0",
"firebase-functions": "^4.4.1"
"firebase-functions": "^4.5.0"
},
"devDependencies": {
"firebase-functions-test": "^3.1.0"
Expand Down

0 comments on commit 0831e83

Please sign in to comment.