diff --git a/.changeset/purple-pets-hope.md b/.changeset/purple-pets-hope.md deleted file mode 100644 index 7ba52c72..00000000 --- a/.changeset/purple-pets-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hydrofoil/shaperone-wc": patch ---- - -Focus node action to clear a selected property diff --git a/demos/examples/CHANGELOG.md b/demos/examples/CHANGELOG.md index 7bb70035..32f93000 100644 --- a/demos/examples/CHANGELOG.md +++ b/demos/examples/CHANGELOG.md @@ -1,5 +1,12 @@ # @hydrofoil/shaperone-playground-examples +## 0.2.38 + +### Patch Changes + +- Updated dependencies [80e08c9] + - @hydrofoil/shaperone-wc@0.7.7 + ## 0.2.37 ### Patch Changes diff --git a/demos/examples/package.json b/demos/examples/package.json index 40e76dea..08ad92d2 100644 --- a/demos/examples/package.json +++ b/demos/examples/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-playground-examples", - "version": "0.2.37", + "version": "0.2.38", "main": "index.js", "repository": "https://github.com/hypermedia-app/shaperone", "author": "Tomasz Pluskiewicz ", @@ -11,7 +11,7 @@ "@fortawesome/fontawesome-svg-core": "^1.2.32", "@fortawesome/free-solid-svg-icons": "^5.15.1", "@hydrofoil/shaperone-core": "0.9.10", - "@hydrofoil/shaperone-wc": "0.7.6", + "@hydrofoil/shaperone-wc": "0.7.7", "@rdf-esm/data-model": "^0.5.3", "@rdf-esm/term-map": "^0.5.0", "@rdfjs-elements/lit-helpers": "^0.3.3", diff --git a/demos/lit-html/CHANGELOG.md b/demos/lit-html/CHANGELOG.md index feff3a97..b58dc9ba 100644 --- a/demos/lit-html/CHANGELOG.md +++ b/demos/lit-html/CHANGELOG.md @@ -1,5 +1,13 @@ # @hydrofoil/shaperone-playground +## 0.1.68 + +### Patch Changes + +- Updated dependencies [80e08c9] + - @hydrofoil/shaperone-wc@0.7.7 + - @hydrofoil/shaperone-playground-examples@0.2.38 + ## 0.1.67 ### Patch Changes diff --git a/demos/lit-html/package.json b/demos/lit-html/package.json index eef49a0a..f181f40a 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.67", + "version": "0.1.68", "description": "@hydrofoil/shaperone demo using lit-html", "repository": "https://github.com/hypermedia-app/shaperone", "author": "Tomasz Pluskiewicz ", @@ -14,8 +14,8 @@ "dependencies": { "@captaincodeman/rdx": "^1.0.0-rc.8", "@github/clipboard-copy-element": "^1.1.2", - "@hydrofoil/shaperone-playground-examples": "0.2.37", - "@hydrofoil/shaperone-wc": "0.7.6", + "@hydrofoil/shaperone-playground-examples": "0.2.38", + "@hydrofoil/shaperone-wc": "0.7.7", "@hydrofoil/shaperone-wc-material": "0.5.8", "@hydrofoil/shaperone-wc-vaadin": "0.4.10", "@hydrofoil/shaperone-wc-shoelace": "0.1.19", diff --git a/packages/wc/CHANGELOG.md b/packages/wc/CHANGELOG.md index a535c304..4ecbab6f 100644 --- a/packages/wc/CHANGELOG.md +++ b/packages/wc/CHANGELOG.md @@ -1,5 +1,11 @@ # @hydrofoil/shaperone-wc +## 0.7.7 + +### Patch Changes + +- 80e08c9: Focus node action to clear a selected property + ## 0.7.6 ### Patch Changes diff --git a/packages/wc/package.json b/packages/wc/package.json index 08a54a59..50291558 100644 --- a/packages/wc/package.json +++ b/packages/wc/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-wc", - "version": "0.7.6", + "version": "0.7.7", "description": "Web Component rendering SHACL forms", "main": "index.js", "type": "module",