Skip to content

Commit

Permalink
chore(release): version 1.85.9
Browse files Browse the repository at this point in the history
## [1.85.9](v1.85.8...v1.85.9) (2022-04-08)

### Bug Fixes

* **app:** display person name when create action for multiple users (use decrypted data) ([#582](#582)) ([529b5cd](529b5cd))
* **security:** empty key on mobile ([#583](#583)) ([9f68b7a](9f68b7a))
  • Loading branch information
SocialGroovyBot committed Apr 8, 2022
1 parent 9f68b7a commit 603f49c
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.85.9](https://github.com/SocialGouv/mano/compare/v1.85.8...v1.85.9) (2022-04-08)


### Bug Fixes

* **app:** display person name when create action for multiple users (use decrypted data) ([#582](https://github.com/SocialGouv/mano/issues/582)) ([529b5cd](https://github.com/SocialGouv/mano/commit/529b5cd08a426037ebe4adc96ede848612f031ee))
* **security:** empty key on mobile ([#583](https://github.com/SocialGouv/mano/issues/583)) ([9f68b7a](https://github.com/SocialGouv/mano/commit/9f68b7ac106ee8b9545ff0ab7f1c134d13ffc8a7))

## [1.85.8](https://github.com/SocialGouv/mano/compare/v1.85.7...v1.85.8) (2022-04-05)


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.85.8",
"version": "1.85.9",
"mobileAppVersion": "2.17.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.85.8",
"version": "1.85.9",
"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": "boilerplate",
"version": "1.85.8",
"version": "1.85.9",
"private": true,
"engines": {
"npm": "please-use-yarn",
Expand Down

0 comments on commit 603f49c

Please sign in to comment.