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 71dc4ee commit db7e4a1
Show file tree
Hide file tree
Showing 24 changed files with 86 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-poems-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-pillows-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-mugs-sell.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/ninety-birds-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-beers-relate.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/ckan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"chai-subset": "^1.6.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
"trifid-core": "^3.0.0",
"trifid-core": "^4.0.0",
"trifid-handler-fetch": "^3.0.0",
"typescript": "^5.3.3",
"xml2js": "^0.6.2",
Expand Down
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.0

### Major Changes

- e8faa76: The `render` function requires the request as first argument.

## 3.0.0

### Major 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": "3.0.0",
"version": "4.0.0",
"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.1

### Patch Changes

- e8faa76: Internally use the new `render` function, that takes the `request` as first argument.
- Updated dependencies [e8faa76]
- [email protected]

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.0.1",
"type": "module",
"description": "Renders a RDF entity in Trifid",
"main": "index.js",
Expand Down Expand Up @@ -28,14 +28,14 @@
"@zazuko/rdf-entity-webcomponent": "^0.7.7",
"lit": "^3.0.2",
"p-queue": "^8.0.1",
"trifid-core": "^3.0.0"
"trifid-core": "^4.0.0"
},
"devDependencies": {
"@rdfjs/types": "^1.1.0",
"c8": "^9.1.0",
"mocha": "^10.2.0",
"trifid-handler-fetch": "^3.0.0",
"trifid-plugin-yasgui": "^3.0.0"
"trifid-plugin-yasgui": "^3.0.2"
},
"files": [
"index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/graph-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# trifid-plugin-graph-explorer

## 2.0.2

### Patch Changes

- e8faa76: Internally use the new `render` function, that takes the `request` as first argument.

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graph-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Trifid Graph Explorer plugin",
"type": "module",
"main": "index.js",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"homepage": "https://github.com/zazuko/trifid",
"repository": {
Expand All @@ -27,6 +27,6 @@
"@types/node": "^20.11.20",
"c8": "^9.1.0",
"mocha": "^10.2.0",
"trifid-core": "^3.0.0"
"trifid-core": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"mocha": "^10.2.0",
"nodeify-fetch": "^3.1.0",
"nyc": "^15.1.0",
"trifid-core": "^3.0.0"
"trifid-core": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/iiif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"c8": "^9.1.0",
"mocha": "^10.3.0",
"trifid-core": "^3.0.0"
"trifid-core": "^4.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/markdown-content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zazuko/trifid-markdown-content

## 2.0.2

### Patch Changes

- e816fd3: Add support for trailing slashes (and redirect to it, to avoid duplicate content issues)
- e8faa76: Internally use the new `render` function, that takes the `request` as first argument.
- 71dc4ee: Use session to store content

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zazuko/trifid-markdown-content",
"version": "2.0.1",
"version": "2.0.2",
"description": "Trifid plugin to handle Markdown files",
"main": "src/index.js",
"type": "module",
Expand Down Expand Up @@ -35,7 +35,7 @@
"c8": "^9.1.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
"trifid-core": "^3.0.0"
"trifid-core": "^4.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/sparql-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zazuko/trifid-plugin-sparql-proxy

## 2.0.1

### Patch Changes

- 2553ece: Fix an issue with the rewrite query parameter, where it was assuming that undefined value was equal to 'true'
- Updated dependencies [e8faa76]
- [email protected]

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.0",
"version": "2.0.1",
"description": "Trifid plugin for sparql-proxy",
"main": "index.js",
"type": "module",
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"string-replace-stream": "^0.0.2",
"trifid-core": "^3.0.0"
"trifid-core": "^4.0.0"
},
"devDependencies": {
"@types/node": "^20.11.24"
Expand Down
6 changes: 6 additions & 0 deletions packages/spex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# trifid-plugin-spex

## 2.0.2

### Patch Changes

- e8faa76: Internally use the new `render` function, that takes the `request` as first argument.

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/spex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Trifid SPEX plugin",
"type": "module",
"main": "index.js",
"version": "2.0.1",
"version": "2.0.2",
"license": "Apache-2.0",
"homepage": "https://github.com/zazuko/trifid",
"repository": {
Expand All @@ -29,7 +29,7 @@
"devDependencies": {
"c8": "^9.1.0",
"mocha": "^10.2.0",
"trifid-core": "^3.0.0"
"trifid-core": "^4.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/trifid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# trifid

## 5.0.1

### Patch Changes

- Updated dependencies [e8faa76]
- Updated dependencies [2553ece]
- Updated dependencies [e8faa76]
- [email protected]
- @zazuko/trifid-plugin-sparql-proxy@2.0.1
- @zazuko/trifid-entity-renderer@1.0.1
- [email protected]
- [email protected]
- [email protected]

## 5.0.0

### Major Changes
Expand Down
14 changes: 7 additions & 7 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": "5.0.0",
"version": "5.0.1",
"license": "Apache-2.0",
"homepage": "https://github.com/zazuko/trifid",
"type": "module",
Expand All @@ -24,14 +24,14 @@
},
"dependencies": {
"@zazuko/trifid-handle-redirects": "^0.1.3",
"@zazuko/trifid-plugin-sparql-proxy": "^2.0.0",
"@zazuko/trifid-entity-renderer": "^1.0.0",
"@zazuko/trifid-plugin-sparql-proxy": "^2.0.1",
"@zazuko/trifid-entity-renderer": "^1.0.1",
"commander": "^12.0.0",
"trifid-core": "^3.0.0",
"trifid-core": "^4.0.0",
"trifid-handler-fetch": "^3.0.0",
"trifid-plugin-graph-explorer": "^2.0.0",
"trifid-plugin-graph-explorer": "^2.0.2",
"trifid-plugin-i18n": "^3.0.0",
"trifid-plugin-spex": "^2.0.0",
"trifid-plugin-yasgui": "^3.0.0"
"trifid-plugin-spex": "^2.0.2",
"trifid-plugin-yasgui": "^3.0.2"
}
}
6 changes: 6 additions & 0 deletions packages/yasgui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# trifid-plugin-yasgui

## 3.0.2

### Patch Changes

- e8faa76: Internally use the new `render` function, that takes the `request` as first argument.

## 3.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/yasgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "trifid-plugin-yasgui",
"description": "Trifid YASGUI plugin",
"type": "module",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/zazuko/trifid",
Expand Down Expand Up @@ -32,6 +32,6 @@
"devDependencies": {
"c8": "^9.1.0",
"mocha": "^10.2.0",
"trifid-core": "^3.0.0"
"trifid-core": "^4.0.0"
}
}

0 comments on commit db7e4a1

Please sign in to comment.