Skip to content

Commit

Permalink
Merge pull request #199 from zazuko/changeset-release/main
Browse files Browse the repository at this point in the history
Merge to release
  • Loading branch information
ludovicm67 authored Nov 14, 2023
2 parents f0a42d0 + 32375e5 commit 7e62450
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-snakes-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-rocks-agree.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-dogs-reply.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# trifid-core

## 2.7.1

### Patch Changes

- 371f4f8: Do not display a body in case of errors.
This is not possible without breaking components that are using hijackresponse for now.

## 2.7.0

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

## 0.6.1

### Patch Changes

- fae8107: Use map instead of forEach in label loader.
- 56e7977: Upgrade dependencies, update example and improve tests.
- Updated dependencies [371f4f8]
- [email protected]

## 0.6.0

### Minor 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": "0.6.0",
"version": "0.6.1",
"type": "module",
"description": "Renders a RDF entity in Trifid",
"main": "index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"lit": "^3.0.2",
"p-queue": "^7.4.1",
"sparql-http-client": "^2.4.2",
"trifid-core": "^2.7.0"
"trifid-core": "^2.7.1"
},
"devDependencies": {
"c8": "^8.0.1",
Expand Down

0 comments on commit 7e62450

Please sign in to comment.