From db7e4a1d990a5c640155751afde028f615199a5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Mar 2024 10:20:51 +0000 Subject: [PATCH] chore: release --- .changeset/curvy-poems-sort.md | 5 ----- .changeset/fifty-pillows-carry.md | 5 ----- .changeset/itchy-mugs-sell.md | 5 ----- .changeset/ninety-birds-type.md | 9 --------- .changeset/young-beers-relate.md | 5 ----- packages/ckan/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/entity-renderer/CHANGELOG.md | 8 ++++++++ packages/entity-renderer/package.json | 6 +++--- packages/graph-explorer/CHANGELOG.md | 6 ++++++ packages/graph-explorer/package.json | 4 ++-- packages/i18n/package.json | 2 +- packages/iiif/package.json | 2 +- packages/markdown-content/CHANGELOG.md | 8 ++++++++ packages/markdown-content/package.json | 4 ++-- packages/sparql-proxy/CHANGELOG.md | 8 ++++++++ packages/sparql-proxy/package.json | 4 ++-- packages/spex/CHANGELOG.md | 6 ++++++ packages/spex/package.json | 4 ++-- packages/trifid/CHANGELOG.md | 14 ++++++++++++++ packages/trifid/package.json | 14 +++++++------- packages/yasgui/CHANGELOG.md | 6 ++++++ packages/yasgui/package.json | 4 ++-- 24 files changed, 86 insertions(+), 53 deletions(-) delete mode 100644 .changeset/curvy-poems-sort.md delete mode 100644 .changeset/fifty-pillows-carry.md delete mode 100644 .changeset/itchy-mugs-sell.md delete mode 100644 .changeset/ninety-birds-type.md delete mode 100644 .changeset/young-beers-relate.md diff --git a/.changeset/curvy-poems-sort.md b/.changeset/curvy-poems-sort.md deleted file mode 100644 index cbb53be6..00000000 --- a/.changeset/curvy-poems-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trifid-core": major ---- - -The `render` function requires the request as first argument. diff --git a/.changeset/fifty-pillows-carry.md b/.changeset/fifty-pillows-carry.md deleted file mode 100644 index ee35c707..00000000 --- a/.changeset/fifty-pillows-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazuko/trifid-plugin-sparql-proxy": patch ---- - -Fix an issue with the rewrite query parameter, where it was assuming that undefined value was equal to 'true' diff --git a/.changeset/itchy-mugs-sell.md b/.changeset/itchy-mugs-sell.md deleted file mode 100644 index 1e4c4fa0..00000000 --- a/.changeset/itchy-mugs-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazuko/trifid-markdown-content": patch ---- - -Add support for trailing slashes (and redirect to it, to avoid duplicate content issues) diff --git a/.changeset/ninety-birds-type.md b/.changeset/ninety-birds-type.md deleted file mode 100644 index 36c0c511..00000000 --- a/.changeset/ninety-birds-type.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@zazuko/trifid-markdown-content": patch -"@zazuko/trifid-entity-renderer": patch -"trifid-plugin-graph-explorer": patch -"trifid-plugin-yasgui": patch -"trifid-plugin-spex": patch ---- - -Internally use the new `render` function, that takes the `request` as first argument. diff --git a/.changeset/young-beers-relate.md b/.changeset/young-beers-relate.md deleted file mode 100644 index 3ae4efb5..00000000 --- a/.changeset/young-beers-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazuko/trifid-markdown-content": patch ---- - -Use session to store content diff --git a/packages/ckan/package.json b/packages/ckan/package.json index e484c050..cddd9f73 100644 --- a/packages/ckan/package.json +++ b/packages/ckan/package.json @@ -45,7 +45,7 @@ "chai-subset": "^1.6.0", "mocha": "^10.2.0", "rimraf": "^5.0.5", - "trifid-core": "^3.0.0", + "trifid-core": "^4.0.0", "trifid-handler-fetch": "^3.0.0", "typescript": "^5.3.3", "xml2js": "^0.6.2", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2dfb19f7..2304dff5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-core +## 4.0.0 + +### Major Changes + +- e8faa76: The `render` function requires the request as first argument. + ## 3.0.0 ### Major Changes diff --git a/packages/core/package.json b/packages/core/package.json index 132aee04..722ca07f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,7 @@ "name": "trifid-core", "description": "Trifid Core", "type": "module", - "version": "3.0.0", + "version": "4.0.0", "license": "MIT", "homepage": "https://github.com/zazuko/trifid", "repository": { diff --git a/packages/entity-renderer/CHANGELOG.md b/packages/entity-renderer/CHANGELOG.md index cf3efdad..2452c025 100644 --- a/packages/entity-renderer/CHANGELOG.md +++ b/packages/entity-renderer/CHANGELOG.md @@ -1,5 +1,13 @@ # @zazuko/trifid-renderer-entity +## 1.0.1 + +### Patch Changes + +- e8faa76: Internally use the new `render` function, that takes the `request` as first argument. +- Updated dependencies [e8faa76] + - trifid-core@4.0.0 + ## 1.0.0 ### Major Changes diff --git a/packages/entity-renderer/package.json b/packages/entity-renderer/package.json index ab13939b..6f469419 100644 --- a/packages/entity-renderer/package.json +++ b/packages/entity-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-entity-renderer", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "description": "Renders a RDF entity in Trifid", "main": "index.js", @@ -28,14 +28,14 @@ "@zazuko/rdf-entity-webcomponent": "^0.7.7", "lit": "^3.0.2", "p-queue": "^8.0.1", - "trifid-core": "^3.0.0" + "trifid-core": "^4.0.0" }, "devDependencies": { "@rdfjs/types": "^1.1.0", "c8": "^9.1.0", "mocha": "^10.2.0", "trifid-handler-fetch": "^3.0.0", - "trifid-plugin-yasgui": "^3.0.0" + "trifid-plugin-yasgui": "^3.0.2" }, "files": [ "index.js", diff --git a/packages/graph-explorer/CHANGELOG.md b/packages/graph-explorer/CHANGELOG.md index 4b5a7548..353b383e 100644 --- a/packages/graph-explorer/CHANGELOG.md +++ b/packages/graph-explorer/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-plugin-graph-explorer +## 2.0.2 + +### Patch Changes + +- e8faa76: Internally use the new `render` function, that takes the `request` as first argument. + ## 2.0.1 ### Patch Changes diff --git a/packages/graph-explorer/package.json b/packages/graph-explorer/package.json index f93b4f54..e0af393e 100644 --- a/packages/graph-explorer/package.json +++ b/packages/graph-explorer/package.json @@ -3,7 +3,7 @@ "description": "Trifid Graph Explorer plugin", "type": "module", "main": "index.js", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "homepage": "https://github.com/zazuko/trifid", "repository": { @@ -27,6 +27,6 @@ "@types/node": "^20.11.20", "c8": "^9.1.0", "mocha": "^10.2.0", - "trifid-core": "^3.0.0" + "trifid-core": "^4.0.0" } } diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 282f6ea8..0bdd3246 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -30,6 +30,6 @@ "mocha": "^10.2.0", "nodeify-fetch": "^3.1.0", "nyc": "^15.1.0", - "trifid-core": "^3.0.0" + "trifid-core": "^4.0.0" } } diff --git a/packages/iiif/package.json b/packages/iiif/package.json index 07405140..12db69a4 100644 --- a/packages/iiif/package.json +++ b/packages/iiif/package.json @@ -35,7 +35,7 @@ "devDependencies": { "c8": "^9.1.0", "mocha": "^10.3.0", - "trifid-core": "^3.0.0" + "trifid-core": "^4.0.0" }, "publishConfig": { "access": "public" diff --git a/packages/markdown-content/CHANGELOG.md b/packages/markdown-content/CHANGELOG.md index 22f6e499..f8691e09 100644 --- a/packages/markdown-content/CHANGELOG.md +++ b/packages/markdown-content/CHANGELOG.md @@ -1,5 +1,13 @@ # @zazuko/trifid-markdown-content +## 2.0.2 + +### Patch Changes + +- e816fd3: Add support for trailing slashes (and redirect to it, to avoid duplicate content issues) +- e8faa76: Internally use the new `render` function, that takes the `request` as first argument. +- 71dc4ee: Use session to store content + ## 2.0.1 ### Patch Changes diff --git a/packages/markdown-content/package.json b/packages/markdown-content/package.json index 96de4a00..fc56164d 100644 --- a/packages/markdown-content/package.json +++ b/packages/markdown-content/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-markdown-content", - "version": "2.0.1", + "version": "2.0.2", "description": "Trifid plugin to handle Markdown files", "main": "src/index.js", "type": "module", @@ -35,7 +35,7 @@ "c8": "^9.1.0", "mocha": "^10.2.0", "rimraf": "^5.0.5", - "trifid-core": "^3.0.0" + "trifid-core": "^4.0.0" }, "publishConfig": { "access": "public" diff --git a/packages/sparql-proxy/CHANGELOG.md b/packages/sparql-proxy/CHANGELOG.md index 0fbbbc4a..30decc87 100644 --- a/packages/sparql-proxy/CHANGELOG.md +++ b/packages/sparql-proxy/CHANGELOG.md @@ -1,5 +1,13 @@ # @zazuko/trifid-plugin-sparql-proxy +## 2.0.1 + +### Patch Changes + +- 2553ece: Fix an issue with the rewrite query parameter, where it was assuming that undefined value was equal to 'true' +- Updated dependencies [e8faa76] + - trifid-core@4.0.0 + ## 2.0.0 ### Major Changes diff --git a/packages/sparql-proxy/package.json b/packages/sparql-proxy/package.json index b7e77fa8..2b53dff2 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.0.0", + "version": "2.0.1", "description": "Trifid plugin for sparql-proxy", "main": "index.js", "type": "module", @@ -19,7 +19,7 @@ ], "dependencies": { "string-replace-stream": "^0.0.2", - "trifid-core": "^3.0.0" + "trifid-core": "^4.0.0" }, "devDependencies": { "@types/node": "^20.11.24" diff --git a/packages/spex/CHANGELOG.md b/packages/spex/CHANGELOG.md index 911a124a..b4359a14 100644 --- a/packages/spex/CHANGELOG.md +++ b/packages/spex/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-plugin-spex +## 2.0.2 + +### Patch Changes + +- e8faa76: Internally use the new `render` function, that takes the `request` as first argument. + ## 2.0.1 ### Patch Changes diff --git a/packages/spex/package.json b/packages/spex/package.json index 76563514..5c44a4ad 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.0.1", + "version": "2.0.2", "license": "Apache-2.0", "homepage": "https://github.com/zazuko/trifid", "repository": { @@ -29,7 +29,7 @@ "devDependencies": { "c8": "^9.1.0", "mocha": "^10.2.0", - "trifid-core": "^3.0.0" + "trifid-core": "^4.0.0" }, "publishConfig": { "access": "public" diff --git a/packages/trifid/CHANGELOG.md b/packages/trifid/CHANGELOG.md index 4648a442..513feebe 100644 --- a/packages/trifid/CHANGELOG.md +++ b/packages/trifid/CHANGELOG.md @@ -1,5 +1,19 @@ # trifid +## 5.0.1 + +### Patch Changes + +- Updated dependencies [e8faa76] +- Updated dependencies [2553ece] +- Updated dependencies [e8faa76] + - trifid-core@4.0.0 + - @zazuko/trifid-plugin-sparql-proxy@2.0.1 + - @zazuko/trifid-entity-renderer@1.0.1 + - trifid-plugin-graph-explorer@2.0.2 + - trifid-plugin-yasgui@3.0.2 + - trifid-plugin-spex@2.0.2 + ## 5.0.0 ### Major Changes diff --git a/packages/trifid/package.json b/packages/trifid/package.json index b08c9b0e..24d52848 100644 --- a/packages/trifid/package.json +++ b/packages/trifid/package.json @@ -1,7 +1,7 @@ { "name": "trifid", "description": "Trifid - Lightweight Linked Data Server and Proxy", - "version": "5.0.0", + "version": "5.0.1", "license": "Apache-2.0", "homepage": "https://github.com/zazuko/trifid", "type": "module", @@ -24,14 +24,14 @@ }, "dependencies": { "@zazuko/trifid-handle-redirects": "^0.1.3", - "@zazuko/trifid-plugin-sparql-proxy": "^2.0.0", - "@zazuko/trifid-entity-renderer": "^1.0.0", + "@zazuko/trifid-plugin-sparql-proxy": "^2.0.1", + "@zazuko/trifid-entity-renderer": "^1.0.1", "commander": "^12.0.0", - "trifid-core": "^3.0.0", + "trifid-core": "^4.0.0", "trifid-handler-fetch": "^3.0.0", - "trifid-plugin-graph-explorer": "^2.0.0", + "trifid-plugin-graph-explorer": "^2.0.2", "trifid-plugin-i18n": "^3.0.0", - "trifid-plugin-spex": "^2.0.0", - "trifid-plugin-yasgui": "^3.0.0" + "trifid-plugin-spex": "^2.0.2", + "trifid-plugin-yasgui": "^3.0.2" } } diff --git a/packages/yasgui/CHANGELOG.md b/packages/yasgui/CHANGELOG.md index 32166ccc..ed6a3073 100644 --- a/packages/yasgui/CHANGELOG.md +++ b/packages/yasgui/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-plugin-yasgui +## 3.0.2 + +### Patch Changes + +- e8faa76: Internally use the new `render` function, that takes the `request` as first argument. + ## 3.0.1 ### Patch Changes diff --git a/packages/yasgui/package.json b/packages/yasgui/package.json index 41feeddc..3323f049 100644 --- a/packages/yasgui/package.json +++ b/packages/yasgui/package.json @@ -2,7 +2,7 @@ "name": "trifid-plugin-yasgui", "description": "Trifid YASGUI plugin", "type": "module", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "main": "index.js", "homepage": "https://github.com/zazuko/trifid", @@ -32,6 +32,6 @@ "devDependencies": { "c8": "^9.1.0", "mocha": "^10.2.0", - "trifid-core": "^3.0.0" + "trifid-core": "^4.0.0" } }