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 827eea5 commit 4adaa4a
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/funny-teachers-promise.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.1

### Patch Changes

- 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "4.2.1",
"description": "Endpoint for opendata.swiss CKAN harvester",
"main": "src/index.js",
"types": "dist/ckan/src/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/entity-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zazuko/trifid-renderer-entity

## 1.4.1

### Patch Changes

- 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "1.4.1",
"type": "module",
"description": "Renders a RDF entity in Trifid",
"main": "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.1

### Patch Changes

- 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "2.1.1",
"license": "Apache-2.0",
"homepage": "https://github.com/zazuko/trifid",
"repository": {
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.1

### Patch Changes

- 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "1.1.1",
"type": "module",
"description": "Trifid plugin to handle IIIF data",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/sparql-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zazuko/trifid-plugin-sparql-proxy

## 2.5.1

### Patch Changes

- 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic

## 2.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0",
"version": "2.5.1",
"description": "Trifid plugin for sparql-proxy",
"main": "index.js",
"type": "module",
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.1

### Patch Changes

- 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "2.2.1",
"license": "Apache-2.0",
"homepage": "https://github.com/zazuko/trifid",
"repository": {
Expand Down

0 comments on commit 4adaa4a

Please sign in to comment.