Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 12, 2024
1 parent dd8b6bf commit 7f3abd4
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-rules-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-papayas-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-ducks-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-spiders-listen.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

## 4.0.7

### Patch Changes

- b03bdb5: Fix support of root path for the static plugin.
- eff233a: Export `getListenerURL` function that can be used for any test case for example.

## 4.0.6

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

## 3.2.0

### Minor Changes

- 6a4dcfc: Returns `Server-Timing` as response header containing the duration of the request to perform.

## 3.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/handler-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "trifid-handler-fetch",
"description": "Fetch handler for Trifid",
"type": "module",
"version": "3.1.0",
"version": "3.2.0",
"license": "MIT",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"c8": "^10.0.0",
"mocha": "^10.4.0",
"rimraf": "^5.0.7",
"trifid-core": "^4.0.6",
"trifid-core": "^4.0.7",
"typescript": "^5.4.5"
}
}
12 changes: 12 additions & 0 deletions packages/sparql-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zazuko/trifid-plugin-sparql-proxy

## 2.2.0

### Minor Changes

- f0452b1: Returns `Server-Timing` as response header containing the duration of the request to the configured endpoint.

### Patch Changes

- Updated dependencies [b03bdb5]
- Updated dependencies [eff233a]
- [email protected]

## 2.1.0

### Minor 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.1.0",
"version": "2.2.0",
"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": "^4.0.5"
"trifid-core": "^4.0.7"
},
"devDependencies": {
"@types/node": "^20.14.0"
Expand Down

0 comments on commit 7f3abd4

Please sign in to comment.