Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed Jan 31, 2022
1 parent f2dcec9 commit 653a28a
Show file tree
Hide file tree
Showing 45 changed files with 160 additions and 34 deletions.
8 changes: 8 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.16.17](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/analytics





## [1.16.16](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@ezs/analytics",
"description": "Analytics statements for EZS",
"version": "1.16.16",
"version": "1.16.17",
"author": "Nicolas Thouvenin <[email protected]>",
"bugs": "https://github.com/Inist-CNRS/ezs/issues",
"dependencies": {
"@ezs/store": "1.3.7",
"@ezs/store": "1.3.8",
"async-each-series": "1.1.0",
"fast-sort": "2.1.1",
"lodash.clone": "4.5.0",
Expand All @@ -19,7 +19,7 @@
"tempy": "1.0.1"
},
"devDependencies": {
"@ezs/core": "1.27.2"
"@ezs/core": "1.27.3"
},
"directories": {
"test": "test"
Expand Down
8 changes: 8 additions & 0 deletions packages/ark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.2.6](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/ark





## [1.2.5](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/ark
Expand Down
2 changes: 1 addition & 1 deletion packages/ark/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ezs/ark",
"description": "ARK dedicated statements for EZS",
"version": "1.2.5",
"version": "1.2.6",
"author": "Nicolas Thouvenin <[email protected]>",
"bugs": "https://github.com/Inist-CNRS/ezs/issues",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/basics/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.

## [1.15.4](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)


### Bug Fixes

* npm dependencies ([36c7ebe](https://github.com/Inist-CNRS/ezs/commit/36c7ebea03e82e9d177f7480f587511360e3dace))





## [1.15.3](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/basics
Expand Down
2 changes: 1 addition & 1 deletion packages/basics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/basics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ezs/basics",
"description": "Basics statements for EZS",
"version": "1.15.3",
"version": "1.15.4",
"author": "Nicolas Thouvenin <[email protected]>",
"bugs": "https://github.com/Inist-CNRS/ezs/issues",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/conditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.4](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/conditor





## [2.4.3](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-27)

**Note:** Version bump only for package @ezs/conditor
Expand Down
2 changes: 1 addition & 1 deletion packages/conditor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/conditor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ezs/conditor",
"description": "ezs statements for Conditor",
"version": "2.4.3",
"version": "2.4.4",
"author": "François Parmentier <[email protected]>",
"bin": {
"affAlign": "./bin/affAlign.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.27.3](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/core





## [1.27.2](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
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": "1.27.2",
"version": "1.27.3",
"author": "Nicolas Thouvenin <[email protected]>",
"bin": {
"ezs": "./bin/ezs"
Expand Down
8 changes: 8 additions & 0 deletions packages/istex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.4.9](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/istex





## [1.4.8](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/istex
Expand Down
2 changes: 1 addition & 1 deletion packages/istex/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/istex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ezs/istex",
"description": "ISTEX statements for EZS",
"version": "1.4.8",
"version": "1.4.9",
"bugs": "https://github.com/Inist-CNRS/ezs/issues",
"contributors": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/libpostal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.1.5](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/libpostal





## [0.1.4](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/libpostal
Expand Down
2 changes: 1 addition & 1 deletion packages/libpostal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/libpostal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ezs/libpostal",
"description": "Libpostal statements for EZS",
"version": "0.1.4",
"version": "0.1.5",
"author": "Nicolas Thouvenin <[email protected]>",
"bugs": "https://github.com/Inist-CNRS/ezs/issues",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/lodex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.14.11](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/lodex





## [1.14.10](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-27)

**Note:** Version bump only for package @ezs/lodex
Expand Down
2 changes: 1 addition & 1 deletion packages/lodex/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/lodex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ezs/lodex",
"description": "ezs dedicated statements for Lodex",
"version": "1.14.10",
"version": "1.14.11",
"author": "Nicolas Thouvenin <[email protected]>",
"bugs": "https://github.com/Inist-CNRS/ezs/issues",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/loterre/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.2.14](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/loterre





## [1.2.13](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-27)

**Note:** Version bump only for package @ezs/loterre
Expand Down
2 changes: 1 addition & 1 deletion packages/loterre/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/loterre/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@ezs/loterre",
"description": "Loterre statements for EZS",
"version": "1.2.13",
"version": "1.2.14",
"author": "Nicolas Thouvenin <[email protected]>",
"bugs": "https://github.com/Inist-CNRS/ezs/issues",
"dependencies": {
"@ezs/store": "1.3.7",
"@ezs/store": "1.3.8",
"lodash.get": "4.4.2",
"lodash.has": "4.5.2",
"lodash.set": "4.3.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/sparql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.1.10](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/sparql





## [1.1.9](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-27)

**Note:** Version bump only for package @ezs/sparql
Expand Down
2 changes: 1 addition & 1 deletion packages/sparql/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sparql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ezs/sparql",
"description": "SPARQL module for ezs",
"version": "1.1.9",
"version": "1.1.10",
"bugs": "https://github.com/Inist-CNRS/ezs/issues",
"contributors": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/spawn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.1.4](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/spawn





## [1.1.3](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/spawn
Expand Down
2 changes: 1 addition & 1 deletion packages/spawn/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/spawn/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ezs/spawn",
"description": "...",
"version": "1.1.3",
"version": "1.1.4",
"author": "Nicolas Thouvenin <[email protected]>",
"bugs": "https://github.com/Inist-CNRS/ezs/issues",
"dependencies": {
Expand All @@ -12,7 +12,7 @@
"stream-iterate": "1.2.0"
},
"devDependencies": {
"@ezs/core": "1.27.2"
"@ezs/core": "1.27.3"
},
"directories": {
"test": "test"
Expand Down
8 changes: 8 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.5.6](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-31)

**Note:** Version bump only for package @ezs/storage





## [1.5.5](https://github.com/Inist-CNRS/ezs/compare/@ezs/[email protected]...@ezs/[email protected]) (2022-01-27)

**Note:** Version bump only for package @ezs/storage
Expand Down
Loading

0 comments on commit 653a28a

Please sign in to comment.