Skip to content

Commit

Permalink
chore(release): version 1.290.1
Browse files Browse the repository at this point in the history
## [1.290.1](v1.290.0...v1.290.1) (2023-11-06)

### Bug Fixes

* **dashboard:** l'ordre d'affichage de chaque champ dans les stats suit l'ordre avec lequel on a fait le paramétrage ([#1733](#1733)) ([1794bb8](1794bb8))
* **dashboard:** quand on supprime un choix d'une liste de champ, et qu'on annule, et qu'on va remodifier cette liste, le champ est toujours disparu alors qu'il devrait être là - c'est corrigé ([#1756](#1756)) ([3c6cfdc](3c6cfdc))
  • Loading branch information
SocialGroovyBot committed Nov 6, 2023
1 parent 1794bb8 commit e59e7bc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.290.1](https://github.com/SocialGouv/mano/compare/v1.290.0...v1.290.1) (2023-11-06)


### Bug Fixes

* **dashboard:** l'ordre d'affichage de chaque champ dans les stats suit l'ordre avec lequel on a fait le paramétrage ([#1733](https://github.com/SocialGouv/mano/issues/1733)) ([1794bb8](https://github.com/SocialGouv/mano/commit/1794bb8bd1e2691d638b263091108b2d5c1f4bc1))
* **dashboard:** quand on supprime un choix d'une liste de champ, et qu'on annule, et qu'on va remodifier cette liste, le champ est toujours disparu alors qu'il devrait être là - c'est corrigé ([#1756](https://github.com/SocialGouv/mano/issues/1756)) ([3c6cfdc](https://github.com/SocialGouv/mano/commit/3c6cfdccc72026b1c532d26cd42065003b5335a7))

# [1.290.0](https://github.com/SocialGouv/mano/compare/v1.289.31...v1.290.0) (2023-11-06)


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.290.0",
"version": "1.290.1",
"mobileAppVersion": "2.37.5",
"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.290.0",
"version": "1.290.1",
"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.290.0",
"version": "1.290.1",
"mobileAppVersion": "2.37.5",
"private": true,
"engines": {
Expand Down

0 comments on commit e59e7bc

Please sign in to comment.