Skip to content

Commit

Permalink
chore(release): version 1.289.0
Browse files Browse the repository at this point in the history
# [1.289.0](v1.288.5...v1.289.0) (2023-10-10)

### Features

* **dashboard:** person list ([#1682](#1682)) ([342716c](342716c))
  • Loading branch information
SocialGroovyBot committed Oct 10, 2023
1 parent 342716c commit 2cb3513
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.289.0](https://github.com/SocialGouv/mano/compare/v1.288.5...v1.289.0) (2023-10-10)


### Features

* **dashboard:** person list ([#1682](https://github.com/SocialGouv/mano/issues/1682)) ([342716c](https://github.com/SocialGouv/mano/commit/342716c0dc4a46a6573695449410d83274697690))

## [1.288.5](https://github.com/SocialGouv/mano/compare/v1.288.4...v1.288.5) (2023-10-10)


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.288.5",
"version": "1.289.0",
"mobileAppVersion": "2.37.2",
"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.288.5",
"version": "1.289.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": "website",
"version": "1.288.5",
"version": "1.289.0",
"mobileAppVersion": "2.37.2",
"private": true,
"engines": {
Expand Down

0 comments on commit 2cb3513

Please sign in to comment.