Skip to content

Commit

Permalink
Merge pull request #712 from ckpaliwal/releasenote-20240516
Browse files Browse the repository at this point in the history
bump release notes
  • Loading branch information
ckpaliwal authored May 16, 2024
2 parents bcee558 + 7506c2d commit 5c01e99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/apollo/src/components/Main/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ class Main extends Component {
<div className="ibp-page-content">
<ScrollToTop>
<Routes>
<Route exact
<Route
path="/"
render={() => <Navigate to="/nodes" />}
render={() => <Navigate to="/nodes" replace={true} />}
/>
<Route path="/nodes"
element={<Nodes />}
Expand Down
2 changes: 1 addition & 1 deletion packages/athena/public/releaseNotes.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"version": "1.0.9-6",
"version": "1.0.9-8",
"date": "14 May 2024",
"description": [
{
Expand Down

0 comments on commit 5c01e99

Please sign in to comment.