Skip to content

Commit 782abc6

Browse files
github-actions[bot]tpluscode
authored andcommitted
Version Packages
1 parent 9fe533f commit 782abc6

File tree

9 files changed

+31
-22
lines changed

9 files changed

+31
-22
lines changed

.changeset/flat-bats-lay.md

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

.changeset/slow-eggs-learn.md

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

.changeset/tricky-eagles-laugh.md

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

packages/labs/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- abe0fbc: Describe Strategy which generates a construct from annotated shape
8+
- Updated dependencies [abe0fbc]
9+
- Updated dependencies [7c08048]
10+
- @hydrofoil/shape-to-query@0.2.0
11+
- @hydrofoil/labyrinth@0.13.9
12+
313
## 0.1.4
414

515
### Patch Changes

packages/labs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/creta-labs",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"scripts": {
55
"prepare": "tsc"
66
},
@@ -16,8 +16,8 @@
1616
"lib/*.d.ts"
1717
],
1818
"dependencies": {
19-
"@hydrofoil/labyrinth": "^0.13.5",
20-
"@hydrofoil/shape-to-query": "^0.1.2",
19+
"@hydrofoil/labyrinth": "^0.13.9",
20+
"@hydrofoil/shape-to-query": "^0.2.0",
2121
"@hydrofoil/vocabularies": "^0.3.3",
2222
"@rdfjs/dataset": "^1",
2323
"@tpluscode/rdf-ns-builders": "^2.0.1",

packages/labyrinth/CHANGELOG.md

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

3+
## 0.13.9
4+
5+
### Patch Changes
6+
7+
- 7c08048: Overridable strategy for loading resource and collection member data (fixes #31)
8+
- Updated dependencies [abe0fbc]
9+
- @hydrofoil/shape-to-query@0.2.0
10+
311
## 0.13.8
412

513
### Patch Changes

packages/labyrinth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/labyrinth",
3-
"version": "0.13.8",
3+
"version": "0.13.9",
44
"description": "Build Hydra APIs on top of hydra-box",
55
"scripts": {
66
"prepare": "tsc"
@@ -20,7 +20,7 @@
2020
"directory": "packages/labyrinth"
2121
},
2222
"dependencies": {
23-
"@hydrofoil/shape-to-query": "^0.1.2",
23+
"@hydrofoil/shape-to-query": "^0.2.0",
2424
"@hydrofoil/vocabularies": "^0.3.3",
2525
"@rdfine/hydra": "^0.8.4",
2626
"@rdfjs/data-model": "^1.2",

packages/shape-to-query/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- abe0fbc: Simplest possible support for predicate paths.
8+
BREAKING: change the options parameter
9+
310
## 0.1.2
411

512
### Patch Changes

packages/shape-to-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/shape-to-query",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"main": "index.js",
55
"scripts": {
66
"prepare": "tsc"

0 commit comments

Comments
 (0)