Skip to content

Commit a33fa56

Browse files
github-actions[bot]tpluscode
authored andcommitted
Version Packages
1 parent 6a19f61 commit a33fa56

File tree

9 files changed

+36
-21
lines changed

9 files changed

+36
-21
lines changed

.changeset/famous-games-change.md

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

.changeset/lucky-buckets-smoke.md

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

.changeset/stupid-doors-promise.md

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

packages/demo/CHANGELOG.md

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

3+
## 0.0.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5a07b3d]
8+
- Updated dependencies [49fe2af]
9+
- @hydrofoil/shape-to-query@0.15.0
10+
311
## 0.0.13
412

513
### Patch Changes

packages/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shape-to-query",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"repository": "[email protected]:hypermedia-app/shape-to-query.git",
55
"author": "tpluscode <[email protected]>",
66
"license": "MIT",
@@ -13,7 +13,7 @@
1313
},
1414
"homepage": "https://shape-to-query.hypermedia.app/docs",
1515
"dependencies": {
16-
"@hydrofoil/shape-to-query": "^0.14.0",
16+
"@hydrofoil/shape-to-query": "^0.15.0",
1717
"@rdfjs-elements/rdf-editor": "^0.5.10",
1818
"@rdfjs-elements/sparql-editor": "^0.2.2",
1919
"@shoelace-style/shoelace": "^2.20.1",

packages/processor/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 5a07b3d: The query processor methods now allow returning arrays, which may break extending classes
8+
9+
### Patch Changes
10+
11+
- 9f043d4: Allow transforming triple to another type of pattern
12+
313
## 0.1.5
414

515
### Patch Changes

packages/processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/sparql-processor",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"type": "module",
55
"main": "index.js",
66
"scripts": {

packages/shape-to-query/CHANGELOG.md

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

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- 5a07b3d: The query processor methods now allow returning arrays, which may break extending classes
8+
9+
### Patch Changes
10+
11+
- 49fe2af: Update RDF/JS-related packages
12+
- Updated dependencies [5a07b3d]
13+
- Updated dependencies [9f043d4]
14+
- @hydrofoil/sparql-processor@0.2.0
15+
316
## 0.14.0
417

518
### Minor Changes

packages/shape-to-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/shape-to-query",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"type": "module",
55
"scripts": {
66
"prepack": "tsc",
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://shape-to-query.hypermedia.app/docs",
2626
"dependencies": {
27-
"@hydrofoil/sparql-processor": "^0.1.4",
27+
"@hydrofoil/sparql-processor": "^0.2.0",
2828
"@tpluscode/rdf-ns-builders": ">=3.0.2",
2929
"@tpluscode/rdf-string": "^1.3.4",
3030
"@types/sparqljs": "^3.1.11",

0 commit comments

Comments
 (0)