Skip to content

Commit 570e96b

Browse files
github-actions[bot]tpluscode
authored andcommitted
Version Packages
1 parent d9bbe53 commit 570e96b

File tree

6 files changed

+21
-13
lines changed

6 files changed

+21
-13
lines changed

.changeset/loud-impalas-hammer.md

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

.changeset/short-tips-bow.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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [fbc9768]
8+
- Updated dependencies [fbc9768]
9+
- @hydrofoil/shape-to-query@0.14.0
10+
311
## 0.0.12
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.12",
3+
"version": "0.0.13",
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.13.0",
16+
"@hydrofoil/shape-to-query": "^0.14.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/shape-to-query/CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- fbc9768: The class abstract `NodeExpression` now requires the expression term as argument
8+
9+
### Patch Changes
10+
11+
- fbc9768: Function expressions were incorrectly cached and reused, causing incorrect, or even invalid SPARQL
12+
313
## 0.13.11
414

515
### 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.13.11",
3+
"version": "0.14.0",
44
"type": "module",
55
"scripts": {
66
"prepack": "tsc",

0 commit comments

Comments
 (0)