Skip to content

Commit

Permalink
chore(release): version 1.79.0
Browse files Browse the repository at this point in the history
# [1.79.0](v1.78.2...v1.79.0) (2022-03-22)

### Features

* **api,dashboard:**  passages migration cherry picked ([#493](#493)) ([32b940e](32b940e))
  • Loading branch information
SocialGroovyBot committed Mar 22, 2022
1 parent 32b940e commit 279a700
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.0](https://github.com/SocialGouv/mano/compare/v1.78.2...v1.79.0) (2022-03-22)


### Features

* **api,dashboard:** passages migration cherry picked ([#493](https://github.com/SocialGouv/mano/issues/493)) ([32b940e](https://github.com/SocialGouv/mano/commit/32b940e7a10261a9cd20b0e05601b66f0970ac49))

## [1.78.2](https://github.com/SocialGouv/mano/compare/v1.78.1...v1.78.2) (2022-03-21)


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

0 comments on commit 279a700

Please sign in to comment.