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..4110a02e 100644 --- a/packages/ckan/CHANGELOG.md +++ b/packages/ckan/CHANGELOG.md @@ -1,5 +1,11 @@ # @zazuko/trifid-plugin-ckan +## 4.2.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + ## 4.1.0 ### Minor Changes diff --git a/packages/ckan/package.json b/packages/ckan/package.json index 08662bfc..3414c8f9 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", @@ -45,7 +45,7 @@ "chai-subset": "^1.6.0", "mocha": "^10.7.3", "rimraf": "^6.0.1", - "trifid-core": "^5.0.0", + "trifid-core": "^5.1.0", "trifid-handler-fetch": "^3.3.1", "typescript": "^5.5.3", "xml2js": "^0.6.2", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4340d6c2..e7895ab9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-core +## 5.1.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + ## 5.0.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ebca54aa..c539e77d 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": "MIT", "homepage": "https://github.com/zazuko/trifid", "repository": { diff --git a/packages/entity-renderer/CHANGELOG.md b/packages/entity-renderer/CHANGELOG.md index a02f082d..aadcda25 100644 --- a/packages/entity-renderer/CHANGELOG.md +++ b/packages/entity-renderer/CHANGELOG.md @@ -1,5 +1,16 @@ # @zazuko/trifid-renderer-entity +## 1.4.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + +### Patch Changes + +- 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 1a199588..52a2a7d1 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", @@ -29,13 +29,13 @@ "lit": "^3.1.4", "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-plugin-yasgui": "^3.3.0" }, "files": [ "index.js", diff --git a/packages/graph-explorer/CHANGELOG.md b/packages/graph-explorer/CHANGELOG.md index 88281e67..cc41ce0d 100644 --- a/packages/graph-explorer/CHANGELOG.md +++ b/packages/graph-explorer/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-plugin-graph-explorer +## 2.1.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + ## 2.0.4 ### Patch Changes diff --git a/packages/graph-explorer/package.json b/packages/graph-explorer/package.json index adebf338..dd702274 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.4", + "version": "2.1.0", "license": "MIT", "homepage": "https://github.com/zazuko/trifid", "repository": { @@ -26,7 +26,7 @@ "devDependencies": { "@types/node": "^22.7.4", "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..b5e1b0b6 100644 --- a/packages/iiif/CHANGELOG.md +++ b/packages/iiif/CHANGELOG.md @@ -1,5 +1,11 @@ # @zazuko/trifid-plugin-iiif +## 1.1.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + ## 1.0.4 ### Patch Changes diff --git a/packages/iiif/package.json b/packages/iiif/package.json index 6c484334..f9805f71 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", "keywords": [ @@ -32,7 +32,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/sparql-proxy/CHANGELOG.md b/packages/sparql-proxy/CHANGELOG.md index af5cdea5..f68ebf82 100644 --- a/packages/sparql-proxy/CHANGELOG.md +++ b/packages/sparql-proxy/CHANGELOG.md @@ -1,5 +1,16 @@ # @zazuko/trifid-plugin-sparql-proxy +## 2.5.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + +### Patch Changes + +- 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 0579e4ea..0bb187fa 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", @@ -24,7 +24,7 @@ "dependencies": { "@vocabulary/sd": "^1.0.4", "@zazuko/env-node": "^2.1.3", - "trifid-core": "^5.0.0" + "trifid-core": "^5.1.0" }, "devDependencies": { "@types/node": "^22.7.4", diff --git a/packages/spex/CHANGELOG.md b/packages/spex/CHANGELOG.md index a5e6b9f1..a259286c 100644 --- a/packages/spex/CHANGELOG.md +++ b/packages/spex/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-plugin-spex +## 2.2.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + ## 2.1.1 ### Patch Changes diff --git a/packages/spex/package.json b/packages/spex/package.json index 415b4f8a..3e423ddb 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": { @@ -28,7 +28,7 @@ ], "devDependencies": { "c8": "^10.1.2", - "trifid-core": "^5.0.0" + "trifid-core": "^5.1.0" }, "publishConfig": { "access": "public", diff --git a/packages/yasgui/CHANGELOG.md b/packages/yasgui/CHANGELOG.md index bd296da4..28497793 100644 --- a/packages/yasgui/CHANGELOG.md +++ b/packages/yasgui/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-plugin-yasgui +## 3.3.0 + +### Minor Changes + +- 007e201: Upgrade Fastify to v5. + ## 3.2.1 ### Patch Changes diff --git a/packages/yasgui/package.json b/packages/yasgui/package.json index b843bbd3..27834f21 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": "MIT", "main": "index.js", "homepage": "https://github.com/zazuko/trifid", @@ -34,7 +34,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",