Skip to content

Commit

Permalink
chore: Bump version to 25.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cutls committed Sep 3, 2024
1 parent a3ead91 commit 1a4968c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 422 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "[email protected]",
"url": "https://cutls.dev"
},
"version": "25.0.4",
"version": "25.0.5",
"codename": "Aiko",
"scripts": {
"clean": "rimraf dist main renderer/out renderer/.next",
Expand Down
310 changes: 0 additions & 310 deletions renderer/components/settings/Settings.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions renderer/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import ListMemberships from '@/components/listMemberships/ListMemberships'
import Report from '@/components/report/Report'
import Search from '@/components/search/Search'
import NewServer from '@/components/servers/New'
import SettingsPage from '@/components/settings/Settings'
import Thirdparty from '@/components/settings/Thirdparty'
import NewTimeline from '@/components/timelines/New'
import ShowTimeline from '@/components/timelines/Show'
Expand Down Expand Up @@ -202,7 +201,6 @@ function App() {
<NewServer open={modalState.newServer.opened} onClose={() => dispatch({ target: 'newServer', value: false, object: null })} initialServer={modalState.newServer.object} />
<Media index={modalState.media.index} media={modalState.media.object} opened={modalState.media.opened} close={() => dispatch({ target: 'media', value: false, object: [], index: -1 })} />
<Thirdparty open={modalState.thirdparty.opened} onClose={() => dispatch({ target: 'thirdparty', value: false })} />
<SettingsPage open={modalState.settings.opened} onClose={() => dispatch({ target: 'settings', value: false })} reloadAppearance={loadAppearance} />
<Report
opened={modalState.report.opened}
status={modalState.report.object}
Expand Down
Loading

0 comments on commit 1a4968c

Please sign in to comment.