diff --git a/.changeset/fluffy-rules-prove.md b/.changeset/fluffy-rules-prove.md deleted file mode 100644 index b20a5be4..00000000 --- a/.changeset/fluffy-rules-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hydrofoil/shaperone-core": patch ---- - -Focus node action to clear a selected property diff --git a/demos/examples/CHANGELOG.md b/demos/examples/CHANGELOG.md index 7e45fba3..7bb70035 100644 --- a/demos/examples/CHANGELOG.md +++ b/demos/examples/CHANGELOG.md @@ -1,5 +1,12 @@ # @hydrofoil/shaperone-playground-examples +## 0.2.37 + +### Patch Changes + +- Updated dependencies [a5b8e3a] + - @hydrofoil/shaperone-core@0.9.10 + ## 0.2.36 ### Patch Changes diff --git a/demos/examples/package.json b/demos/examples/package.json index e53e30f2..40e76dea 100644 --- a/demos/examples/package.json +++ b/demos/examples/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-playground-examples", - "version": "0.2.36", + "version": "0.2.37", "main": "index.js", "repository": "https://github.com/hypermedia-app/shaperone", "author": "Tomasz Pluskiewicz ", @@ -10,7 +10,7 @@ "@tpluscode/rdf-ns-builders": "^2.0.0", "@fortawesome/fontawesome-svg-core": "^1.2.32", "@fortawesome/free-solid-svg-icons": "^5.15.1", - "@hydrofoil/shaperone-core": "0.9.9", + "@hydrofoil/shaperone-core": "0.9.10", "@hydrofoil/shaperone-wc": "0.7.6", "@rdf-esm/data-model": "^0.5.3", "@rdf-esm/term-map": "^0.5.0", diff --git a/demos/lit-html/CHANGELOG.md b/demos/lit-html/CHANGELOG.md index b56d0adf..feff3a97 100644 --- a/demos/lit-html/CHANGELOG.md +++ b/demos/lit-html/CHANGELOG.md @@ -1,5 +1,11 @@ # @hydrofoil/shaperone-playground +## 0.1.67 + +### Patch Changes + +- @hydrofoil/shaperone-playground-examples@0.2.37 + ## 0.1.66 ### Patch Changes diff --git a/demos/lit-html/package.json b/demos/lit-html/package.json index e7b57db6..eef49a0a 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.66", + "version": "0.1.67", "description": "@hydrofoil/shaperone demo using lit-html", "repository": "https://github.com/hypermedia-app/shaperone", "author": "Tomasz Pluskiewicz ", @@ -14,7 +14,7 @@ "dependencies": { "@captaincodeman/rdx": "^1.0.0-rc.8", "@github/clipboard-copy-element": "^1.1.2", - "@hydrofoil/shaperone-playground-examples": "0.2.36", + "@hydrofoil/shaperone-playground-examples": "0.2.37", "@hydrofoil/shaperone-wc": "0.7.6", "@hydrofoil/shaperone-wc-material": "0.5.8", "@hydrofoil/shaperone-wc-vaadin": "0.4.10", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 37bbde7f..d2f02311 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @hydrofoil/shaperone-core +## 0.9.10 + +### Patch Changes + +- a5b8e3a: Focus node action to clear a selected property + ## 0.9.9 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 4214efe3..9154b2dc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-core", - "version": "0.9.9", + "version": "0.9.10", "description": "Base processor of SHACL Shape intended to build forms", "main": "index.js", "type": "module",