Skip to content

Commit

Permalink
chore(release): version 2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed Dec 27, 2023
1 parent fff0b48 commit ea3e0fd
Show file tree
Hide file tree
Showing 20 changed files with 93 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.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27)

### Bug Fixes

- algorithme de changement de position des thèmes ([#1204](https://github.com/SocialGouv/cdtn-admin/issues/1204)) ([8f1731b](https://github.com/SocialGouv/cdtn-admin/commit/8f1731bd9e8265e24f155939010b3c9c06e73432))
- **ci:** add test on ci for `@shared/utils` ([4e80943](https://github.com/SocialGouv/cdtn-admin/commit/4e809430518919dd8a81c237c646688d837197af))
- **informations:** desactivation de l'UI de création de page information sur `Contenu` ([#1208](https://github.com/SocialGouv/cdtn-admin/issues/1208)) ([3595ead](https://github.com/SocialGouv/cdtn-admin/commit/3595eadb075c073e2c0d0f195ba8f039c5b03d58))
- **ingester:** utilisation du flag active depuis kali_data ([#1200](https://github.com/SocialGouv/cdtn-admin/issues/1200)) ([aa428d7](https://github.com/SocialGouv/cdtn-admin/commit/aa428d7979ab9731ca7f86f6ac8dc4f716011b4f))

### Features

- **alert-cli:** ajout du support des fiche-sp au niveau des contributions ([#1205](https://github.com/SocialGouv/cdtn-admin/issues/1205)) ([add9832](https://github.com/SocialGouv/cdtn-admin/commit/add98324e06c3db9305b15c8d9c796ab8f94faa5))
- **contrib:** gestion des contrib sans CDT pour les génériques ([#1160](https://github.com/SocialGouv/cdtn-admin/issues/1160)) ([4e4dbaa](https://github.com/SocialGouv/cdtn-admin/commit/4e4dbaa3f90dc201da3f6bf9150b60c2e01147b0))
- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34))
- **meta:** désactivation des anciennes ccs de la métallurgie ([#1167](https://github.com/SocialGouv/cdtn-admin/issues/1167)) ([fff0b48](https://github.com/SocialGouv/cdtn-admin/commit/fff0b48e5c1e6a9f88a3b606dd5a72b3a0729675)), closes [#1157](https://github.com/SocialGouv/cdtn-admin/issues/1157) [#1197](https://github.com/SocialGouv/cdtn-admin/issues/1197)
- possibilité de publier des contributions même s'il y a des références vers des documents inexistants ([#1192](https://github.com/SocialGouv/cdtn-admin/issues/1192)) ([9971c83](https://github.com/SocialGouv/cdtn-admin/commit/9971c83d1f5d872d75595bfb524f6b02890e5856))

## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21)

### 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.28.4",
"version": "2.29.0",
"useWorkspaces": true
}
6 changes: 6 additions & 0 deletions shared/elasticsearch/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.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27)

### Features

- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34))

## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21)

**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.28.4",
"version": "2.29.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.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27)

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

## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21)

**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.28.4",
"version": "2.29.0",
"main": "index.js",
"private": true,
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions shared/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27)

### Features

- **alert-cli:** ajout du support des fiche-sp au niveau des contributions ([#1205](https://github.com/SocialGouv/cdtn-admin/issues/1205)) ([add9832](https://github.com/SocialGouv/cdtn-admin/commit/add98324e06c3db9305b15c8d9c796ab8f94faa5))
- **contrib:** gestion des contrib sans CDT pour les génériques ([#1160](https://github.com/SocialGouv/cdtn-admin/issues/1160)) ([4e4dbaa](https://github.com/SocialGouv/cdtn-admin/commit/4e4dbaa3f90dc201da3f6bf9150b60c2e01147b0))
- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34))

## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21)

**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.28.4",
"version": "2.29.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.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27)

### Features

- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34))

## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21)

**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.28.4",
"version": "2.29.0",
"dependencies": {
"@socialgouv/cdtn-sources": "^4.91.1",
"@socialgouv/cdtn-utils": "^4.109.0",
Expand Down
7 changes: 7 additions & 0 deletions targets/alert-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27)

### Features

- **alert-cli:** ajout du support des fiche-sp au niveau des contributions ([#1205](https://github.com/SocialGouv/cdtn-admin/issues/1205)) ([add9832](https://github.com/SocialGouv/cdtn-admin/commit/add98324e06c3db9305b15c8d9c796ab8f94faa5))
- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34))

## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21)

**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.28.4",
"version": "2.29.0",
"engines": {
"node": ">=20.0.2"
},
Expand Down
6 changes: 6 additions & 0 deletions targets/contributions/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.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27)

### Features

- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34))

## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21)

**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.28.4",
"version": "2.29.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions targets/export-elasticsearch/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.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27)

### Features

- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34))

## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21)

**Note:** Version bump only for package export-elasticsearch
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.28.4",
"version": "2.29.0",
"license": "MIT",
"description": "",
"main": "./build/index.js",
Expand Down
13 changes: 13 additions & 0 deletions targets/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.

# [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27)

### Bug Fixes

- **informations:** desactivation de l'UI de création de page information sur `Contenu` ([#1208](https://github.com/SocialGouv/cdtn-admin/issues/1208)) ([3595ead](https://github.com/SocialGouv/cdtn-admin/commit/3595eadb075c073e2c0d0f195ba8f039c5b03d58))

### Features

- **alert-cli:** ajout du support des fiche-sp au niveau des contributions ([#1205](https://github.com/SocialGouv/cdtn-admin/issues/1205)) ([add9832](https://github.com/SocialGouv/cdtn-admin/commit/add98324e06c3db9305b15c8d9c796ab8f94faa5))
- **contrib:** gestion des contrib sans CDT pour les génériques ([#1160](https://github.com/SocialGouv/cdtn-admin/issues/1160)) ([4e4dbaa](https://github.com/SocialGouv/cdtn-admin/commit/4e4dbaa3f90dc201da3f6bf9150b60c2e01147b0))
- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34))
- possibilité de publier des contributions même s'il y a des références vers des documents inexistants ([#1192](https://github.com/SocialGouv/cdtn-admin/issues/1192)) ([9971c83](https://github.com/SocialGouv/cdtn-admin/commit/9971c83d1f5d872d75595bfb524f6b02890e5856))

## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21)

**Note:** Version bump only for package frontend
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.28.4",
"version": "2.29.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.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27)

### Bug Fixes

- **ingester:** utilisation du flag active depuis kali_data ([#1200](https://github.com/SocialGouv/cdtn-admin/issues/1200)) ([aa428d7](https://github.com/SocialGouv/cdtn-admin/commit/aa428d7979ab9731ca7f86f6ac8dc4f716011b4f))

### Features

- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34))

## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21)

**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.28.4",
"version": "2.29.0",
"dependencies": {
"@shared/utils": "workspace:^",
"@socialgouv/cdtn-slugify": "4.52.1",
Expand Down

0 comments on commit ea3e0fd

Please sign in to comment.