Skip to content

Commit 0273e03

Browse files
github-actions[bot]tpluscode
authored andcommitted
Version Packages
1 parent abf8d52 commit 0273e03

File tree

8 files changed

+28
-16
lines changed

8 files changed

+28
-16
lines changed

.changeset/dirty-planets-compare.md

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

.changeset/two-bottles-melt.md

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

apps/conduit/CHANGELOG.md

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

3+
## 0.1.54
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9df7729]
8+
- @hydrofoil/knossos@0.9.11
9+
310
## 0.1.53
411

512
### 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.53",
4+
"version": "0.1.54",
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.10",
13+
"@hydrofoil/knossos": "0.9.11",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hydrofoil/knossos
22

3+
## 0.9.11
4+
5+
### Patch Changes
6+
7+
- 9df7729: Possibility to configure own error mappers
8+
- Updated dependencies [9df7729]
9+
- Updated dependencies [9df7729]
10+
- @hydrofoil/labyrinth@0.13.12
11+
312
## 0.9.10
413

514
### 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.10",
3+
"version": "0.9.11",
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.7",
25+
"@hydrofoil/labyrinth": "^0.13.12",
2626
"@hydrofoil/vocabularies": "^0.3",
2727
"@rdfine/hydra": "^0.8.4",
2828
"@graphy/content.trig.read": "^4.3.3",

packages/labyrinth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hydrofoil/labyrinth
22

3+
## 0.13.12
4+
5+
### Patch Changes
6+
7+
- 9df7729: Possibility to configure own error mappers
8+
- 9df7729: Do not return Problem documents with `tempuri.org` URLs
9+
310
## 0.13.11
411

512
### Patch Changes

packages/labyrinth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/labyrinth",
3-
"version": "0.13.11",
3+
"version": "0.13.12",
44
"description": "Build Hydra APIs on top of hydra-box",
55
"scripts": {
66
"prepare": "tsc"

0 commit comments

Comments
 (0)