Skip to content

Commit

Permalink
chore(release): version 1.293.4
Browse files Browse the repository at this point in the history
## [1.293.4](v1.293.3...v1.293.4) (2023-11-13)

### Bug Fixes

* **api,dashboard:** déploiement du dashboard avant l'api pour éviter que la bannière 'Rafraichissez svp' ne soit inutile ([#1761](#1761)) ([0da83b4](0da83b4))
* **dashboard:** rajout du bouton Rafraichir ([#1760](#1760)) ([07eeacb](07eeacb))
  • Loading branch information
SocialGroovyBot committed Nov 13, 2023
1 parent 07eeacb commit cc93fd5
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.293.4](https://github.com/SocialGouv/mano/compare/v1.293.3...v1.293.4) (2023-11-13)


### Bug Fixes

* **api,dashboard:** déploiement du dashboard avant l'api pour éviter que la bannière 'Rafraichissez svp' ne soit inutile ([#1761](https://github.com/SocialGouv/mano/issues/1761)) ([0da83b4](https://github.com/SocialGouv/mano/commit/0da83b45825bbcac0c1e4b259fb3b4b8fbfc057e))
* **dashboard:** rajout du bouton Rafraichir ([#1760](https://github.com/SocialGouv/mano/issues/1760)) ([07eeacb](https://github.com/SocialGouv/mano/commit/07eeacbada948185c52d6115c717735b35e96f84))

## [1.293.3](https://github.com/SocialGouv/mano/compare/v1.293.2...v1.293.3) (2023-11-13)


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

0 comments on commit cc93fd5

Please sign in to comment.