Skip to content

Commit

Permalink
Prep 1.19 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dherbst committed Feb 19, 2024
1 parent 20b9ae8 commit 85e9972
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/admin/src/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export let config = {
version: "1.18.0",
version: "1.19.0",
adminAppNavName: import.meta.env.VITE_ADMIN_APP_NAV_NAME || 'ADMIN_APP_NAV_NAME',
adminAppNavImg: import.meta.env.VITE_ADMIN_APP_NAV_IMG || null,
appNavName: import.meta.env.VITE_APP_NAV_NAME || 'APP_NAV_NAME',
Expand Down
4 changes: 4 additions & 0 deletions web/admin/src/pages/ReleaseNotesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<template>
<div class="container">
<h1>Release Notes</h1>
<h2 id="1.19.0">February 28, 2024 - 1.19.0</h2>
<ul>
<li>No issues.</li>
</ul>
<h2 id="1.18.0">February 19, 2024 - 1.18.0</h2>
<ul>
<li>Show all volunteers by default on the volunteer list page.</li>
Expand Down
2 changes: 1 addition & 1 deletion web/app/src/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export let config = {
version: "1.18.0",
version: "1.19.0",
appNavName: import.meta.env.VITE_APP_NAV_NAME || "APP_NAV_NAME",
appNavImg: import.meta.env.VITE_APP_NAV_IMG || null,
OrganizationName: import.meta.env.VITE_ORGANIZATION_NAME || "ORGANIZATION_NAME",
Expand Down
4 changes: 4 additions & 0 deletions web/app/src/pages/ReleaseNotesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<template>
<div class="container">
<h1>Release Notes</h1>
<h2 id="1.19.0">February 28, 2024 - 1.19.0</h2>
<ul>
<li>No issues.</li>
</ul>
<h2 id="1.18.0">February 19, 2024 - 1.18.0</h2>
<ul>
<li>No issues.</li>
Expand Down

0 comments on commit 85e9972

Please sign in to comment.