diff --git a/.changeset/funny-teachers-promise.md b/.changeset/funny-teachers-promise.md deleted file mode 100644 index 9d845230..00000000 --- a/.changeset/funny-teachers-promise.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@zazuko/trifid-entity-renderer": patch -"trifid-plugin-graph-explorer": patch -"@zazuko/trifid-plugin-sparql-proxy": patch -"@zazuko/trifid-plugin-ckan": patch -"@zazuko/trifid-plugin-iiif": patch -"trifid-plugin-spex": patch ---- - -Fix `requestPort` value, to handle `null` cases and simplify the logic diff --git a/packages/ckan/CHANGELOG.md b/packages/ckan/CHANGELOG.md index 7e1f61fc..162ce9ff 100644 --- a/packages/ckan/CHANGELOG.md +++ b/packages/ckan/CHANGELOG.md @@ -1,5 +1,11 @@ # @zazuko/trifid-plugin-ckan +## 4.2.1 + +### Patch Changes + +- 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic + ## 4.2.0 ### Minor Changes diff --git a/packages/ckan/package.json b/packages/ckan/package.json index e6abff8f..b6cb4f56 100644 --- a/packages/ckan/package.json +++ b/packages/ckan/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-plugin-ckan", - "version": "4.2.0", + "version": "4.2.1", "description": "Endpoint for opendata.swiss CKAN harvester", "main": "src/index.js", "types": "dist/ckan/src/index.d.ts", diff --git a/packages/entity-renderer/CHANGELOG.md b/packages/entity-renderer/CHANGELOG.md index 331409c7..35081831 100644 --- a/packages/entity-renderer/CHANGELOG.md +++ b/packages/entity-renderer/CHANGELOG.md @@ -1,5 +1,11 @@ # @zazuko/trifid-renderer-entity +## 1.4.1 + +### Patch Changes + +- 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic + ## 1.4.0 ### Minor Changes diff --git a/packages/entity-renderer/package.json b/packages/entity-renderer/package.json index 0dc65a85..96e306db 100644 --- a/packages/entity-renderer/package.json +++ b/packages/entity-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-entity-renderer", - "version": "1.4.0", + "version": "1.4.1", "type": "module", "description": "Renders a RDF entity in Trifid", "main": "index.js", diff --git a/packages/graph-explorer/CHANGELOG.md b/packages/graph-explorer/CHANGELOG.md index 12f6713b..bc2263a0 100644 --- a/packages/graph-explorer/CHANGELOG.md +++ b/packages/graph-explorer/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-plugin-graph-explorer +## 2.1.1 + +### Patch Changes + +- 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic + ## 2.1.0 ### Minor Changes diff --git a/packages/graph-explorer/package.json b/packages/graph-explorer/package.json index 40f24872..f70feb7b 100644 --- a/packages/graph-explorer/package.json +++ b/packages/graph-explorer/package.json @@ -4,7 +4,7 @@ "type": "module", "main": "index.js", "types": "dist/index.d.ts", - "version": "2.1.0", + "version": "2.1.1", "license": "Apache-2.0", "homepage": "https://github.com/zazuko/trifid", "repository": { diff --git a/packages/iiif/CHANGELOG.md b/packages/iiif/CHANGELOG.md index 63a5a5ab..9c8eb5a7 100644 --- a/packages/iiif/CHANGELOG.md +++ b/packages/iiif/CHANGELOG.md @@ -1,5 +1,11 @@ # @zazuko/trifid-plugin-iiif +## 1.1.1 + +### Patch Changes + +- 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic + ## 1.1.0 ### Minor Changes diff --git a/packages/iiif/package.json b/packages/iiif/package.json index b5418db6..fc17bb98 100644 --- a/packages/iiif/package.json +++ b/packages/iiif/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-plugin-iiif", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "description": "Trifid plugin to handle IIIF data", "license": "Apache-2.0", diff --git a/packages/sparql-proxy/CHANGELOG.md b/packages/sparql-proxy/CHANGELOG.md index 139ae6be..628fb9be 100644 --- a/packages/sparql-proxy/CHANGELOG.md +++ b/packages/sparql-proxy/CHANGELOG.md @@ -1,5 +1,11 @@ # @zazuko/trifid-plugin-sparql-proxy +## 2.5.1 + +### Patch Changes + +- 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic + ## 2.5.0 ### Minor Changes diff --git a/packages/sparql-proxy/package.json b/packages/sparql-proxy/package.json index d9f5c652..262f855c 100644 --- a/packages/sparql-proxy/package.json +++ b/packages/sparql-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-plugin-sparql-proxy", - "version": "2.5.0", + "version": "2.5.1", "description": "Trifid plugin for sparql-proxy", "main": "index.js", "type": "module", diff --git a/packages/spex/CHANGELOG.md b/packages/spex/CHANGELOG.md index ad6810d5..bda87831 100644 --- a/packages/spex/CHANGELOG.md +++ b/packages/spex/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-plugin-spex +## 2.2.1 + +### Patch Changes + +- 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic + ## 2.2.0 ### Minor Changes diff --git a/packages/spex/package.json b/packages/spex/package.json index 7aca8bbd..f0aa6116 100644 --- a/packages/spex/package.json +++ b/packages/spex/package.json @@ -3,7 +3,7 @@ "description": "Trifid SPEX plugin", "type": "module", "main": "index.js", - "version": "2.2.0", + "version": "2.2.1", "license": "Apache-2.0", "homepage": "https://github.com/zazuko/trifid", "repository": {