Skip to content

Commit

Permalink
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.292.1](https://github.com/SocialGouv/mano/compare/v1.292.0...v1.292.1) (2023-11-07)


### Bug Fixes

* yarn berry + fetch + docker opti ([#1735](https://github.com/SocialGouv/mano/issues/1735)) ([2e386c7](https://github.com/SocialGouv/mano/commit/2e386c781d394263888f81d7c81118abf93bbe7f))

# [1.292.0](https://github.com/SocialGouv/mano/compare/v1.291.0...v1.292.0) (2023-11-06)


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.292.0",
"version": "1.292.1",
"mobileAppVersion": "2.37.5",
"description": "",
"main": "index.js",
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.292.0",
"version": "1.292.1",
"private": true,
"dependencies": {
"@babel/runtime": "^7.14.5",
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.292.0",
"version": "1.292.1",
"mobileAppVersion": "2.37.5",
"private": true,
"engines": {

0 comments on commit 067dc71

Please sign in to comment.