Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge to release #522

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/grumpy-items-relate.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/kind-dryers-give.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/ninety-coats-joke.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/ckan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zazuko/trifid-plugin-ckan

## 4.2.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields

## 4.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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": "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",
Expand Down Expand Up @@ -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"
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# trifid-core

## 5.1.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields

## 5.0.2

### 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": "5.0.2",
"version": "5.1.0",
"license": "MIT",
"homepage": "https://github.com/zazuko/trifid",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/entity-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @zazuko/trifid-renderer-entity

## 1.4.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields
- Updated dependencies [080f5d8]
- Updated dependencies [007e201]
- [email protected]

## 1.3.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/entity-renderer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/graph-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# trifid-plugin-graph-explorer

## 2.1.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields

## 2.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graph-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"main": "index.js",
"types": "dist/index.d.ts",
"version": "2.0.4",
"version": "2.1.0",
"license": "MIT",
"homepage": "https://github.com/zazuko/trifid",
"repository": {
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/handler-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# trifid-handler-fetch

## 3.3.3

### Patch Changes

- 080f5d8: Harmonize author and keywords fields

## 3.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/handler-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "trifid-handler-fetch",
"description": "Fetch handler for Trifid",
"type": "module",
"version": "3.3.2",
"version": "3.3.3",
"license": "MIT",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# trifid-plugin-i18n

## 3.0.2

### Patch Changes

- 080f5d8: Harmonize author and keywords fields

## 3.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/iiif/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zazuko/trifid-plugin-iiif

## 1.1.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/iiif/package.json
Original file line number Diff line number Diff line change
@@ -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": "MIT",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/markdown-content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zazuko/trifid-markdown-content

## 2.0.4

### Patch Changes

- 080f5d8: Harmonize author and keywords fields

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown-content/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/sparql-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @zazuko/trifid-plugin-sparql-proxy

## 2.5.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields
- Updated dependencies [080f5d8]
- Updated dependencies [007e201]
- [email protected]

## 2.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sparql-proxy/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/spex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# trifid-plugin-spex

## 2.2.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields

## 2.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/spex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"devDependencies": {
"c8": "^10.1.2",
"trifid-core": "^5.0.0"
"trifid-core": "^5.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
17 changes: 17 additions & 0 deletions packages/trifid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# trifid

## 5.0.8

### Patch Changes

- e3d7ac0: Upgrade container base image from Node 20 to 22.
- 080f5d8: Harmonize author and keywords fields
- Updated dependencies [080f5d8]
- Updated dependencies [007e201]
- @zazuko/[email protected]
- [email protected]
- [email protected]
- @zazuko/[email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 5.0.7

### Patch Changes
Expand Down
Loading