From 963356edb0ea93fd13d253c9544d0fbdfccd6e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= <105802444+kilted-andres@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:15:24 +0200 Subject: [PATCH] chore: set sporran version to 2024.9.10 (#2653) --- src/components/Settings/__snapshots__/Settings.test.tsx.snap | 4 ++-- src/configuration/configuration.ts | 2 +- src/static/manifest.json | 2 +- .../GenericError/__snapshots__/GenericError.test.tsx.snap | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Settings/__snapshots__/Settings.test.tsx.snap b/src/components/Settings/__snapshots__/Settings.test.tsx.snap index a94418eb1..00c5e005b 100644 --- a/src/components/Settings/__snapshots__/Settings.test.tsx.snap +++ b/src/components/Settings/__snapshots__/Settings.test.tsx.snap @@ -115,7 +115,7 @@ exports[`Settings menu should be visible when menu button clicked 1`] = ` role="menuitem" tabindex="-1" > - Version 2024.9.3 + Version 2024.9.10 @@ -225,7 +225,7 @@ exports[`Settings should render the endpoint item in the internal build 1`] = ` role="menuitem" tabindex="-1" > - Version 2024.9.3 + Version 2024.9.10 diff --git a/src/configuration/configuration.ts b/src/configuration/configuration.ts index 263ba7acb..24a85bda7 100644 --- a/src/configuration/configuration.ts +++ b/src/configuration/configuration.ts @@ -25,7 +25,7 @@ export const internalFeatures: Features = { // Duplicates the value in src/static/manifest.json // We can’t use browser.runtime.getManifest().version, as it’s unavailable in injected scripts -const version = '2024.9.3'; +const version = '2024.9.10'; export const configuration: ConfigurationType = { version, diff --git a/src/static/manifest.json b/src/static/manifest.json index 5a59d7275..8172488eb 100644 --- a/src/static/manifest.json +++ b/src/static/manifest.json @@ -3,7 +3,7 @@ "name": "__MSG_manifest_name__", "short_name": "__MSG_manifest_short_name__", "description": "__MSG_manifest_description__", - "version": "2024.9.3", + "version": "2024.9.10", "default_locale": "en", "action": { "default_icon": { diff --git a/src/views/GenericError/__snapshots__/GenericError.test.tsx.snap b/src/views/GenericError/__snapshots__/GenericError.test.tsx.snap index 56eb63d6e..29fd35707 100644 --- a/src/views/GenericError/__snapshots__/GenericError.test.tsx.snap +++ b/src/views/GenericError/__snapshots__/GenericError.test.tsx.snap @@ -30,7 +30,7 @@ exports[`GenericError should render generic error when an error happens 1`] = ` class="details" readonly="" > - Sporran@2024.9.3 + Sporran@2024.9.10 Testing GenericError