Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ludovicm67 committed Mar 11, 2024
1 parent 854eddf commit 2f1df5e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-kiwis-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-rats-bow.md

This file was deleted.

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

## 4.0.2

### Patch Changes

- 3f2271d: Allow to send custom headers to a SPARQL endpoint using the `query` function

## 4.0.1

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

## 1.0.2

### Patch Changes

- 854eddf: Send `i18n` cookie to requests made to the SPARQL endpoint to avoid languages issues.
- Updated dependencies [3f2271d]
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.0.1",
"version": "1.0.2",
"type": "module",
"description": "Renders a RDF entity in Trifid",
"main": "index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@zazuko/rdf-entity-webcomponent": "^0.7.7",
"lit": "^3.0.2",
"p-queue": "^8.0.1",
"trifid-core": "^4.0.0"
"trifid-core": "^4.0.2"
},
"devDependencies": {
"@rdfjs/types": "^1.1.0",
Expand Down

0 comments on commit 2f1df5e

Please sign in to comment.