Skip to content

Commit 496b536

Browse files
github-actions[bot]tpluscode
authored andcommitted
Version Packages
1 parent d379c95 commit 496b536

File tree

13 files changed

+43
-34
lines changed

13 files changed

+43
-34
lines changed

.changeset/blue-elephants-drop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chatty-elephants-sell.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/curly-tomatoes-burn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-experts-melt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wild-boxes-do.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/conduit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hydrofoil/conduit
22

3+
## 0.1.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e62dcba]
8+
- Updated dependencies [db525e7]
9+
- @hydrofoil/knossos@0.9.8
10+
311
## 0.1.50
412

513
### Patch Changes

apps/conduit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hydrofoil/conduit",
33
"private": true,
4-
"version": "0.1.50",
4+
"version": "0.1.51",
55
"scripts": {
66
"resources": "../../packages/knossos/bin/knossos.ts init",
77
"bootstrap": "run-s bootstrap:*",
@@ -10,7 +10,7 @@
1010
"bootstrap:vocabs": "../../packages/talos/bin/talos.ts put-vocabs --apiDoc https://conduit.knossos.lndo.site/api --endpoint http://db.labyrinth.lndo.site/repositories/labyrinth --user minos --password password"
1111
},
1212
"dependencies": {
13-
"@hydrofoil/knossos": "0.9.7",
13+
"@hydrofoil/knossos": "0.9.8",
1414
"@rdfjs/term-set": "^1.1.0",
1515
"@tpluscode/rdf-ns-builders": "^2.0.0",
1616
"@tpluscode/sparql-builder": "^0.3.23",

packages/knossos/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hydrofoil/knossos
22

3+
## 0.9.8
4+
5+
### Patch Changes
6+
7+
- e62dcba: Loaded code arguments should all be optional
8+
- db525e7: Added a new "before send" hook which runs at the end of default handlers
9+
- Updated dependencies [e62dcba]
10+
- Updated dependencies [db525e7]
11+
- @hydrofoil/labyrinth@0.13.5
12+
313
## 0.9.7
414

515
### Patch Changes

packages/knossos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/knossos",
3-
"version": "0.9.7",
3+
"version": "0.9.8",
44
"bin": {
55
"knossos": "bin/knossos.js",
66
"knossos-ts": "bin/knossos-ts.js"
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@fcostarodrigo/walk": "^5.0.1",
2424
"@hydrofoil/knossos-events": "^0.3.12",
25-
"@hydrofoil/labyrinth": "^0.13.4",
25+
"@hydrofoil/labyrinth": "^0.13.5",
2626
"@hydrofoil/vocabularies": "^0.3",
2727
"@rdfine/hydra": "^0.8.4",
2828
"@graphy/content.trig.read": "^4.3.3",

packages/labs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @hydrofoil/creta-labs
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 4eef0f3: Do not redirect when there is no `accept` header
8+
- 943271b: Do not redirect when accept is most `*/*` wildcard
9+
- ed90d77: Cache and preconditons
10+
- Updated dependencies [e62dcba]
11+
- Updated dependencies [db525e7]
12+
- @hydrofoil/labyrinth@0.13.5
13+
314
## 0.1.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)