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

Merged
merged 1 commit into from
Sep 24, 2024
Merged
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/cyan-laws-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-plants-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-hounds-judge.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.1.0

### Minor Changes

- 77fcfd4: Preserve existing objects of `dcat:distribution` (re https://gitlab.ldbar.ch/bafu/visualize/-/issues/560)

## 4.0.3

### Patch 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.0.3",
"version": "4.1.0",
"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.3.0

### Minor Changes

- c1295d5: Expose `jsonld` string to the view, so that some complex logic could be done on top of it if needed.

## 1.2.2

### Patch 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.2.2",
"version": "1.3.0",
"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.0.4

### Patch Changes

- 4e21e24: Add integrity hash to external resources

## 2.0.3

### Patch 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 @@ -3,7 +3,7 @@
"description": "Trifid Graph Explorer plugin",
"type": "module",
"main": "index.js",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"homepage": "https://github.com/zazuko/trifid",
"repository": {
Expand Down