Skip to content

Commit

Permalink
Merge pull request #201 from mwiraszka/v4.0.8
Browse files Browse the repository at this point in the history
v4.0.8
  • Loading branch information
mwiraszka authored Aug 9, 2024
2 parents ea70fd8 + a48355f commit 07a7f0d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ Welcome to the source code repository for the LCC web app! Here you'll find an o
| 🐛 | Bug fixes |
| 🔧 | Behind-the-scenes changes |

<details>
<summary style="cursor: pointer">
v4.0.8 - August 9th, 2024
</summary>

- 🚀 Update About page

</details>

<details>
<summary style="cursor: pointer">
v4.0.7 - August 5th, 2024
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lcc-angular",
"version": "4.0.7",
"version": "4.0.8",
"description": "Frontend for the London Chess Club website, built with Angular",
"author": "Michal Wiraszka (https://wiraszka.com)",
"repository": {
Expand Down
20 changes: 16 additions & 4 deletions src/app/screens/about/about-screen.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ <h3>Club Leadership</h3>
<td>Director <span class="chair">(chair)</span></td>
<td>Mike Harris</td>
</tr>
<tr>
<td>Director</td>
<td>Michal Wiraszka</td>
</tr>
<tr>
<td>Director</td>
<td>Edgar Zapata</td>
Expand Down Expand Up @@ -165,6 +161,22 @@ <h3>Club Leadership</h3>
here.
</a>
</p>
<p>
This website is maintained by Michal Wiraszka. To request a change, please
<a
href="/~https://github.com/mwiraszka/LondonChessClub/issues"
class="lcc-link"
target="_blank">
submit a new issue
</a>
on the repository GitHub page,
<a
href="mailto:welcome@londonchess.ca"
class="lcc-link"
alt="welcome@londonchess.ca">
email me </a
>at welcome&#64;londonchess.ca, or find me at the club!
</p>
</article>
</section>
</div>

0 comments on commit 07a7f0d

Please sign in to comment.