Skip to content

Commit a517cfb

Browse files
authored
Merge pull request #667 from zazuko/changeset-release/main
Merge to release
2 parents cebb53f + e706c03 commit a517cfb

File tree

8 files changed

+28
-17
lines changed

8 files changed

+28
-17
lines changed

.changeset/cruel-worlds-juggle.md

-6
This file was deleted.

.changeset/green-seas-smoke.md

-5
This file was deleted.

packages/entity-renderer/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @zazuko/trifid-renderer-entity
22

3+
## 1.5.3
4+
5+
### Patch Changes
6+
7+
- a190193: Allow empty `datasetBaseUrl` configuration value
8+
39
## 1.5.2
410

511
### Patch Changes

packages/entity-renderer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zazuko/trifid-entity-renderer",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"type": "module",
55
"description": "Renders a RDF entity in Trifid",
66
"main": "index.js",
@@ -43,7 +43,7 @@
4343
"@rdfjs/types": "^2.0.1",
4444
"c8": "^10.1.3",
4545
"trifid-handler-fetch": "^3.3.3",
46-
"trifid-plugin-yasgui": "^3.3.0"
46+
"trifid-plugin-yasgui": "^3.4.4"
4747
},
4848
"files": [
4949
"index.js",

packages/trifid/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# trifid
22

3+
## 5.0.10
4+
5+
### Patch Changes
6+
7+
- 5ddaa47: Bump `@zazuko/yasgui` to 4.5.0
8+
- Updated dependencies [5ddaa47]
9+
- Updated dependencies [a190193]
10+
11+
- @zazuko/trifid-entity-renderer@1.5.3
12+
313
## 5.0.9
414

515
### Patch Changes

packages/trifid/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "trifid",
33
"description": "Trifid - Lightweight Linked Data Server and Proxy",
4-
"version": "5.0.9",
4+
"version": "5.0.10",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/zazuko/trifid",
77
"type": "module",
@@ -32,14 +32,14 @@
3232
],
3333
"dependencies": {
3434
"@zazuko/trifid-plugin-sparql-proxy": "^2.5.0",
35-
"@zazuko/trifid-entity-renderer": "^1.4.0",
35+
"@zazuko/trifid-entity-renderer": "^1.5.3",
3636
"commander": "^13.1.0",
3737
"trifid-core": "^5.1.0",
3838
"trifid-handler-fetch": "^3.3.3",
3939
"trifid-plugin-graph-explorer": "^2.1.0",
4040
"trifid-plugin-i18n": "^3.0.2",
4141
"trifid-plugin-spex": "^3.0.0",
42-
"trifid-plugin-yasgui": "^3.3.0"
42+
"trifid-plugin-yasgui": "^3.4.4"
4343
},
4444
"publishConfig": {
4545
"access": "public",

packages/yasgui/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# trifid-plugin-yasgui
22

3+
## 3.4.4
4+
5+
### Patch Changes
6+
7+
- 5ddaa47: Bump `@zazuko/yasgui` to 4.5.0
8+
39
## 3.4.3
410

511
### Patch Changes

packages/yasgui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "trifid-plugin-yasgui",
33
"description": "Trifid YASGUI plugin",
44
"type": "module",
5-
"version": "3.4.3",
5+
"version": "3.4.4",
66
"license": "Apache-2.0",
77
"main": "index.js",
88
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)