Skip to content

Commit

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

### Bug Fixes

* **dashboard:** sanitize imports ([#530](#530)) ([a4fed0e](a4fed0e))
  • Loading branch information
SocialGroovyBot committed Mar 25, 2022
1 parent a4fed0e commit 86b16c4
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.8](https://github.com/SocialGouv/mano/compare/v1.79.7...v1.79.8) (2022-03-25)


### Bug Fixes

* **dashboard:** sanitize imports ([#530](https://github.com/SocialGouv/mano/issues/530)) ([a4fed0e](https://github.com/SocialGouv/mano/commit/a4fed0ea6b2c5b54cebbe93dba22166499ebcf00))

## [1.79.7](https://github.com/SocialGouv/mano/compare/v1.79.6...v1.79.7) (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.7",
"version": "1.79.8",
"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.7",
"version": "1.79.8",
"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.7",
"version": "1.79.8",
"private": true,
"engines": {
"npm": "please-use-yarn",
Expand Down

0 comments on commit 86b16c4

Please sign in to comment.