Skip to content

Commit

Permalink
Merge pull request #195 from zazuko/changeset-release/main
Browse files Browse the repository at this point in the history
Merge to release
  • Loading branch information
ludovicm67 authored Nov 14, 2023
2 parents 34b84f4 + 3dc744c commit de07dae
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-wolves-watch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/four-rabbits-invite.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/honest-cows-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-beans-lay.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/ckan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/ckan/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# trifid-core

## 2.7.0

### Minor Changes

- a94543c: Improve types in general.

`trifid.start` now returns a `Promise<import('http').Server>` 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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit de07dae

Please sign in to comment.