Skip to content

Commit

Permalink
Merge pull request #171 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 18, 2023
2 parents 3a13457 + c28eb37 commit cce2496
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-insects-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-mayflies-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-flowers-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-countries-cover.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-moose-matter.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.6.3

### Patch Changes

- cb227a3: Use toString method to convert IRI URL into a string
- 141786b: Upgrade dependencies

## 2.6.2

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

## 0.5.0

### Minor Changes

- 9e2019c: Improve the default header

### Patch Changes

- 3a13457: Upgrade @zazuko/rdf-entity-webcomponent to 0.7.7
- 1937f67: Use @zazuko/env and upgrade dependencies
- Updated dependencies [cb227a3]
- Updated dependencies [141786b]
- [email protected]

## 0.4.18

### 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": "0.4.18",
"version": "0.5.0",
"type": "module",
"description": "Renders a RDF entity in Trifid",
"main": "index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"p-queue": "^7.4.1",
"rdf-ext": "^2.3.0",
"sparql-http-client": "^2.4.2",
"trifid-core": "^2.6.2"
"trifid-core": "^2.6.3"
},
"devDependencies": {
"cypress": "^13.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/sparql-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zazuko/trifid-plugin-sparql-proxy

## 1.1.1

### Patch Changes

- 141786b: Upgrade dependencies
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": "1.1.0",
"version": "1.1.1",
"description": "Trifid plugin for sparql-proxy",
"main": "index.js",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions packages/trifid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# trifid

## 4.0.2

### Patch Changes

- Updated dependencies [cb227a3]
- Updated dependencies [9e2019c]
- Updated dependencies [3a13457]
- Updated dependencies [1937f67]
- Updated dependencies [141786b]
- [email protected]
- @zazuko/trifid-entity-renderer@0.5.0
- @zazuko/trifid-plugin-sparql-proxy@1.1.1

## 4.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/trifid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trifid",
"description": "Trifid - Lightweight Linked Data Server and Proxy",
"version": "4.0.1",
"version": "4.0.2",
"license": "Apache-2.0",
"homepage": "https://github.com/zazuko/trifid",
"type": "module",
Expand All @@ -25,11 +25,11 @@
},
"dependencies": {
"@zazuko/trifid-handle-redirects": "^0.1.2",
"@zazuko/trifid-plugin-sparql-proxy": "^1.1.0",
"@zazuko/trifid-entity-renderer": "^0.4.18",
"@zazuko/trifid-plugin-sparql-proxy": "^1.1.1",
"@zazuko/trifid-entity-renderer": "^0.5.0",
"commander": "^11.0.0",
"morgan": "^1.10.0",
"trifid-core": "^2.6.2",
"trifid-core": "^2.6.3",
"trifid-handler-fetch": "^2.0.1",
"trifid-handler-sparql": "^2.1.1",
"trifid-plugin-graph-explorer": "^1.0.2",
Expand Down

0 comments on commit cce2496

Please sign in to comment.