Skip to content

Commit

Permalink
chore(release): version 1.79.5
Browse files Browse the repository at this point in the history
## [1.79.5](v1.79.4...v1.79.5) (2022-03-24)

### Bug Fixes

* **dashboard:** import crashed with team after [#487](#487) refactor ([14a2bae](14a2bae))
  • Loading branch information
SocialGroovyBot committed Mar 24, 2022
1 parent 14a2bae commit d72d525
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.79.5](https://github.com/SocialGouv/mano/compare/v1.79.4...v1.79.5) (2022-03-24)


### Bug Fixes

* **dashboard:** import crashed with team after [#487](https://github.com/SocialGouv/mano/issues/487) refactor ([14a2bae](https://github.com/SocialGouv/mano/commit/14a2baefbae53cafc6d9d13c6c792fa1e7c389e8))

## [1.79.4](https://github.com/SocialGouv/mano/compare/v1.79.3...v1.79.4) (2022-03-23)


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.79.4",
"version": "1.79.5",
"mobileAppVersion": "2.15.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.79.4",
"version": "1.79.5",
"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.79.4",
"version": "1.79.5",
"private": true,
"engines": {
"npm": "please-use-yarn",
Expand Down

0 comments on commit d72d525

Please sign in to comment.