diff --git a/.changeset/seven-crews-brush.md b/.changeset/seven-crews-brush.md deleted file mode 100644 index c1dc4e3a..00000000 --- a/.changeset/seven-crews-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hydrofoil/shaperone-wc-shoelace": patch ---- - -Clearing a multiselect would not remove triples from graph diff --git a/demos/lit-html/CHANGELOG.md b/demos/lit-html/CHANGELOG.md index 79eaf5ba..68ae577d 100644 --- a/demos/lit-html/CHANGELOG.md +++ b/demos/lit-html/CHANGELOG.md @@ -1,5 +1,12 @@ # @hydrofoil/shaperone-playground +## 0.1.62 + +### Patch Changes + +- Updated dependencies [3100c0a] + - @hydrofoil/shaperone-wc-shoelace@0.1.16 + ## 0.1.61 ### Patch Changes diff --git a/demos/lit-html/package.json b/demos/lit-html/package.json index 748765be..194ddfa9 100644 --- a/demos/lit-html/package.json +++ b/demos/lit-html/package.json @@ -1,7 +1,7 @@ { "name": "@hydrofoil/shaperone-playground", "private": true, - "version": "0.1.61", + "version": "0.1.62", "description": "@hydrofoil/shaperone demo using lit-html", "repository": "https://github.com/hypermedia-app/shaperone", "author": "Tomasz Pluskiewicz ", @@ -18,7 +18,7 @@ "@hydrofoil/shaperone-wc": "0.7.6", "@hydrofoil/shaperone-wc-material": "0.5.8", "@hydrofoil/shaperone-wc-vaadin": "0.4.10", - "@hydrofoil/shaperone-wc-shoelace": "0.1.15", + "@hydrofoil/shaperone-wc-shoelace": "0.1.16", "@hydrofoil/shaperone-hydra": "0.3.13", "@hydrofoil/shaperone-rdf-validate-shacl": "1.0.3", "@material/mwc-icon": "^0.25", diff --git a/packages/wc-shoelace/CHANGELOG.md b/packages/wc-shoelace/CHANGELOG.md index 36532da9..9ccd1d8d 100644 --- a/packages/wc-shoelace/CHANGELOG.md +++ b/packages/wc-shoelace/CHANGELOG.md @@ -1,5 +1,11 @@ # @hydrofoil/shaperone-wc-shoelace +## 0.1.16 + +### Patch Changes + +- 3100c0a: Clearing a multiselect would not remove triples from graph + ## 0.1.15 ### Patch Changes diff --git a/packages/wc-shoelace/package.json b/packages/wc-shoelace/package.json index d2119eae..4a02677d 100644 --- a/packages/wc-shoelace/package.json +++ b/packages/wc-shoelace/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-wc-shoelace", - "version": "0.1.15", + "version": "0.1.16", "type": "module", "scripts": { "babel": "babel . --out-dir . --extensions .ts --config-file ../../babel.config.json",