Skip to content

Commit

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

### Bug Fixes

* **api:** trigger api release ([31d35df](31d35df))
* **app,dashboard,api:** remove ability to PUT createdAt of comment ([#503](#503)) ([dfde586](dfde586))
* **dashboard:** editingField may exist but not have options ([15a6dd5](15a6dd5))
* migrations not activated yet in app ([#529](#529)) ([c5cb5bd](c5cb5bd))
  • Loading branch information
SocialGroovyBot committed Mar 24, 2022
1 parent 31d35df commit 4a7be1a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.79.7](https://github.com/SocialGouv/mano/compare/v1.79.6...v1.79.7) (2022-03-24)


### Bug Fixes

* **api:** trigger api release ([31d35df](https://github.com/SocialGouv/mano/commit/31d35dffc1beffe7dd6f5db29b227c852a898534))
* **app,dashboard,api:** remove ability to PUT createdAt of comment ([#503](https://github.com/SocialGouv/mano/issues/503)) ([dfde586](https://github.com/SocialGouv/mano/commit/dfde586bb068188cae984714fff2a9443787950a))
* **dashboard:** editingField may exist but not have options ([15a6dd5](https://github.com/SocialGouv/mano/commit/15a6dd582ed99aa6321875e19511423f4ee78a81))
* migrations not activated yet in app ([#529](https://github.com/SocialGouv/mano/issues/529)) ([c5cb5bd](https://github.com/SocialGouv/mano/commit/c5cb5bd5f8c28fb196e2e6c357f55c8b59771442))

## [1.79.6](https://github.com/SocialGouv/mano/compare/v1.79.5...v1.79.6) (2022-03-24)


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

0 comments on commit 4a7be1a

Please sign in to comment.