Skip to content

Commit

Permalink
chore(release): version 1.304.3
Browse files Browse the repository at this point in the history
## [1.304.3](v1.304.2...v1.304.3) (2024-02-08)

### Bug Fixes

* stats évolutives - on gère les cas 0 et infini + bug fix du multi-choix 'Non renseigné' ([a7c38b2](a7c38b2))
  • Loading branch information
SocialGroovyBot committed Feb 8, 2024
1 parent a7c38b2 commit 9c4affd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.304.3](https://github.com/SocialGouv/mano/compare/v1.304.2...v1.304.3) (2024-02-08)


### Bug Fixes

* stats évolutives - on gère les cas 0 et infini + bug fix du multi-choix 'Non renseigné' ([a7c38b2](https://github.com/SocialGouv/mano/commit/a7c38b2cbab29c3cbc1692854c86d21d2548d695))

## [1.304.2](https://github.com/SocialGouv/mano/compare/v1.304.1...v1.304.2) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api_mano",
"version": "1.304.2",
"version": "1.304.3",
"mobileAppVersion": "2.38.0",
"description": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "1.304.2",
"version": "1.304.3",
"private": true,
"dependencies": {
"@babel/runtime": "^7.14.5",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.304.2",
"version": "1.304.3",
"mobileAppVersion": "2.38.0",
"private": true,
"engines": {
Expand Down

0 comments on commit 9c4affd

Please sign in to comment.