Skip to content

Commit

Permalink
chore(release): version 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed Aug 25, 2023
1 parent c9d29ac commit a1d268b
Show file tree
Hide file tree
Showing 28 changed files with 116 additions and 40 deletions.
14 changes: 14 additions & 0 deletions 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.13.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.1...v2.13.0) (2023-08-25)

### Bug Fixes

- **build:** set utils in lib folder ([c9d29ac](https://github.com/SocialGouv/cdtn-admin/commit/c9d29acb0cb6c38e938016e2007c22bbf06d643d))
- **ci:** remove auto cronjob from preprod ([aef0d15](https://github.com/SocialGouv/cdtn-admin/commit/aef0d15d25fcdde0b2badfbdb52d98a01b1b88ca))
- **user:** be able to create a super user ([#991](https://github.com/SocialGouv/cdtn-admin/issues/991)) ([a000814](https://github.com/SocialGouv/cdtn-admin/commit/a000814fb63e4b0fcca8559907790b7c5ce1d36c))

### Features

- add warnings when DILA API call failed to get references ([#987](https://github.com/SocialGouv/cdtn-admin/issues/987)) ([65b922d](https://github.com/SocialGouv/cdtn-admin/commit/65b922d9cb6450a7a0246d628b30e0f93fbbf9ff))
- ameliorer le poid sur les contributions generique ([#997](https://github.com/SocialGouv/cdtn-admin/issues/997)) ([7a4c014](https://github.com/SocialGouv/cdtn-admin/commit/7a4c01427974af044bdac73919ee8ac83c3bb904))
- **ui:** replace `theme-ui` by `mui` + migration vers `dsfr` ([#992](https://github.com/SocialGouv/cdtn-admin/issues/992)) ([5241a6b](https://github.com/SocialGouv/cdtn-admin/commit/5241a6b7c16ea3df812fb8c39df9f4cb618391ca))

## [2.12.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.0...v2.12.1) (2023-08-04)

### 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.12.1",
"version": "2.13.0",
"useWorkspaces": true
}
4 changes: 4 additions & 0 deletions shared/dila-resolver/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.13.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.1...v2.13.0) (2023-08-25)

**Note:** Version bump only for package @shared/dila-resolver

## [2.12.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.0...v2.12.1) (2023-08-04)

**Note:** Version bump only for package @shared/dila-resolver
Expand Down
6 changes: 3 additions & 3 deletions shared/dila-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/dila-resolver",
"version": "2.12.1",
"version": "2.13.0",
"main": "lib/index.js",
"files": [
"lib"
Expand All @@ -19,8 +19,8 @@
"@babel/core": "^7.15.5",
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"@babel/preset-typescript": "^7.15.0",
"@shared/eslint-config": "^2.12.1",
"@shared/types": "^2.12.1",
"@shared/eslint-config": "^2.13.0",
"@shared/types": "^2.13.0",
"@tsconfig/node14": "^1.0.1",
"@types/jest": "^27.0.0",
"jest": "^27.0.6",
Expand Down
4 changes: 4 additions & 0 deletions shared/elasticsearch-document-adapter/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.13.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.1...v2.13.0) (2023-08-25)

**Note:** Version bump only for package @shared/elasticsearch-document-adapter

## [2.12.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.0...v2.12.1) (2023-08-04)

**Note:** Version bump only for package @shared/elasticsearch-document-adapter
Expand Down
8 changes: 4 additions & 4 deletions shared/elasticsearch-document-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@shared/elasticsearch-document-adapter",
"description": "SocialGouv - Code du travail numerique - Modules - ingester",
"version": "2.12.1",
"version": "2.13.0",
"dependencies": {
"@elastic/elasticsearch": "^7.14.1",
"@socialgouv/cdtn-elasticsearch": "^2.12.1",
"@socialgouv/cdtn-logger": "^2.12.1",
"@socialgouv/cdtn-elasticsearch": "^2.13.0",
"@socialgouv/cdtn-logger": "^2.13.0",
"@socialgouv/cdtn-monolog": "^1.5.11",
"@socialgouv/cdtn-slugify": "^4.52.1",
"@socialgouv/cdtn-sources": "^4.52.1",
Expand All @@ -27,7 +27,7 @@
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@shared/eslint-config": "^2.12.1",
"@shared/eslint-config": "^2.13.0",
"@socialgouv/kali-data-types": "^2.127.0",
"@types/jest": "^29.2.3",
"@types/node-fetch": "^2.5.12",
Expand Down
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.13.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.1...v2.13.0) (2023-08-25)

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

## [2.12.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.0...v2.12.1) (2023-08-04)

**Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
Expand Down
6 changes: 3 additions & 3 deletions shared/elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@socialgouv/cdtn-elasticsearch",
"description": "SocialGouv - Code du travail numerique - Infrastructure - Elasticsearch",
"version": "2.12.1",
"version": "2.13.0",
"babel": {
"plugins": [
"@babel/plugin-transform-modules-commonjs"
]
},
"dependencies": {
"@socialgouv/cdtn-logger": "^2.12.1",
"@socialgouv/cdtn-logger": "^2.13.0",
"got": "^11.8.2"
},
"license": "Apache-2.0",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"@shared/eslint-config": "^2.12.1",
"@shared/eslint-config": "^2.13.0",
"jest": "^27.1.1",
"lint-staged": "^12.0.0",
"prettier": "^2.3.2"
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.13.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.1...v2.13.0) (2023-08-25)

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

## [2.12.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.0...v2.12.1) (2023-08-04)

**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.12.1",
"version": "2.13.0",
"main": "index.js",
"private": true,
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions shared/graphql-client/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.13.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.1...v2.13.0) (2023-08-25)

**Note:** Version bump only for package @shared/graphql-client

## [2.12.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.0...v2.12.1) (2023-08-04)

**Note:** Version bump only for package @shared/graphql-client
Expand Down
2 changes: 1 addition & 1 deletion shared/graphql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/graphql-client",
"version": "2.12.1",
"version": "2.13.0",
"main": "build/index.js",
"module": "build/index.js",
"types": "build/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions shared/id-generator/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.13.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.1...v2.13.0) (2023-08-25)

**Note:** Version bump only for package @shared/id-generator

## [2.12.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.0...v2.12.1) (2023-08-04)

**Note:** Version bump only for package @shared/id-generator
Expand Down
2 changes: 1 addition & 1 deletion shared/id-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/id-generator",
"version": "2.12.1",
"version": "2.13.0",
"dependencies": {
"uuid": "^8.3.2",
"xxhashjs": "^0.2.2"
Expand Down
4 changes: 4 additions & 0 deletions shared/logger/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.13.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.1...v2.13.0) (2023-08-25)

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

## [2.12.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.0...v2.12.1) (2023-08-04)

**Note:** Version bump only for package @socialgouv/cdtn-logger
Expand Down
4 changes: 2 additions & 2 deletions shared/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/cdtn-logger",
"description": "SocialGouv - Code du travail numerique - Infrastructure - Logger",
"version": "2.12.1",
"version": "2.13.0",
"babel": {
"env": {
"test": {
Expand All @@ -22,7 +22,7 @@
"@babel/core": "^7.15.5",
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"@babel/preset-typescript": "^7.15.0",
"@shared/eslint-config": "^2.12.1",
"@shared/eslint-config": "^2.13.0",
"@tsconfig/node14": "^1.0.1",
"@types/jest": "^27.0.2",
"@types/std-mocks": "^1.0.1",
Expand Down
4 changes: 4 additions & 0 deletions shared/types/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.13.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.1...v2.13.0) (2023-08-25)

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

## [2.12.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.0...v2.12.1) (2023-08-04)

**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.12.1",
"version": "2.13.0",
"private": true,
"main": "build/index.js",
"module": "build/index.js",
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.13.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.1...v2.13.0) (2023-08-25)

### Features

- add warnings when DILA API call failed to get references ([#987](https://github.com/SocialGouv/cdtn-admin/issues/987)) ([65b922d](https://github.com/SocialGouv/cdtn-admin/commit/65b922d9cb6450a7a0246d628b30e0f93fbbf9ff))

## [2.12.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.0...v2.12.1) (2023-08-04)

**Note:** Version bump only for package alert-cli
Expand Down
10 changes: 5 additions & 5 deletions targets/alert-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alert-cli",
"version": "2.12.1",
"version": "2.13.0",
"engines": {
"node": ">=20.0.2"
},
Expand All @@ -9,7 +9,7 @@
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@shared/graphql-client": "^2.12.1",
"@shared/graphql-client": "^2.13.0",
"@socialgouv/cdtn-slugify": "4.52.1",
"@socialgouv/cdtn-sources": "4.52.1",
"@socialgouv/dila-api-client": "1.2.4",
Expand All @@ -22,9 +22,9 @@
"unist-util-select": "4.0.1"
},
"devDependencies": {
"@shared/dila-resolver": "^2.12.1",
"@shared/eslint-config": "^2.12.1",
"@shared/types": "^2.12.1",
"@shared/dila-resolver": "^2.13.0",
"@shared/eslint-config": "^2.13.0",
"@shared/types": "^2.13.0",
"@socialgouv/contributions-data-types": "3.27.0",
"@socialgouv/fiches-travail-data-types": "4.191.0",
"@socialgouv/kali-data-types": "2.127.0",
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.13.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.1...v2.13.0) (2023-08-25)

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

## [2.12.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.0...v2.12.1) (2023-08-04)

**Note:** Version bump only for package @socialgouv/contibutions
Expand Down
4 changes: 2 additions & 2 deletions 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.12.1",
"version": "2.13.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand All @@ -20,7 +20,7 @@
"@fortawesome/free-solid-svg-icons": "5.15.1",
"@fortawesome/react-fontawesome": "0.1.14",
"@koa/router": "10.0.0",
"@shared/graphql-client": "^2.12.1",
"@shared/graphql-client": "^2.13.0",
"@urql/core": "^2.4.4",
"axios": "^0.24.0",
"colors": "1.4.0",
Expand Down
4 changes: 4 additions & 0 deletions targets/export-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.13.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.1...v2.13.0) (2023-08-25)

**Note:** Version bump only for package export-elasticsearch

## [2.12.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.0...v2.12.1) (2023-08-04)

**Note:** Version bump only for package export-elasticsearch
Expand Down
12 changes: 6 additions & 6 deletions 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.12.1",
"version": "2.13.0",
"license": "MIT",
"description": "",
"main": "./build/index.js",
Expand All @@ -24,9 +24,9 @@
},
"dependencies": {
"@azure/storage-blob": "^12.9.0",
"@shared/elasticsearch-document-adapter": "^2.12.1",
"@shared/graphql-client": "^2.12.1",
"@socialgouv/cdtn-logger": "^2.12.1",
"@shared/elasticsearch-document-adapter": "^2.13.0",
"@shared/graphql-client": "^2.13.0",
"@socialgouv/cdtn-logger": "^2.13.0",
"axios": "^0.26.1",
"body-parser": "^1.19.2",
"cors": "^2.8.5",
Expand All @@ -37,8 +37,8 @@
"zod": "^3.14.2"
},
"devDependencies": {
"@shared/eslint-config": "^2.12.1",
"@shared/types": "^2.12.1",
"@shared/eslint-config": "^2.13.0",
"@shared/types": "^2.13.0",
"@swc/cli": "0.1.55",
"@swc/core": "1.2.150",
"@swc/jest": "0.2.20",
Expand Down
12 changes: 12 additions & 0 deletions targets/frontend/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.13.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.1...v2.13.0) (2023-08-25)

### Bug Fixes

- **build:** set utils in lib folder ([c9d29ac](https://github.com/SocialGouv/cdtn-admin/commit/c9d29acb0cb6c38e938016e2007c22bbf06d643d))

### Features

- add warnings when DILA API call failed to get references ([#987](https://github.com/SocialGouv/cdtn-admin/issues/987)) ([65b922d](https://github.com/SocialGouv/cdtn-admin/commit/65b922d9cb6450a7a0246d628b30e0f93fbbf9ff))
- ameliorer le poid sur les contributions generique ([#997](https://github.com/SocialGouv/cdtn-admin/issues/997)) ([7a4c014](https://github.com/SocialGouv/cdtn-admin/commit/7a4c01427974af044bdac73919ee8ac83c3bb904))
- **ui:** replace `theme-ui` by `mui` + migration vers `dsfr` ([#992](https://github.com/SocialGouv/cdtn-admin/issues/992)) ([5241a6b](https://github.com/SocialGouv/cdtn-admin/commit/5241a6b7c16ea3df812fb8c39df9f4cb618391ca))

## [2.12.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.12.0...v2.12.1) (2023-08-04)

### Bug Fixes
Expand Down
Loading

0 comments on commit a1d268b

Please sign in to comment.