Skip to content

Commit

Permalink
chore(release): version 2.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed May 3, 2024
1 parent 383b11b commit e81c0ca
Show file tree
Hide file tree
Showing 18 changed files with 68 additions and 9 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.42.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.6...v2.42.0) (2024-05-03)

### Bug Fixes

- **env:** set base url using build variable ([#1371](https://github.com/SocialGouv/cdtn-admin/issues/1371)) ([ef8b4c5](https://github.com/SocialGouv/cdtn-admin/commit/ef8b4c5ab605f057b6199d61cb08ffcbc5af8975))
- **tools:** ignore in sitemap tools which are `displayTool: false` ([#1377](https://github.com/SocialGouv/cdtn-admin/issues/1377)) ([383b11b](https://github.com/SocialGouv/cdtn-admin/commit/383b11bec746a85ce0a745017fba62775a104be0))

### Features

- **types:** ajout d'un package commun pour les types avec classification entre données fetchées par `hasura` et `elastic` ([#1370](https://github.com/SocialGouv/cdtn-admin/issues/1370)) ([a5c7463](https://github.com/SocialGouv/cdtn-admin/commit/a5c7463670e953418606f0e03c0ed39afc67ce5c))

## [2.41.6](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.5...v2.41.6) (2024-04-29)

### 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.41.6",
"version": "2.42.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.42.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.6...v2.42.0) (2024-05-03)

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

## [2.41.6](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.5...v2.41.6) (2024-04-29)

**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.41.6",
"version": "2.42.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.42.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.6...v2.42.0) (2024-05-03)

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

## [2.41.6](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.5...v2.41.6) (2024-04-29)

**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.41.6",
"version": "2.42.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.42.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.6...v2.42.0) (2024-05-03)

### Features

- **types:** ajout d'un package commun pour les types avec classification entre données fetchées par `hasura` et `elastic` ([#1370](https://github.com/SocialGouv/cdtn-admin/issues/1370)) ([a5c7463](https://github.com/SocialGouv/cdtn-admin/commit/a5c7463670e953418606f0e03c0ed39afc67ce5c))

## [2.41.6](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.5...v2.41.6) (2024-04-29)

**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
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"version": "2.41.6",
"version": "2.42.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.42.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.6...v2.42.0) (2024-05-03)

### Features

- **types:** ajout d'un package commun pour les types avec classification entre données fetchées par `hasura` et `elastic` ([#1370](https://github.com/SocialGouv/cdtn-admin/issues/1370)) ([a5c7463](https://github.com/SocialGouv/cdtn-admin/commit/a5c7463670e953418606f0e03c0ed39afc67ce5c))

## [2.41.6](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.5...v2.41.6) (2024-04-29)

**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.41.6",
"version": "2.42.0",
"dependencies": {
"@socialgouv/cdtn-sources": "^4.91.1",
"@socialgouv/cdtn-utils": "^4.109.0",
Expand Down
6 changes: 6 additions & 0 deletions targets/alert-cli/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.42.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.6...v2.42.0) (2024-05-03)

### Features

- **types:** ajout d'un package commun pour les types avec classification entre données fetchées par `hasura` et `elastic` ([#1370](https://github.com/SocialGouv/cdtn-admin/issues/1370)) ([a5c7463](https://github.com/SocialGouv/cdtn-admin/commit/a5c7463670e953418606f0e03c0ed39afc67ce5c))

## [2.41.6](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.5...v2.41.6) (2024-04-29)

**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.41.6",
"version": "2.42.0",
"engines": {
"node": ">=20.0.2"
},
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.42.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.6...v2.42.0) (2024-05-03)

### Features

- **types:** ajout d'un package commun pour les types avec classification entre données fetchées par `hasura` et `elastic` ([#1370](https://github.com/SocialGouv/cdtn-admin/issues/1370)) ([a5c7463](https://github.com/SocialGouv/cdtn-admin/commit/a5c7463670e953418606f0e03c0ed39afc67ce5c))

## [2.41.6](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.5...v2.41.6) (2024-04-29)

**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.41.6",
"version": "2.42.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.42.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.6...v2.42.0) (2024-05-03)

### Bug Fixes

- **tools:** ignore in sitemap tools which are `displayTool: false` ([#1377](https://github.com/SocialGouv/cdtn-admin/issues/1377)) ([383b11b](https://github.com/SocialGouv/cdtn-admin/commit/383b11bec746a85ce0a745017fba62775a104be0))

### Features

- **types:** ajout d'un package commun pour les types avec classification entre données fetchées par `hasura` et `elastic` ([#1370](https://github.com/SocialGouv/cdtn-admin/issues/1370)) ([a5c7463](https://github.com/SocialGouv/cdtn-admin/commit/a5c7463670e953418606f0e03c0ed39afc67ce5c))

## [2.41.6](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.5...v2.41.6) (2024-04-29)

### 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.41.6",
"version": "2.42.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.525.0",
"@codegouvfr/react-dsfr": "^0.76.4",
Expand Down
6 changes: 6 additions & 0 deletions targets/ingester/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.42.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.6...v2.42.0) (2024-05-03)

### Features

- **types:** ajout d'un package commun pour les types avec classification entre données fetchées par `hasura` et `elastic` ([#1370](https://github.com/SocialGouv/cdtn-admin/issues/1370)) ([a5c7463](https://github.com/SocialGouv/cdtn-admin/commit/a5c7463670e953418606f0e03c0ed39afc67ce5c))

## [2.41.6](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.5...v2.41.6) (2024-04-29)

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

0 comments on commit e81c0ca

Please sign in to comment.