From 3cdacdaeb9eb840b5c7c618dbe7fdac28921f97e Mon Sep 17 00:00:00 2001 From: dukebody Date: Wed, 2 Sep 2026 07:22:58 +0200 Subject: [PATCH 1/2] fix: update silver tier number --- src/i18n/sponsors/ca.ts | 2 +- src/i18n/sponsors/en.ts | 2 +- src/i18n/sponsors/es.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/sponsors/ca.ts b/src/i18n/sponsors/ca.ts index 470ee64..e705530 100644 --- a/src/i18n/sponsors/ca.ts +++ b/src/i18n/sponsors/ca.ts @@ -219,7 +219,7 @@ export const ca = { emoji: '⚪', iconName: 'silver', price: 'Preu 3.000€', - limit: '7 disp.', + limit: '4 disp.', bg: 'rgba(107, 114, 128, 0.1)', }, { diff --git a/src/i18n/sponsors/en.ts b/src/i18n/sponsors/en.ts index 234cea3..f0b3771 100644 --- a/src/i18n/sponsors/en.ts +++ b/src/i18n/sponsors/en.ts @@ -223,7 +223,7 @@ export const en = { emoji: '⚪', iconName: 'silver', price: 'Price €3,000', - limit: '7 avail.', + limit: '4 avail.', bg: 'rgba(107, 114, 128, 0.1)', }, { diff --git a/src/i18n/sponsors/es.ts b/src/i18n/sponsors/es.ts index a9a7a24..e530d36 100644 --- a/src/i18n/sponsors/es.ts +++ b/src/i18n/sponsors/es.ts @@ -239,7 +239,7 @@ export const es = { emoji: '⚪', iconName: 'silver', price: 'Precio 3.000€', - limit: '7 disp.', + limit: '4 disp.', bg: 'rgba(107, 114, 128, 0.1)', }, { From 6af56ea8c0970f99c15d86b0d508aba60e09558b Mon Sep 17 00:00:00 2001 From: itziarZG Date: Wed, 2 Sep 2026 07:31:57 +0200 Subject: [PATCH 2/2] chore: update package json for release --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 898b870..fb276a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "2026.es.pycon.org", - "version": "1.17.9", + "version": "1.17.10", "description": "", "main": "index.js", "scripts": { @@ -61,4 +61,4 @@ "@commitlint/config-conventional" ] } -} +} \ No newline at end of file