Skip to content

Commit

Permalink
chore(release): version 4.137.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed May 14, 2024
1 parent 2ce43dd commit 82db7d7
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.137.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.136.1...v4.137.0) (2024-05-14)

### Bug Fixes

- **images:** optimisation des images pendant build ([#5870](https://github.com/SocialGouv/code-du-travail-numerique/issues/5870)) ([ef68e5b](https://github.com/SocialGouv/code-du-travail-numerique/commit/ef68e5b5201145f68a99deb29ffec3f379d85a79))
- **search-cc:** erreur 404 à la sélection d'une entreprise ([#5878](https://github.com/SocialGouv/code-du-travail-numerique/issues/5878)) ([2ce43dd](https://github.com/SocialGouv/code-du-travail-numerique/commit/2ce43dd0edf53e253e6ef5b3d40faa0539115fb9))

### Features

- **package.json:** upgrade `next` + `cypress` ([#5862](https://github.com/SocialGouv/code-du-travail-numerique/issues/5862)) ([aa2f454](https://github.com/SocialGouv/code-du-travail-numerique/commit/aa2f454e2fa0cf641a55c80d44681eb45d368f9d))
- **sentry:** upgrade sentry + ajout de logs sur l'IL ([#5869](https://github.com/SocialGouv/code-du-travail-numerique/issues/5869)) ([549b361](https://github.com/SocialGouv/code-du-travail-numerique/commit/549b36182eff26774d79bc0b001183e10b24c14b))
- **types:** synchronisation des types au niveau de l'admin ([#5826](https://github.com/SocialGouv/code-du-travail-numerique/issues/5826)) ([f878be3](https://github.com/SocialGouv/code-du-travail-numerique/commit/f878be338415f4cd86489dd7a57a0ecaf1140de6))

## [4.136.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.136.0...v4.136.1) (2024-05-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.136.1"
"version": "4.137.0"
}
13 changes: 13 additions & 0 deletions packages/code-du-travail-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.137.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.136.1...v4.137.0) (2024-05-14)

### Bug Fixes

- **images:** optimisation des images pendant build ([#5870](https://github.com/SocialGouv/code-du-travail-numerique/issues/5870)) ([ef68e5b](https://github.com/SocialGouv/code-du-travail-numerique/commit/ef68e5b5201145f68a99deb29ffec3f379d85a79))
- **search-cc:** erreur 404 à la sélection d'une entreprise ([#5878](https://github.com/SocialGouv/code-du-travail-numerique/issues/5878)) ([2ce43dd](https://github.com/SocialGouv/code-du-travail-numerique/commit/2ce43dd0edf53e253e6ef5b3d40faa0539115fb9))

### Features

- **package.json:** upgrade `next` + `cypress` ([#5862](https://github.com/SocialGouv/code-du-travail-numerique/issues/5862)) ([aa2f454](https://github.com/SocialGouv/code-du-travail-numerique/commit/aa2f454e2fa0cf641a55c80d44681eb45d368f9d))
- **sentry:** upgrade sentry + ajout de logs sur l'IL ([#5869](https://github.com/SocialGouv/code-du-travail-numerique/issues/5869)) ([549b361](https://github.com/SocialGouv/code-du-travail-numerique/commit/549b36182eff26774d79bc0b001183e10b24c14b))
- **types:** synchronisation des types au niveau de l'admin ([#5826](https://github.com/SocialGouv/code-du-travail-numerique/issues/5826)) ([f878be3](https://github.com/SocialGouv/code-du-travail-numerique/commit/f878be338415f4cd86489dd7a57a0ecaf1140de6))

## [4.136.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.136.0...v4.136.1) (2024-05-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/code-du-travail-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdt/frontend",
"version": "4.136.1",
"version": "4.137.0",
"description": "Code du travail frontend",
"private": true,
"homepage": "https://code-du-travail.beta.gouv.fr/",
Expand Down
4 changes: 4 additions & 0 deletions packages/code-du-travail-modeles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.137.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.136.1...v4.137.0) (2024-05-14)

**Note:** Version bump only for package @socialgouv/modeles-social

## [4.136.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.136.0...v4.136.1) (2024-05-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/code-du-travail-modeles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"version": "4.136.1",
"version": "4.137.0",
"description": "Les règles publicodes des simulateurs de code du travail numérique",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/code-du-travail-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.137.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.136.1...v4.137.0) (2024-05-14)

### Features

- **types:** synchronisation des types au niveau de l'admin ([#5826](https://github.com/SocialGouv/code-du-travail-numerique/issues/5826)) ([f878be3](https://github.com/SocialGouv/code-du-travail-numerique/commit/f878be338415f4cd86489dd7a57a0ecaf1140de6))

## [4.136.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.136.0...v4.136.1) (2024-05-07)

**Note:** Version bump only for package @socialgouv/cdtn-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/code-du-travail-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"version": "4.136.1",
"version": "4.137.0",
"main": "build/index.js",
"module": "build/index.js",
"types": "build/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.137.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.136.1...v4.137.0) (2024-05-14)

**Note:** Version bump only for package @socialgouv/cdtn-ui

## [4.136.1](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.136.0...v4.136.1) (2024-05-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"version": "4.136.1",
"version": "4.137.0",
"description": "Composants ReactJS",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 82db7d7

Please sign in to comment.