Skip to content

Commit

Permalink
chore(release): version 2.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed Mar 4, 2024
1 parent b419f18 commit 4e47514
Show file tree
Hide file tree
Showing 20 changed files with 91 additions and 10 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.35.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.4...v2.35.0) (2024-03-04)

### Bug Fixes

- **export:** affichage du nombre de documents mis à jour ([#1295](https://github.com/SocialGouv/cdtn-admin/issues/1295)) ([684db49](https://github.com/SocialGouv/cdtn-admin/commit/684db49b2a6022e8747156ab60a06d14e1121988))
- **export:** améliorer un message d'erreur lors de l'export des contributions ([#1304](https://github.com/SocialGouv/cdtn-admin/issues/1304)) ([a066a9b](https://github.com/SocialGouv/cdtn-admin/commit/a066a9bce023e3b56dad718bcfd05f71bc38f566))
- **information:** supprimer le document associé au contenu ([#1307](https://github.com/SocialGouv/cdtn-admin/issues/1307)) ([4914239](https://github.com/SocialGouv/cdtn-admin/commit/49142399063e15d61f09cf8c5b32dc9fdc61ef37))
- **MEP:** ajout des nouvelles contribs dans les liste des documents affichés dans la popup quand on lance une MEP ([#1274](https://github.com/SocialGouv/cdtn-admin/issues/1274)) ([4693535](https://github.com/SocialGouv/cdtn-admin/commit/4693535ee5248c336cf197e05287d2b00256dc48))
- **refacto:** remove un-needed frontend component Inline ([#1299](https://github.com/SocialGouv/cdtn-admin/issues/1299)) ([cd6ed47](https://github.com/SocialGouv/cdtn-admin/commit/cd6ed4731fc864bc1feda59518041056ee7e7739))

### Features

- **agreements:** export des conventions collectives sur azure ([#1280](https://github.com/SocialGouv/cdtn-admin/issues/1280)) ([4a092d8](https://github.com/SocialGouv/cdtn-admin/commit/4a092d85513b0df83b057b384a44059cced4d793))
- **agreement:** supprimer une convention collective ([#1306](https://github.com/SocialGouv/cdtn-admin/issues/1306)) ([43e5981](https://github.com/SocialGouv/cdtn-admin/commit/43e59815501414d0f7218d34a64ed4aaeaf4e6b7))
- implementation message cc non etendue ([#1300](https://github.com/SocialGouv/cdtn-admin/issues/1300)) ([b419f18](https://github.com/SocialGouv/cdtn-admin/commit/b419f1865fefe3c1603675e938a46843622964ac)), closes [#1305](https://github.com/SocialGouv/cdtn-admin/issues/1305)
- **ingester:** garder la même url des fiches-sp et fiches-mt si le titre change ([#1294](https://github.com/SocialGouv/cdtn-admin/issues/1294)) ([040c9dd](https://github.com/SocialGouv/cdtn-admin/commit/040c9dda622b62e0b48fc31a9f7e87d99a8dc545))

## [2.34.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.3...v2.34.4) (2024-02-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
}
},
"npmClient": "yarn",
"version": "2.34.4",
"version": "2.35.0",
"useWorkspaces": true
}
4 changes: 4 additions & 0 deletions shared/elasticsearch/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.

# [2.35.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.4...v2.35.0) (2024-03-04)

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

## [2.34.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.3...v2.34.4) (2024-02-19)

**Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion shared/elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/cdtn-elasticsearch",
"description": "SocialGouv - Code du travail numerique - Infrastructure - Elasticsearch",
"version": "2.34.4",
"version": "2.35.0",
"babel": {
"plugins": [
"@babel/plugin-transform-modules-commonjs"
Expand Down
4 changes: 4 additions & 0 deletions shared/eslint-config/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.

# [2.35.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.4...v2.35.0) (2024-03-04)

**Note:** Version bump only for package @shared/eslint-config

## [2.34.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.3...v2.34.4) (2024-02-19)

**Note:** Version bump only for package @shared/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion shared/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/eslint-config",
"version": "2.34.4",
"version": "2.35.0",
"main": "index.js",
"private": true,
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions shared/types/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.

# [2.35.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.4...v2.35.0) (2024-03-04)

### Features

- implementation message cc non etendue ([#1300](https://github.com/SocialGouv/cdtn-admin/issues/1300)) ([b419f18](https://github.com/SocialGouv/cdtn-admin/commit/b419f1865fefe3c1603675e938a46843622964ac)), closes [#1305](https://github.com/SocialGouv/cdtn-admin/issues/1305)

## [2.34.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.3...v2.34.4) (2024-02-19)

**Note:** Version bump only for package @shared/types
Expand Down
2 changes: 1 addition & 1 deletion shared/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/types",
"version": "2.34.4",
"version": "2.35.0",
"private": true,
"main": "build/index.js",
"module": "build/index.js",
Expand Down
6 changes: 6 additions & 0 deletions shared/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.

# [2.35.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.4...v2.35.0) (2024-03-04)

### Bug Fixes

- **export:** affichage du nombre de documents mis à jour ([#1295](https://github.com/SocialGouv/cdtn-admin/issues/1295)) ([684db49](https://github.com/SocialGouv/cdtn-admin/commit/684db49b2a6022e8747156ab60a06d14e1121988))

## [2.34.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.3...v2.34.4) (2024-02-19)

**Note:** Version bump only for package @shared/utils
Expand Down
2 changes: 1 addition & 1 deletion shared/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/utils",
"version": "2.34.4",
"version": "2.35.0",
"dependencies": {
"@socialgouv/cdtn-sources": "^4.91.1",
"@socialgouv/cdtn-utils": "^4.109.0",
Expand Down
4 changes: 4 additions & 0 deletions targets/alert-cli/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.

# [2.35.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.4...v2.35.0) (2024-03-04)

**Note:** Version bump only for package alert-cli

## [2.34.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.3...v2.34.4) (2024-02-19)

**Note:** Version bump only for package alert-cli
Expand Down
2 changes: 1 addition & 1 deletion targets/alert-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alert-cli",
"version": "2.34.4",
"version": "2.35.0",
"engines": {
"node": ">=20.0.2"
},
Expand Down
4 changes: 4 additions & 0 deletions targets/contributions/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.

# [2.35.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.4...v2.35.0) (2024-03-04)

**Note:** Version bump only for package @socialgouv/contibutions

## [2.34.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.3...v2.34.4) (2024-02-19)

**Note:** Version bump only for package @socialgouv/contibutions
Expand Down
2 changes: 1 addition & 1 deletion targets/contributions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/contibutions",
"description": "Application de contributions aux données du code du travail numérique.",
"version": "2.34.4",
"version": "2.35.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions targets/export-elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.35.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.4...v2.35.0) (2024-03-04)

### Bug Fixes

- **export:** améliorer un message d'erreur lors de l'export des contributions ([#1304](https://github.com/SocialGouv/cdtn-admin/issues/1304)) ([a066a9b](https://github.com/SocialGouv/cdtn-admin/commit/a066a9bce023e3b56dad718bcfd05f71bc38f566))
- **MEP:** ajout des nouvelles contribs dans les liste des documents affichés dans la popup quand on lance une MEP ([#1274](https://github.com/SocialGouv/cdtn-admin/issues/1274)) ([4693535](https://github.com/SocialGouv/cdtn-admin/commit/4693535ee5248c336cf197e05287d2b00256dc48))

### Features

- **agreements:** export des conventions collectives sur azure ([#1280](https://github.com/SocialGouv/cdtn-admin/issues/1280)) ([4a092d8](https://github.com/SocialGouv/cdtn-admin/commit/4a092d85513b0df83b057b384a44059cced4d793))
- implementation message cc non etendue ([#1300](https://github.com/SocialGouv/cdtn-admin/issues/1300)) ([b419f18](https://github.com/SocialGouv/cdtn-admin/commit/b419f1865fefe3c1603675e938a46843622964ac)), closes [#1305](https://github.com/SocialGouv/cdtn-admin/issues/1305)

## [2.34.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.3...v2.34.4) (2024-02-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion targets/export-elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "export-elasticsearch",
"version": "2.34.4",
"version": "2.35.0",
"license": "MIT",
"description": "",
"main": "./build/index.js",
Expand Down
14 changes: 14 additions & 0 deletions targets/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.35.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.4...v2.35.0) (2024-03-04)

### Bug Fixes

- **export:** affichage du nombre de documents mis à jour ([#1295](https://github.com/SocialGouv/cdtn-admin/issues/1295)) ([684db49](https://github.com/SocialGouv/cdtn-admin/commit/684db49b2a6022e8747156ab60a06d14e1121988))
- **information:** supprimer le document associé au contenu ([#1307](https://github.com/SocialGouv/cdtn-admin/issues/1307)) ([4914239](https://github.com/SocialGouv/cdtn-admin/commit/49142399063e15d61f09cf8c5b32dc9fdc61ef37))
- **MEP:** ajout des nouvelles contribs dans les liste des documents affichés dans la popup quand on lance une MEP ([#1274](https://github.com/SocialGouv/cdtn-admin/issues/1274)) ([4693535](https://github.com/SocialGouv/cdtn-admin/commit/4693535ee5248c336cf197e05287d2b00256dc48))
- **refacto:** remove un-needed frontend component Inline ([#1299](https://github.com/SocialGouv/cdtn-admin/issues/1299)) ([cd6ed47](https://github.com/SocialGouv/cdtn-admin/commit/cd6ed4731fc864bc1feda59518041056ee7e7739))

### Features

- **agreement:** supprimer une convention collective ([#1306](https://github.com/SocialGouv/cdtn-admin/issues/1306)) ([43e5981](https://github.com/SocialGouv/cdtn-admin/commit/43e59815501414d0f7218d34a64ed4aaeaf4e6b7))
- implementation message cc non etendue ([#1300](https://github.com/SocialGouv/cdtn-admin/issues/1300)) ([b419f18](https://github.com/SocialGouv/cdtn-admin/commit/b419f1865fefe3c1603675e938a46843622964ac)), closes [#1305](https://github.com/SocialGouv/cdtn-admin/issues/1305)

## [2.34.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.3...v2.34.4) (2024-02-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion targets/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "2.34.4",
"version": "2.35.0",
"dependencies": {
"@azure/abort-controller": "^1.0.4",
"@azure/storage-blob": "^12.7.0",
Expand Down
10 changes: 10 additions & 0 deletions targets/ingester/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.35.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.4...v2.35.0) (2024-03-04)

### Bug Fixes

- **MEP:** ajout des nouvelles contribs dans les liste des documents affichés dans la popup quand on lance une MEP ([#1274](https://github.com/SocialGouv/cdtn-admin/issues/1274)) ([4693535](https://github.com/SocialGouv/cdtn-admin/commit/4693535ee5248c336cf197e05287d2b00256dc48))

### Features

- **ingester:** garder la même url des fiches-sp et fiches-mt si le titre change ([#1294](https://github.com/SocialGouv/cdtn-admin/issues/1294)) ([040c9dd](https://github.com/SocialGouv/cdtn-admin/commit/040c9dda622b62e0b48fc31a9f7e87d99a8dc545))

## [2.34.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.34.3...v2.34.4) (2024-02-19)

**Note:** Version bump only for package ingester
Expand Down
2 changes: 1 addition & 1 deletion targets/ingester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ingester",
"version": "2.34.4",
"version": "2.35.0",
"dependencies": {
"@shared/utils": "workspace:^",
"@socialgouv/cdtn-slugify": "4.52.1",
Expand Down

0 comments on commit 4e47514

Please sign in to comment.