Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ezs/analytics@1.13.0
 - @ezs/basics@1.10.0
 - @ezs/conditor@1.10.2
 - @ezs/core@1.23.2
 - @ezs/istex@1.2.3
 - @ezs/lodex@1.8.2
 - @ezs/loterre@1.1.4
 - @ezs/sparql@1.1.2
  • Loading branch information
touv committed Apr 7, 2021
1 parent a6217f5 commit d2e1ef1
Show file tree
Hide file tree
Showing 24 changed files with 108 additions and 18 deletions.
11 changes: 11 additions & 0 deletions packages/analytics/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.13.0](https://github.com/Inist-CNRS/ezs/compare/@ezs/analytics@1.12.1...@ezs/analytics@1.13.0) (2021-04-07)


### Features

* 🎸 add option default ([dd2dee4](https://github.com/Inist-CNRS/ezs/commit/dd2dee41ca9c127bb71a7ae6341708b253155c01))





## [1.12.1](https://github.com/Inist-CNRS/ezs/compare/@ezs/analytics@1.12.0...@ezs/analytics@1.12.1) (2021-04-02)


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.

2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ezs/analytics",
"version": "1.12.1",
"version": "1.13.0",
"description": "Analytics statements for EZS",
"directories": {
"test": "test"
Expand Down
16 changes: 16 additions & 0 deletions packages/basics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.10.0](https://github.com/Inist-CNRS/ezs/compare/@ezs/basics@1.9.1...@ezs/basics@1.10.0) (2021-04-07)


### Bug Fixes

* 🐛 security patch ([37b826b](https://github.com/Inist-CNRS/ezs/commit/37b826bf8481b5fa92e00c43420037df6edebba6))


### Features

* add option noerror ([59b5916](https://github.com/Inist-CNRS/ezs/commit/59b5916bce96d861adb9500c513305892fbcecb3))





## [1.9.1](https://github.com/Inist-CNRS/ezs/compare/@ezs/basics@1.9.0...@ezs/basics@1.9.1) (2021-04-02)


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.

4 changes: 2 additions & 2 deletions packages/basics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ezs/basics",
"version": "1.9.1",
"version": "1.10.0",
"description": "Basics statements for EZS",
"directories": {
"test": "test"
Expand All @@ -19,11 +19,11 @@
},
"homepage": "https://github.com/Inist-CNRS/ezs/tree/master/packages/basics#readme",
"dependencies": {
"JSONStream": "~1.3.5",
"better-https-proxy-agent": "1.0.8",
"csv-string": "~3.2.0",
"fetch-with-proxy": "3.0.1",
"flat": "~5.0.2",
"JSONStream": "~1.3.5",
"lodash.escaperegexp": "4.1.2",
"lodash.mapkeys": "4.6.0",
"lodash.mapvalues": "4.6.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/conditor/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.10.2](https://github.com/Inist-CNRS/ezs/compare/@ezs/conditor@1.10.1...@ezs/conditor@1.10.2) (2021-04-07)


### Bug Fixes

* 🐛 security patch ([37b826b](https://github.com/Inist-CNRS/ezs/commit/37b826bf8481b5fa92e00c43420037df6edebba6))





## [1.10.1](https://github.com/Inist-CNRS/ezs/compare/@ezs/conditor@1.10.0...@ezs/conditor@1.10.1) (2021-04-02)

**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,6 +1,6 @@
{
"name": "@ezs/conditor",
"version": "1.10.1",
"version": "1.10.2",
"description": "ezs statements for Conditor",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.23.2](https://github.com/Inist-CNRS/ezs/compare/@ezs/core@1.23.1...@ezs/core@1.23.2) (2021-04-07)


### Bug Fixes

* 🐛 security patch ([37b826b](https://github.com/Inist-CNRS/ezs/commit/37b826bf8481b5fa92e00c43420037df6edebba6))





## [1.23.1](https://github.com/Inist-CNRS/ezs/compare/@ezs/core@1.23.0...@ezs/core@1.23.1) (2021-04-02)


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,6 +1,6 @@
{
"name": "@ezs/core",
"version": "1.23.1",
"version": "1.23.2",
"description": "A wrapper to build Stream transformers with functional style",
"directories": {
"test": "test"
Expand Down
11 changes: 11 additions & 0 deletions packages/istex/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.2.3](https://github.com/Inist-CNRS/ezs/compare/@ezs/istex@1.2.2...@ezs/istex@1.2.3) (2021-04-07)


### Bug Fixes

* 🐛 security patch ([37b826b](https://github.com/Inist-CNRS/ezs/commit/37b826bf8481b5fa92e00c43420037df6edebba6))





## [1.2.2](https://github.com/Inist-CNRS/ezs/compare/@ezs/istex@1.2.0-alpha.0...@ezs/istex@1.2.2) (2021-04-02)


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,6 +1,6 @@
{
"name": "@ezs/istex",
"version": "1.2.2",
"version": "1.2.3",
"description": "ISTEX statements for EZS",
"main": "./lib/index.js",
"directories": {
Expand Down
11 changes: 11 additions & 0 deletions packages/lodex/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.8.2](https://github.com/Inist-CNRS/ezs/compare/@ezs/lodex@1.8.1...@ezs/lodex@1.8.2) (2021-04-07)


### Bug Fixes

* 🐛 security patch ([37b826b](https://github.com/Inist-CNRS/ezs/commit/37b826bf8481b5fa92e00c43420037df6edebba6))





## [1.8.1](https://github.com/Inist-CNRS/ezs/compare/@ezs/lodex@1.8.0...@ezs/lodex@1.8.1) (2021-04-02)


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,6 +1,6 @@
{
"name": "@ezs/lodex",
"version": "1.8.1",
"version": "1.8.2",
"description": "ezs dedicated statements for Lodex",
"directories": {
"test": "test"
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.1.4](https://github.com/Inist-CNRS/ezs/compare/@ezs/loterre@1.1.3...@ezs/loterre@1.1.4) (2021-04-07)

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





## [1.1.3](https://github.com/Inist-CNRS/ezs/compare/@ezs/loterre@1.1.2...@ezs/loterre@1.1.3) (2021-04-02)

**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,6 +1,6 @@
{
"name": "@ezs/loterre",
"version": "1.1.3",
"version": "1.1.4",
"description": "Loterre statements for EZS",
"directories": {
"test": "test"
Expand Down Expand Up @@ -43,7 +43,7 @@
"@ezs/core": "*"
},
"devDependencies": {
"@ezs/core": "1.23.1"
"@ezs/core": "1.23.2"
},
"dependencies": {
"@ezs/store": "1.3.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/sparql/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.1.2](https://github.com/Inist-CNRS/ezs/compare/@ezs/sparql@1.1.1...@ezs/sparql@1.1.2) (2021-04-07)


### Bug Fixes

* 🐛 security patch ([37b826b](https://github.com/Inist-CNRS/ezs/commit/37b826bf8481b5fa92e00c43420037df6edebba6))





## [1.1.1](https://github.com/Inist-CNRS/ezs/compare/@ezs/sparql@1.1.0...@ezs/sparql@1.1.1) (2021-04-02)


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,6 +1,6 @@
{
"name": "@ezs/sparql",
"version": "1.1.1",
"version": "1.1.2",
"description": "SPARQL module for ezs",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit d2e1ef1

Please sign in to comment.