From 5f0a25e9f222fd01acf7944a9a215d628edc0243 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Mon, 16 Nov 2020 13:26:27 +0000 Subject: [PATCH] chore(release): version 2.3.3 ## [2.3.3](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.3.2...v2.3.3) (2020-11-16) ### Bug Fixes * **model:** returns invalid date if not present ([#85](https://github.com/SocialGouv/work-in-france-backoffice/issues/85)) ([474f401](https://github.com/SocialGouv/work-in-france-backoffice/commit/474f401ac8aaa85baf7e3b230d489eb6785bd1cf)) --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/api/CHANGELOG.md | 11 +++++++++++ packages/api/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f97b3968..8b11b8ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.3](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.3.2...v2.3.3) (2020-11-16) + + +### Bug Fixes + +* **model:** returns invalid date if not present ([#85](https://github.com/SocialGouv/work-in-france-backoffice/issues/85)) ([474f401](https://github.com/SocialGouv/work-in-france-backoffice/commit/474f401ac8aaa85baf7e3b230d489eb6785bd1cf)) + + + + + ## [2.3.2](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.3.1...v2.3.2) (2020-11-16) diff --git a/lerna.json b/lerna.json index b21c502e..9ea33a1c 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "2.3.2" + "version": "2.3.3" } diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index ee8b722d..a5926f46 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.3](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.3.2...v2.3.3) (2020-11-16) + + +### Bug Fixes + +* **model:** returns invalid date if not present ([#85](https://github.com/SocialGouv/work-in-france-backoffice/issues/85)) ([474f401](https://github.com/SocialGouv/work-in-france-backoffice/commit/474f401ac8aaa85baf7e3b230d489eb6785bd1cf)) + + + + + ## [2.3.2](https://github.com/SocialGouv/work-in-france-backoffice/compare/v2.3.1...v2.3.2) (2020-11-16) **Note:** Version bump only for package api diff --git a/packages/api/package.json b/packages/api/package.json index 6f01a130..78e600a4 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "2.3.2", + "version": "2.3.3", "main": "index.js", "author": "Incubateur des Ministères Sociaux (https://incubateur.social.gouv.fr)", "license": "Apache-2.0",