-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @ezs/[email protected] - @ezs/[email protected] - @ezs/[email protected]
- Loading branch information
Showing
6 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.7.0](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2024-07-04) | ||
|
||
|
||
### Features | ||
|
||
* 🎸 add FILEMerge ([cb879fa](https://github.com/Inist-CNRS/ezs/commit/cb879fae73b48a2b5850c6a0597a4ca97d722493)) | ||
* 🎸 keep buffer for binary files ([e4a30fe](https://github.com/Inist-CNRS/ezs/commit/e4a30fe729257af877ca2d9f89a6a948d62965d6)) | ||
|
||
|
||
|
||
|
||
|
||
## [2.6.1](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2024-02-07) | ||
|
||
**Note:** Version bump only for package @ezs/basics | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@ezs/basics", | ||
"description": "Basics statements for EZS", | ||
"version": "2.6.1", | ||
"version": "2.7.0", | ||
"author": "Nicolas Thouvenin <[email protected]>", | ||
"bugs": "https://github.com/Inist-CNRS/ezs/issues", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.12.1](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2024-07-04) | ||
|
||
**Note:** Version bump only for package @ezs/conditor | ||
|
||
|
||
|
||
|
||
|
||
# [2.12.0](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2024-05-30) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@ezs/conditor", | ||
"description": "ezs statements for Conditor", | ||
"version": "2.12.0", | ||
"version": "2.12.1", | ||
"author": "François Parmentier <[email protected]>", | ||
"bin": { | ||
"affAlign": "./bin/affAlign.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
## [3.10.2](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2024-07-04) | ||
|
||
**Note:** Version bump only for package @ezs/core | ||
|
||
|
||
|
||
|
||
|
||
## [3.10.1](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2024-06-19) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@ezs/core", | ||
"description": "A wrapper to build Stream transformers with functional style", | ||
"version": "3.10.1", | ||
"version": "3.10.2", | ||
"author": "Nicolas Thouvenin <[email protected]>", | ||
"bin": { | ||
"ezs": "./bin/ezs" | ||
|