Skip to content

Commit

Permalink
Merge pull request #502 from zazuko/changeset-release/main
Browse files Browse the repository at this point in the history
Merge to release
  • Loading branch information
ludovicm67 authored Sep 16, 2024
2 parents da26557 + 3bb9f6b commit f4309fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/tasty-ladybugs-retire.md

This file was deleted.

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.2.2

### Patch Changes

- 972e454: If `enableSchemaUrlRedirect` configuration option is set to `true`, the plugin is performing a redirect if the URI contains a `schema:URL` predicate pointing to a resource of type `xsd:anyURI` (already in place).

The user can now disable this behavior by either:

- setting the `disableSchemaUrlRedirect` query parameter to `true`
- setting the `x-disable-schema-url-redirect` header to `true`

## 1.2.1

### 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.1",
"version": "1.2.2",
"type": "module",
"description": "Renders a RDF entity in Trifid",
"main": "index.js",
Expand Down

0 comments on commit f4309fd

Please sign in to comment.