Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 9, 2024
1 parent 5c7a189 commit a12fdae
Show file tree
Hide file tree
Showing 17 changed files with 74 additions and 28 deletions.
12 changes: 0 additions & 12 deletions .changeset/ninety-coats-joke.md

This file was deleted.

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

## 4.2.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

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

## 5.1.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

## 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
11 changes: 11 additions & 0 deletions packages/entity-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zazuko/trifid-renderer-entity

## 1.4.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- Updated dependencies [007e201]
- [email protected]

## 1.3.0

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

## 2.1.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

## 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 @@ -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": {
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/iiif/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zazuko/trifid-plugin-iiif

## 1.1.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

## 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",
"keywords": [
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/sparql-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zazuko/trifid-plugin-sparql-proxy

## 2.5.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 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 All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/spex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# trifid-plugin-spex

## 2.2.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

## 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 All @@ -28,7 +28,7 @@
],
"devDependencies": {
"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/yasgui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# trifid-plugin-yasgui

## 3.3.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

## 3.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/yasgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a12fdae

Please sign in to comment.