Skip to content

Commit

Permalink
chore(release): version 1.76.0
Browse files Browse the repository at this point in the history
# [1.76.0](v1.75.0...v1.76.0) (2022-03-17)

### Features

* **dashboard:** warning before delete person ([#491](#491)) ([4617e05](4617e05))
  • Loading branch information
SocialGroovyBot committed Mar 17, 2022
1 parent b7c4ddc commit aa4b25e
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.76.0](https://github.com/SocialGouv/mano/compare/v1.75.0...v1.76.0) (2022-03-17)


### Features

* **dashboard:** warning before delete person ([#491](https://github.com/SocialGouv/mano/issues/491)) ([4617e05](https://github.com/SocialGouv/mano/commit/4617e053211ba7d88647d0dc324c916f95313e72))

# [1.75.0](https://github.com/SocialGouv/mano/compare/v1.74.0...v1.75.0) (2022-03-17)


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.75.0",
"version": "1.76.0",
"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.75.0",
"version": "1.76.0",
"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.75.0",
"version": "1.76.0",
"private": true,
"engines": {
"npm": "please-use-yarn",
Expand Down

0 comments on commit aa4b25e

Please sign in to comment.