Skip to content

Commit 1a2f13f

Browse files
πŸ”–(minor) bump release version 1.2.0
1 parent 6d4c837 commit 1a2f13f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.0] - 2026-02-06
11+
12+
### Added
13+
14+
- Count badge on list headers
15+
- Automatically assign filtered members and labels to created cards
16+
- Display all activities by default and make them hideable
17+
18+
### Fixed
19+
20+
- Various interactions on the card modal
21+
22+
### Changed
23+
24+
- UI kit fixes
25+
1026
## [1.1.0] - 2026-02-03
1127

1228
### Added

β€Žclient/src/version.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.1.0';
1+
export default '1.2.0';

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "st-projects",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"homepage": "https://projets.suite.anct.gouv.fr/",
66
"license": "AGPL-3.0",

0 commit comments

Comments
Β (0)