From b464ccdf99afe162fe024daac6818d67456f1759 Mon Sep 17 00:00:00 2001 From: Ayush Sehrawat <69469790+AyushSehrawat@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:08:36 +0530 Subject: [PATCH 1/2] fix: build issues (#135) * feat: remove unused variables * fix: update openapi client * fix: temporary update to rankings page * fix: frontend version showing unknown * fix: lint * fix: build failing * fix: build failing * fix: build failing * chore: format --- src/routes/settings/about/+page.server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/settings/about/+page.server.ts b/src/routes/settings/about/+page.server.ts index 77e49f6..1498549 100644 --- a/src/routes/settings/about/+page.server.ts +++ b/src/routes/settings/about/+page.server.ts @@ -3,7 +3,7 @@ import fs from 'fs/promises'; import path from 'path'; import { dev } from '$app/environment'; -export const prerender = true; +// export const prerender = true; export const load = (async () => { let versionFilePath: string = '/riven/version.txt'; From d1b2b3464e43d5449bfa4acd701fa3a993435e1a Mon Sep 17 00:00:00 2001 From: Spoked <5782630+dreulavelle@users.noreply.github.com> Date: Sat, 19 Oct 2024 00:39:23 -0500 Subject: [PATCH 2/2] chore(main): release 0.16.1 (#136) --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edf5553..edc0bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.1](https://github.com/rivenmedia/riven-frontend/compare/v0.16.0...v0.16.1) (2024-10-19) + + +### Bug Fixes + +* build issues ([#135](https://github.com/rivenmedia/riven-frontend/issues/135)) ([b464ccd](https://github.com/rivenmedia/riven-frontend/commit/b464ccdf99afe162fe024daac6818d67456f1759)) + ## [0.16.0](https://github.com/rivenmedia/riven-frontend/compare/v0.14.1...v0.16.0) (2024-10-18) diff --git a/version.txt b/version.txt index 04a373e..2a0970c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.16.0 +0.16.1