diff --git a/.changeset/grumpy-items-relate.md b/.changeset/grumpy-items-relate.md deleted file mode 100644 index 3d38120e..00000000 --- a/.changeset/grumpy-items-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trifid": patch ---- - -Upgrade container base image from Node 20 to 22. diff --git a/.changeset/kind-dryers-give.md b/.changeset/kind-dryers-give.md deleted file mode 100644 index a22394d7..00000000 --- a/.changeset/kind-dryers-give.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@zazuko/trifid-markdown-content": patch -"@zazuko/trifid-entity-renderer": patch -"trifid-plugin-graph-explorer": patch -"trifid-handler-fetch": patch -"@zazuko/trifid-plugin-sparql-proxy": patch -"trifid": patch -"trifid-plugin-yasgui": patch -"@zazuko/trifid-plugin-ckan": patch -"trifid-core": patch -"trifid-plugin-i18n": patch -"@zazuko/trifid-plugin-iiif": patch -"trifid-plugin-spex": patch ---- - -Harmonize author and keywords fields diff --git a/.changeset/mean-peas-buy.md b/.changeset/mean-peas-buy.md deleted file mode 100644 index 01cf3459..00000000 --- a/.changeset/mean-peas-buy.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@zazuko/trifid-markdown-content": patch -"@zazuko/trifid-entity-renderer": patch -"trifid-plugin-graph-explorer": patch -"trifid-handler-fetch": patch -"@zazuko/trifid-plugin-sparql-proxy": patch -"trifid": patch -"trifid-plugin-yasgui": patch -"@zazuko/trifid-plugin-ckan": patch -"trifid-core": patch -"trifid-plugin-i18n": patch -"@zazuko/trifid-plugin-iiif": patch -"trifid-plugin-spex": patch ---- - -Use Apache 2.0 license diff --git a/.changeset/ninety-coats-joke.md b/.changeset/ninety-coats-joke.md deleted file mode 100644 index 6851163c..00000000 --- a/.changeset/ninety-coats-joke.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@zazuko/trifid-entity-renderer": minor -"trifid-plugin-graph-explorer": minor -"@zazuko/trifid-plugin-sparql-proxy": minor -"trifid-plugin-yasgui": minor -"@zazuko/trifid-plugin-ckan": minor -"trifid-core": minor -"@zazuko/trifid-plugin-iiif": minor -"trifid-plugin-spex": minor ---- - -Upgrade Fastify to v5. diff --git a/packages/ckan/CHANGELOG.md b/packages/ckan/CHANGELOG.md index 799f9557..7e1f61fc 100644 --- a/packages/ckan/CHANGELOG.md +++ b/packages/ckan/CHANGELOG.md @@ -1,5 +1,16 @@ # @zazuko/trifid-plugin-ckan +## 4.2.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + +### Patch Changes + +- 080f5d8: Harmonize author and keywords fields +- a97a6a0: Use Apache 2.0 license + ## 4.1.0 ### Minor Changes diff --git a/packages/ckan/package.json b/packages/ckan/package.json index f028f176..e6abff8f 100644 --- a/packages/ckan/package.json +++ b/packages/ckan/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-plugin-ckan", - "version": "4.1.0", + "version": "4.2.0", "description": "Endpoint for opendata.swiss CKAN harvester", "main": "src/index.js", "types": "dist/ckan/src/index.d.ts", @@ -52,8 +52,8 @@ "chai": "^5.1.1", "chai-subset": "^1.6.0", "rimraf": "^6.0.1", - "trifid-core": "^5.0.0", - "trifid-handler-fetch": "^3.3.1", + "trifid-core": "^5.1.0", + "trifid-handler-fetch": "^3.3.3", "typescript": "^5.6.3", "xml2js": "^0.6.2", "xml2js-xpath": "^0.13.0" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4340d6c2..3f8b8b72 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # trifid-core +## 5.1.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + +### Patch Changes + +- 080f5d8: Harmonize author and keywords fields +- a97a6a0: Use Apache 2.0 license + ## 5.0.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 4071868b..0c7fb584 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,7 @@ "name": "trifid-core", "description": "Trifid Core", "type": "module", - "version": "5.0.2", + "version": "5.1.0", "license": "Apache-2.0", "homepage": "https://github.com/zazuko/trifid", "repository": { diff --git a/packages/entity-renderer/CHANGELOG.md b/packages/entity-renderer/CHANGELOG.md index a02f082d..331409c7 100644 --- a/packages/entity-renderer/CHANGELOG.md +++ b/packages/entity-renderer/CHANGELOG.md @@ -1,5 +1,20 @@ # @zazuko/trifid-renderer-entity +## 1.4.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + +### Patch Changes + +- 080f5d8: Harmonize author and keywords fields +- a97a6a0: Use Apache 2.0 license +- Updated dependencies [080f5d8] +- Updated dependencies [a97a6a0] +- Updated dependencies [007e201] + - trifid-core@5.1.0 + ## 1.3.0 ### Minor Changes diff --git a/packages/entity-renderer/package.json b/packages/entity-renderer/package.json index 4b9ffb00..0dc65a85 100644 --- a/packages/entity-renderer/package.json +++ b/packages/entity-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-entity-renderer", - "version": "1.3.0", + "version": "1.4.0", "type": "module", "description": "Renders a RDF entity in Trifid", "main": "index.js", @@ -37,13 +37,13 @@ "lit": "^3.2.1", "mimeparse": "^0.1.4", "p-queue": "^8.0.1", - "trifid-core": "^5.0.0" + "trifid-core": "^5.1.0" }, "devDependencies": { "@rdfjs/types": "^1.1.2", "c8": "^10.1.2", - "trifid-handler-fetch": "^3.3.1", - "trifid-plugin-yasgui": "^3.1.2" + "trifid-handler-fetch": "^3.3.3", + "trifid-plugin-yasgui": "^3.3.0" }, "files": [ "index.js", diff --git a/packages/graph-explorer/CHANGELOG.md b/packages/graph-explorer/CHANGELOG.md index 88281e67..12f6713b 100644 --- a/packages/graph-explorer/CHANGELOG.md +++ b/packages/graph-explorer/CHANGELOG.md @@ -1,5 +1,16 @@ # trifid-plugin-graph-explorer +## 2.1.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + +### Patch Changes + +- 080f5d8: Harmonize author and keywords fields +- a97a6a0: Use Apache 2.0 license + ## 2.0.4 ### Patch Changes diff --git a/packages/graph-explorer/package.json b/packages/graph-explorer/package.json index 38e492f3..8658db36 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.0.4", + "version": "2.1.0", "license": "Apache-2.0", "homepage": "https://github.com/zazuko/trifid", "repository": { @@ -40,7 +40,7 @@ "devDependencies": { "@types/node": "^22.7.7", "c8": "^10.1.2", - "trifid-core": "^5.0.0", + "trifid-core": "^5.1.0", "typescript": "^5.6.3" }, "publishConfig": { diff --git a/packages/handler-fetch/CHANGELOG.md b/packages/handler-fetch/CHANGELOG.md index 6e8a52ad..28b2f19c 100644 --- a/packages/handler-fetch/CHANGELOG.md +++ b/packages/handler-fetch/CHANGELOG.md @@ -1,5 +1,12 @@ # trifid-handler-fetch +## 3.3.3 + +### Patch Changes + +- 080f5d8: Harmonize author and keywords fields +- a97a6a0: Use Apache 2.0 license + ## 3.3.2 ### Patch Changes diff --git a/packages/handler-fetch/package.json b/packages/handler-fetch/package.json index cee1c485..266b30c2 100644 --- a/packages/handler-fetch/package.json +++ b/packages/handler-fetch/package.json @@ -2,7 +2,7 @@ "name": "trifid-handler-fetch", "description": "Fetch handler for Trifid", "type": "module", - "version": "3.3.2", + "version": "3.3.3", "license": "Apache-2.0", "main": "index.js", "types": "dist/index.d.ts", @@ -45,7 +45,7 @@ "@types/uuid": "^10.0.0", "c8": "^10.1.2", "rimraf": "^6.0.1", - "trifid-core": "^5.0.0", + "trifid-core": "^5.1.0", "typescript": "^5.6.3" }, "publishConfig": { diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 75445451..820375c1 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,12 @@ # trifid-plugin-i18n +## 3.0.2 + +### Patch Changes + +- 080f5d8: Harmonize author and keywords fields +- a97a6a0: Use Apache 2.0 license + ## 3.0.1 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 99756fc6..a1f52dbc 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "trifid-plugin-i18n", - "version": "3.0.1", + "version": "3.0.2", "description": "Trifid plugin for i18n support", "type": "module", "main": "index.js", @@ -36,7 +36,7 @@ "devDependencies": { "@types/i18n": "^0.13.12", "c8": "^10.1.2", - "trifid-core": "^5.0.0" + "trifid-core": "^5.1.0" }, "publishConfig": { "access": "public", diff --git a/packages/iiif/CHANGELOG.md b/packages/iiif/CHANGELOG.md index c2a23b4d..63a5a5ab 100644 --- a/packages/iiif/CHANGELOG.md +++ b/packages/iiif/CHANGELOG.md @@ -1,5 +1,16 @@ # @zazuko/trifid-plugin-iiif +## 1.1.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + +### Patch Changes + +- 080f5d8: Harmonize author and keywords fields +- a97a6a0: Use Apache 2.0 license + ## 1.0.4 ### Patch Changes diff --git a/packages/iiif/package.json b/packages/iiif/package.json index 8e0ab00f..b5418db6 100644 --- a/packages/iiif/package.json +++ b/packages/iiif/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-plugin-iiif", - "version": "1.0.4", + "version": "1.1.0", "type": "module", "description": "Trifid plugin to handle IIIF data", "license": "Apache-2.0", @@ -35,7 +35,7 @@ "devDependencies": { "@types/jsonld": "^1.5.15", "c8": "^10.1.2", - "trifid-core": "^5.0.0" + "trifid-core": "^5.1.0" }, "publishConfig": { "access": "public", diff --git a/packages/markdown-content/CHANGELOG.md b/packages/markdown-content/CHANGELOG.md index ca9ffda1..2d6f169a 100644 --- a/packages/markdown-content/CHANGELOG.md +++ b/packages/markdown-content/CHANGELOG.md @@ -1,5 +1,12 @@ # @zazuko/trifid-markdown-content +## 2.0.4 + +### Patch Changes + +- 080f5d8: Harmonize author and keywords fields +- a97a6a0: Use Apache 2.0 license + ## 2.0.3 ### Patch Changes diff --git a/packages/markdown-content/package.json b/packages/markdown-content/package.json index 66025a2d..df8476bd 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.3", + "version": "2.0.4", "description": "Trifid plugin to handle Markdown files", "main": "src/index.js", "type": "module", @@ -50,7 +50,7 @@ "@types/node": "^22.7.7", "c8": "^10.1.2", "rimraf": "^6.0.1", - "trifid-core": "^5.0.0" + "trifid-core": "^5.1.0" }, "publishConfig": { "access": "public", diff --git a/packages/sparql-proxy/CHANGELOG.md b/packages/sparql-proxy/CHANGELOG.md index af5cdea5..139ae6be 100644 --- a/packages/sparql-proxy/CHANGELOG.md +++ b/packages/sparql-proxy/CHANGELOG.md @@ -1,5 +1,20 @@ # @zazuko/trifid-plugin-sparql-proxy +## 2.5.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + +### Patch Changes + +- 080f5d8: Harmonize author and keywords fields +- a97a6a0: Use Apache 2.0 license +- Updated dependencies [080f5d8] +- Updated dependencies [a97a6a0] +- Updated dependencies [007e201] + - trifid-core@5.1.0 + ## 2.4.4 ### Patch Changes diff --git a/packages/sparql-proxy/package.json b/packages/sparql-proxy/package.json index fc9d0892..d9f5c652 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.4.4", + "version": "2.5.0", "description": "Trifid plugin for sparql-proxy", "main": "index.js", "type": "module", @@ -33,7 +33,7 @@ "dependencies": { "@vocabulary/sd": "^1.0.4", "@zazuko/env-node": "^2.1.4", - "trifid-core": "^5.0.0" + "trifid-core": "^5.1.0" }, "devDependencies": { "@types/node": "^22.7.7", diff --git a/packages/spex/CHANGELOG.md b/packages/spex/CHANGELOG.md index a5e6b9f1..ad6810d5 100644 --- a/packages/spex/CHANGELOG.md +++ b/packages/spex/CHANGELOG.md @@ -1,5 +1,16 @@ # trifid-plugin-spex +## 2.2.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + +### Patch Changes + +- 080f5d8: Harmonize author and keywords fields +- a97a6a0: Use Apache 2.0 license + ## 2.1.1 ### Patch Changes diff --git a/packages/spex/package.json b/packages/spex/package.json index aa64dc8b..8d0f42ff 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.1.1", + "version": "2.2.0", "license": "Apache-2.0", "homepage": "https://github.com/zazuko/trifid", "repository": { @@ -37,7 +37,7 @@ ], "devDependencies": { "c8": "^10.1.2", - "trifid-core": "^5.0.0" + "trifid-core": "^5.1.0" }, "publishConfig": { "access": "public", diff --git a/packages/trifid/CHANGELOG.md b/packages/trifid/CHANGELOG.md index ae1852b4..ffe213f7 100644 --- a/packages/trifid/CHANGELOG.md +++ b/packages/trifid/CHANGELOG.md @@ -1,5 +1,24 @@ # trifid +## 5.0.8 + +### Patch Changes + +- e3d7ac0: Upgrade container base image from Node 20 to 22. +- 080f5d8: Harmonize author and keywords fields +- a97a6a0: Use Apache 2.0 license +- Updated dependencies [080f5d8] +- Updated dependencies [a97a6a0] +- Updated dependencies [007e201] + - @zazuko/trifid-entity-renderer@1.4.0 + - trifid-plugin-graph-explorer@2.1.0 + - trifid-handler-fetch@3.3.3 + - @zazuko/trifid-plugin-sparql-proxy@2.5.0 + - trifid-plugin-yasgui@3.3.0 + - trifid-core@5.1.0 + - trifid-plugin-i18n@3.0.2 + - trifid-plugin-spex@2.2.0 + ## 5.0.7 ### Patch Changes diff --git a/packages/trifid/package.json b/packages/trifid/package.json index e88a613c..08fdd306 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.7", + "version": "5.0.8", "license": "Apache-2.0", "homepage": "https://github.com/zazuko/trifid", "type": "module", @@ -31,15 +31,15 @@ "linked-data" ], "dependencies": { - "@zazuko/trifid-plugin-sparql-proxy": "^2.4.0", - "@zazuko/trifid-entity-renderer": "^1.2.1", + "@zazuko/trifid-plugin-sparql-proxy": "^2.5.0", + "@zazuko/trifid-entity-renderer": "^1.4.0", "commander": "^12.1.0", - "trifid-core": "^5.0.0", - "trifid-handler-fetch": "^3.3.1", - "trifid-plugin-graph-explorer": "^2.0.3", - "trifid-plugin-i18n": "^3.0.0", - "trifid-plugin-spex": "^2.1.1", - "trifid-plugin-yasgui": "^3.1.2" + "trifid-core": "^5.1.0", + "trifid-handler-fetch": "^3.3.3", + "trifid-plugin-graph-explorer": "^2.1.0", + "trifid-plugin-i18n": "^3.0.2", + "trifid-plugin-spex": "^2.2.0", + "trifid-plugin-yasgui": "^3.3.0" }, "publishConfig": { "access": "public", diff --git a/packages/yasgui/CHANGELOG.md b/packages/yasgui/CHANGELOG.md index bd296da4..d115df8b 100644 --- a/packages/yasgui/CHANGELOG.md +++ b/packages/yasgui/CHANGELOG.md @@ -1,5 +1,16 @@ # trifid-plugin-yasgui +## 3.3.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + +### Patch Changes + +- 080f5d8: Harmonize author and keywords fields +- a97a6a0: Use Apache 2.0 license + ## 3.2.1 ### Patch Changes diff --git a/packages/yasgui/package.json b/packages/yasgui/package.json index 2614dc29..29c2fe20 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.2.1", + "version": "3.3.0", "license": "Apache-2.0", "main": "index.js", "homepage": "https://github.com/zazuko/trifid", @@ -43,7 +43,7 @@ "@openlayers-elements/swisstopo": "^0.3.0", "c8": "^10.1.2", "esbuild": "^0.24.0", - "trifid-core": "^5.0.0" + "trifid-core": "^5.1.0" }, "publishConfig": { "access": "public",