Skip to content

Commit 8106c8f

Browse files
committed
bump: 2.3.3
1 parent be9712c commit 8106c8f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.3.3](https://github.com/InseeFr/stromae-dsfr/releases/tag/2.3.3) - 2025-12-15
99

1010
### Fixed
1111

1212
- Fixed an accessibility issue with layout tables being incorrectly announced by screen readers. (Added `role="presentation"` to presentational tables.)
1313

14+
## [2.3.2](https://github.com/InseeFr/stromae-dsfr/releases/tag/2.3.2) - 2025-12-10
15+
16+
- Updated docker base image
17+
1418
## [2.3.1](https://github.com/InseeFr/stromae-dsfr/releases/tag/2.3.1) - 2025-12-10
1519

1620
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stromae-dsfr",
33
"private": true,
4-
"version": "2.3.2",
4+
"version": "2.3.3",
55
"type": "module",
66
"scripts": {
77
"prepare": "husky && vite-envs update-types",

src/vite-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ type ImportMetaEnv = {
2020
VITE_TELEMETRY_MAX_DELAY: string
2121
VITE_TELEMETRY_MAX_LENGTH: string
2222
VITE_MULTIMODE_ENABLED: string
23-
VITE_DOWNLOAD_DISABLED: string
2423
BASE_URL: string
2524
MODE: string
2625
DEV: boolean

0 commit comments

Comments
 (0)