Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tpluscode committed Jan 9, 2023
1 parent 0471b56 commit 1f26c0b
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-lobsters-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-wolves-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-spoons-train.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/conduit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hydrofoil/conduit

## 0.1.55

### Patch Changes

- 01cace9: build(deps): bump jwks-rsa from 2.1.5 to 3.0.0

## 0.1.54

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/conduit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hydrofoil/conduit",
"private": true,
"version": "0.1.54",
"version": "0.1.55",
"scripts": {
"resources": "../../packages/knossos/bin/knossos.ts init",
"bootstrap": "run-s bootstrap:*",
Expand Down
9 changes: 9 additions & 0 deletions packages/labs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hydrofoil/creta-labs

## 0.1.7

### Patch Changes

- Updated dependencies [d2d5996]
- Updated dependencies [d2d5996]
- @hydrofoil/shape-to-query@0.3.0
- @hydrofoil/labyrinth@0.13.13

## 0.1.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/labs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/creta-labs",
"version": "0.1.6",
"version": "0.1.7",
"scripts": {
"prepare": "tsc"
},
Expand All @@ -16,8 +16,8 @@
"lib/*.d.ts"
],
"dependencies": {
"@hydrofoil/labyrinth": "^0.13.9",
"@hydrofoil/shape-to-query": "^0.2.0",
"@hydrofoil/labyrinth": "^0.13.13",
"@hydrofoil/shape-to-query": "^0.3.0",
"@hydrofoil/vocabularies": "^0.3.3",
"@rdfjs/dataset": "^1",
"@tpluscode/rdf-ns-builders": "^2.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/labyrinth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hydrofoil/labyrinth

## 0.13.13

### Patch Changes

- Updated dependencies [d2d5996]
- Updated dependencies [d2d5996]
- @hydrofoil/shape-to-query@0.3.0

## 0.13.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labyrinth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/labyrinth",
"version": "0.13.12",
"version": "0.13.13",
"description": "Build Hydra APIs on top of hydra-box",
"scripts": {
"prepare": "tsc"
Expand All @@ -20,7 +20,7 @@
"directory": "packages/labyrinth"
},
"dependencies": {
"@hydrofoil/shape-to-query": "^0.2.0",
"@hydrofoil/shape-to-query": "^0.3.0",
"@hydrofoil/vocabularies": "^0.3.3",
"@rdfine/hydra": "^0.8.4",
"@rdfjs/data-model": "^1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/shape-to-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hydrofoil/shape-to-query

## 0.3.0

### Minor Changes

- d2d5996: Support for deep `sh:node` which get combined with parent property shapes' paths
- d2d5996: Changed the signature of `shapeToPatterns`. Now it returns an object with functions to create full `CONSTRUCT` and `WHERE` clauses and implements the `Iterable<SparqlTemplateResult>` interface

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shape-to-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/shape-to-query",
"version": "0.2.3",
"version": "0.3.0",
"main": "index.js",
"scripts": {
"prepare": "tsc"
Expand Down

0 comments on commit 1f26c0b

Please sign in to comment.