Skip to content

Commit

Permalink
chore(release): version 1.83.0
Browse files Browse the repository at this point in the history
# [1.83.0](v1.82.0...v1.83.0) (2022-04-01)

### Bug Fixes

* **dashboard:** fix 566 ([3921130](3921130))

### Features

* **app:** update mobile version ([5367191](5367191))
  • Loading branch information
SocialGroovyBot committed Apr 1, 2022
1 parent 3921130 commit 38c2a2a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.83.0](https://github.com/SocialGouv/mano/compare/v1.82.0...v1.83.0) (2022-04-01)


### Bug Fixes

* **dashboard:** fix 566 ([3921130](https://github.com/SocialGouv/mano/commit/39211308b98f39612c57c1286d3e2d674eaf9465))


### Features

* **app:** update mobile version ([5367191](https://github.com/SocialGouv/mano/commit/53671912a4939829677e8ba17cbbafb9c57f8a78))

# [1.82.0](https://github.com/SocialGouv/mano/compare/v1.81.3...v1.82.0) (2022-04-01)


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

0 comments on commit 38c2a2a

Please sign in to comment.