From a9759edcca926320db4de5b11af8d3d575f2dac1 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 9 Jul 2024 08:04:39 +1000 Subject: [PATCH] Fixes for react build --- .github/workflows/react_release.yml | 1 + VERSION.txt | 2 +- config/ninja.php | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/react_release.yml b/.github/workflows/react_release.yml index bce78bb249..c4d6f63994 100644 --- a/.github/workflows/react_release.yml +++ b/.github/workflows/react_release.yml @@ -44,6 +44,7 @@ jobs: git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/ui.git cd ui git checkout develop + cp .env.example .env cp ../vite.config.ts.react ./vite.config.js npm i npm run build diff --git a/VERSION.txt b/VERSION.txt index a16dcb354a..d591e33ef3 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.10.5 \ No newline at end of file +5.10.6 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index e77809a3f4..889fffe9fc 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -17,8 +17,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'), - 'app_version' => env('APP_VERSION', '5.10.5'), - 'app_tag' => env('APP_TAG', '5.10.5'), + 'app_version' => env('APP_VERSION', '5.10.6'), + 'app_tag' => env('APP_TAG', '5.10.6'), 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', false),