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 22, 2024
1 parent 80f5015 commit cf433af
Show file tree
Hide file tree
Showing 28 changed files with 169 additions and 82 deletions.
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.

16 changes: 0 additions & 16 deletions .changeset/mean-peas-buy.md

This file was deleted.

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

This file was deleted.

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

## 4.2.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields
- a97a6a0: Use Apache 2.0 license

## 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
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

## 5.1.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields
- a97a6a0: Use Apache 2.0 license

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

## 1.4.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields
- a97a6a0: Use Apache 2.0 license
- Updated dependencies [080f5d8]
- Updated dependencies [a97a6a0]
- 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
11 changes: 11 additions & 0 deletions packages/graph-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# trifid-plugin-graph-explorer

## 2.1.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields
- a97a6a0: Use Apache 2.0 license

## 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": "Apache-2.0",
"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
7 changes: 7 additions & 0 deletions packages/handler-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# trifid-handler-fetch

## 3.3.3

### Patch Changes

- 080f5d8: Harmonize author and keywords fields
- a97a6a0: Use Apache 2.0 license

## 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": "Apache-2.0",
"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
7 changes: 7 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# trifid-plugin-i18n

## 3.0.2

### Patch Changes

- 080f5d8: Harmonize author and keywords fields
- a97a6a0: Use Apache 2.0 license

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

## 1.1.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields
- a97a6a0: Use Apache 2.0 license

## 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": "Apache-2.0",
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
7 changes: 7 additions & 0 deletions packages/markdown-content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zazuko/trifid-markdown-content

## 2.0.4

### Patch Changes

- 080f5d8: Harmonize author and keywords fields
- a97a6a0: Use Apache 2.0 license

## 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
15 changes: 15 additions & 0 deletions packages/sparql-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @zazuko/trifid-plugin-sparql-proxy

## 2.5.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields
- a97a6a0: Use Apache 2.0 license
- Updated dependencies [080f5d8]
- Updated dependencies [a97a6a0]
- 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
11 changes: 11 additions & 0 deletions packages/spex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# trifid-plugin-spex

## 2.2.0

### Minor Changes

- 007e201: Upgrade Fastify to v5.

### Patch Changes

- 080f5d8: Harmonize author and keywords fields
- a97a6a0: Use Apache 2.0 license

## 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
Loading

0 comments on commit cf433af

Please sign in to comment.