diff --git a/packages/basics/CHANGELOG.md b/packages/basics/CHANGELOG.md index 01897017..1c575860 100644 --- a/packages/basics/CHANGELOG.md +++ b/packages/basics/CHANGELOG.md @@ -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.5.8](https://github.com/Inist-CNRS/ezs/compare/@ezs/basics@2.5.7...@ezs/basics@2.5.8) (2023-12-19) + + +### Bug Fixes + +* 🐛 avoid to produce null with undefined value ([14798ad](https://github.com/Inist-CNRS/ezs/commit/14798ad15faaaf51d8f2cacf202da62904cf049f)) + + + + + ## [2.5.7](https://github.com/Inist-CNRS/ezs/compare/@ezs/basics@2.5.6...@ezs/basics@2.5.7) (2023-12-08) diff --git a/packages/basics/package.json b/packages/basics/package.json index 5614796c..d4a9a85c 100644 --- a/packages/basics/package.json +++ b/packages/basics/package.json @@ -1,7 +1,7 @@ { "name": "@ezs/basics", "description": "Basics statements for EZS", - "version": "2.5.7", + "version": "2.5.8", "author": "Nicolas Thouvenin ", "bugs": "https://github.com/Inist-CNRS/ezs/issues", "dependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 24c4a5c0..1d76b157 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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. +## [3.4.3](https://github.com/Inist-CNRS/ezs/compare/@ezs/core@3.4.2...@ezs/core@3.4.3) (2023-12-19) + + +### Bug Fixes + +* 🐛 sha with whole data ([f155a6b](https://github.com/Inist-CNRS/ezs/commit/f155a6b0434f6700606a291e51094cb284c3e33f)) + + + + + ## [3.4.2](https://github.com/Inist-CNRS/ezs/compare/@ezs/core@3.4.1...@ezs/core@3.4.2) (2023-12-08) **Note:** Version bump only for package @ezs/core diff --git a/packages/core/package.json b/packages/core/package.json index ab7ccfab..28bcfd97 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ezs/core", "description": "A wrapper to build Stream transformers with functional style", - "version": "3.4.2", + "version": "3.4.3", "author": "Nicolas Thouvenin ", "bin": { "ezs": "./bin/ezs"