diff --git a/.changeset/clever-wolves-watch.md b/.changeset/clever-wolves-watch.md deleted file mode 100644 index 04234510..00000000 --- a/.changeset/clever-wolves-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazuko/trifid-plugin-ckan": minor ---- - -Use the `dct` prefix instead of the `dcterms` one diff --git a/.changeset/four-rabbits-invite.md b/.changeset/four-rabbits-invite.md deleted file mode 100644 index ea54b56e..00000000 --- a/.changeset/four-rabbits-invite.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@zazuko/trifid-plugin-ckan": patch ---- - -Generated XML documents have a blank line at the end. - -This Trifid plugin will be more robust, as we created a set of tests. diff --git a/.changeset/honest-cows-sniff.md b/.changeset/honest-cows-sniff.md deleted file mode 100644 index 6c6400b1..00000000 --- a/.changeset/honest-cows-sniff.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"trifid-core": minor ---- - -Improve types in general. - -`trifid.start` now returns a `Promise` instead of `void`. -This allows to wait for the server to be ready before doing anything else. diff --git a/.changeset/smooth-beans-lay.md b/.changeset/smooth-beans-lay.md deleted file mode 100644 index d3249ef8..00000000 --- a/.changeset/smooth-beans-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trifid-core": minor ---- - -The errors middleware is now returning the description of the status code in the body. diff --git a/packages/ckan/CHANGELOG.md b/packages/ckan/CHANGELOG.md index 5e036b06..2a67cdad 100644 --- a/packages/ckan/CHANGELOG.md +++ b/packages/ckan/CHANGELOG.md @@ -1,5 +1,17 @@ # @zazuko/trifid-plugin-ckan +## 2.2.0 + +### Minor Changes + +- 207db20: Use the `dct` prefix instead of the `dcterms` one + +### Patch Changes + +- e873b2f: Generated XML documents have a blank line at the end. + + This Trifid plugin will be more robust, as we created a set of tests. + ## 2.1.0 ### Minor Changes diff --git a/packages/ckan/package.json b/packages/ckan/package.json index ef9c25cc..f132cadd 100644 --- a/packages/ckan/package.json +++ b/packages/ckan/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-plugin-ckan", - "version": "2.1.0", + "version": "2.2.0", "description": "Endpoint for opendata.swiss CKAN harvester", "main": "src/index.js", "type": "module", @@ -30,6 +30,6 @@ "c8": "^8.0.1", "mocha": "^10.2.0", "oxigraph": "^0.3.20", - "trifid-core": "^2.6.3" + "trifid-core": "^2.7.0" } } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e7e321e3..69aa38bc 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # trifid-core +## 2.7.0 + +### Minor Changes + +- a94543c: Improve types in general. + + `trifid.start` now returns a `Promise` instead of `void`. + This allows to wait for the server to be ready before doing anything else. + +- 552ecf9: The errors middleware is now returning the description of the status code in the body. + ## 2.6.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3a3410c1..73055a90 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,7 @@ "name": "trifid-core", "description": "Trifid Core", "type": "module", - "version": "2.6.3", + "version": "2.7.0", "license": "MIT", "homepage": "https://github.com/zazuko/trifid", "repository": {