Skip to content

Commit

Permalink
Merge pull request #735 from mission-apprentissage/develop
Browse files Browse the repository at this point in the history
next: v2.7.1
  • Loading branch information
antoinebigard authored May 19, 2022
2 parents 6c3e3cb + 12caef0 commit 85d900a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.7.1-beta.1](https://github.com/mission-apprentissage/cerfa/compare/v2.7.0...v2.7.1-beta.1) (2022-05-19)


### Bug Fixes

* rendre obligatoire le champ employeurSpecifique ([8d453c2](https://github.com/mission-apprentissage/cerfa/commit/8d453c2f548e8deb2d9cc4c8152a984162e90a87))

# [2.7.0](https://github.com/mission-apprentissage/cerfa/compare/v2.6.0...v2.7.0) (2022-05-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mna-cerfa",
"description": "[MNA] Générateur de Cerfa publique",
"repository": "https://github.com/mission-apprentissage/cerfa.git",
"version": "2.7.0",
"version": "2.7.1-beta.1",
"author": "MNA",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mna-cerfa-server",
"version": "2.7.0",
"version": "2.7.1-beta.1",
"description": "[MNA] Générateur Cerfa Serveer",
"repository": "https://github.com/mission-apprentissage/cerfa.git",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.7.1-beta.1](https://github.com/mission-apprentissage/cerfa/compare/v2.7.0...v2.7.1-beta.1) (2022-05-19)


### Bug Fixes

* rendre obligatoire le champ employeurSpecifique ([8d453c2](https://github.com/mission-apprentissage/cerfa/commit/8d453c2f548e8deb2d9cc4c8152a984162e90a87))

# [2.7.0](https://github.com/mission-apprentissage/cerfa/compare/v2.6.0...v2.7.0) (2022-05-19)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export const employerSchema = {
"employeur.typeEmployeur": {
required: true,
label: "Type d'employeur :",
requiredMessage: "le type d'employeur est obligatoire",
requiredMessage: "Le type d'employeur est obligatoire",
showInfo: true,
options: [
{
Expand Down Expand Up @@ -304,6 +304,7 @@ export const employerSchema = {
],
},
"employeur.employeurSpecifique": {
required: true,
label: "Est un employeur spécifique :",
options: [
{
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mna-cerfa-ui",
"description": "[MNA] Générateur de contrat d'apprentissage UI",
"repository": "https://github.com/mission-apprentissage/cerfa.git",
"version": "2.7.0",
"version": "2.7.1-beta.1",
"author": "MNA",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 85d900a

Please sign in to comment.