Skip to content

Commit

Permalink
chore(release): version 2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed Jan 18, 2024
1 parent f0de3af commit 27ed268
Show file tree
Hide file tree
Showing 20 changed files with 68 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.31.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.3...v2.31.0) (2024-01-18)

### Bug Fixes

- **contributions:** desactive la logique sur les CCs qui ne prévoit rien qui renvoie vers le CDT qui prévoit rien ([#1230](https://github.com/SocialGouv/cdtn-admin/issues/1230)) ([85b4e72](https://github.com/SocialGouv/cdtn-admin/commit/85b4e72e91f28498fe3b29da81d6dd610294b71f))
- **glossaire:** ignore les headings dans le glossaire ([#1235](https://github.com/SocialGouv/cdtn-admin/issues/1235)) ([f0de3af](https://github.com/SocialGouv/cdtn-admin/commit/f0de3af92c845e71c476046f455c626fb70ef6ae))

### Features

- **contributions:** affichage de l'input `fiche-sp` et `generic_ne_prevoit_rien` que si les valeurs du switchs sont les bonnes ([#1228](https://github.com/SocialGouv/cdtn-admin/issues/1228)) ([4e6afeb](https://github.com/SocialGouv/cdtn-admin/commit/4e6afebc1b47d6a083dd0aae1937c81f58a4a953))

## [2.30.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.2...v2.30.3) (2024-01-11)

### 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.30.3",
"version": "2.31.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.31.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.3...v2.31.0) (2024-01-18)

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

## [2.30.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.2...v2.30.3) (2024-01-11)

**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.30.3",
"version": "2.31.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.31.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.3...v2.31.0) (2024-01-18)

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

## [2.30.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.2...v2.30.3) (2024-01-11)

**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.30.3",
"version": "2.31.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.31.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.3...v2.31.0) (2024-01-18)

### Bug Fixes

- **contributions:** desactive la logique sur les CCs qui ne prévoit rien qui renvoie vers le CDT qui prévoit rien ([#1230](https://github.com/SocialGouv/cdtn-admin/issues/1230)) ([85b4e72](https://github.com/SocialGouv/cdtn-admin/commit/85b4e72e91f28498fe3b29da81d6dd610294b71f))

## [2.30.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.2...v2.30.3) (2024-01-11)

**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.30.3",
"version": "2.31.0",
"private": true,
"main": "build/index.js",
"module": "build/index.js",
Expand Down
4 changes: 4 additions & 0 deletions shared/utils/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.31.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.3...v2.31.0) (2024-01-18)

**Note:** Version bump only for package @shared/utils

## [2.30.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.2...v2.30.3) (2024-01-11)

**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.30.3",
"version": "2.31.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.31.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.3...v2.31.0) (2024-01-18)

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

## [2.30.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.2...v2.30.3) (2024-01-11)

**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.30.3",
"version": "2.31.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.31.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.3...v2.31.0) (2024-01-18)

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

## [2.30.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.2...v2.30.3) (2024-01-11)

**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.30.3",
"version": "2.31.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions targets/export-elasticsearch/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.31.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.3...v2.31.0) (2024-01-18)

### Bug Fixes

- **contributions:** desactive la logique sur les CCs qui ne prévoit rien qui renvoie vers le CDT qui prévoit rien ([#1230](https://github.com/SocialGouv/cdtn-admin/issues/1230)) ([85b4e72](https://github.com/SocialGouv/cdtn-admin/commit/85b4e72e91f28498fe3b29da81d6dd610294b71f))
- **glossaire:** ignore les headings dans le glossaire ([#1235](https://github.com/SocialGouv/cdtn-admin/issues/1235)) ([f0de3af](https://github.com/SocialGouv/cdtn-admin/commit/f0de3af92c845e71c476046f455c626fb70ef6ae))

## [2.30.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.2...v2.30.3) (2024-01-11)

**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.30.3",
"version": "2.31.0",
"license": "MIT",
"description": "",
"main": "./build/index.js",
Expand Down
10 changes: 10 additions & 0 deletions targets/frontend/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.31.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.3...v2.31.0) (2024-01-18)

### Bug Fixes

- **contributions:** desactive la logique sur les CCs qui ne prévoit rien qui renvoie vers le CDT qui prévoit rien ([#1230](https://github.com/SocialGouv/cdtn-admin/issues/1230)) ([85b4e72](https://github.com/SocialGouv/cdtn-admin/commit/85b4e72e91f28498fe3b29da81d6dd610294b71f))

### Features

- **contributions:** affichage de l'input `fiche-sp` et `generic_ne_prevoit_rien` que si les valeurs du switchs sont les bonnes ([#1228](https://github.com/SocialGouv/cdtn-admin/issues/1228)) ([4e6afeb](https://github.com/SocialGouv/cdtn-admin/commit/4e6afebc1b47d6a083dd0aae1937c81f58a4a953))

## [2.30.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.2...v2.30.3) (2024-01-11)

**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.30.3",
"version": "2.31.0",
"dependencies": {
"@azure/abort-controller": "^1.0.4",
"@azure/storage-blob": "^12.7.0",
Expand Down
4 changes: 4 additions & 0 deletions targets/ingester/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.31.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.3...v2.31.0) (2024-01-18)

**Note:** Version bump only for package ingester

## [2.30.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.30.2...v2.30.3) (2024-01-11)

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

0 comments on commit 27ed268

Please sign in to comment.