diff --git a/.changeset/empty-cherries-kneel.md b/.changeset/empty-cherries-kneel.md deleted file mode 100644 index 91a00f05..00000000 --- a/.changeset/empty-cherries-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hydrofoil/shaperone-wc-shoelace": patch ---- - -Allow empty string return from add-object template diff --git a/.changeset/shy-kiwis-wash.md b/.changeset/shy-kiwis-wash.md deleted file mode 100644 index a35992ec..00000000 --- a/.changeset/shy-kiwis-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hydrofoil/shaperone-core": patch ---- - -It should be explicitly configurable which editors generate a default node without `sh:defaultValue` property. By default, only `dash:DetailsEditor` does diff --git a/demos/examples/CHANGELOG.md b/demos/examples/CHANGELOG.md index 5c05d6c0..d6a1807b 100644 --- a/demos/examples/CHANGELOG.md +++ b/demos/examples/CHANGELOG.md @@ -1,5 +1,12 @@ # @hydrofoil/shaperone-playground-examples +## 0.2.42 + +### Patch Changes + +- Updated dependencies [c7b4315] + - @hydrofoil/shaperone-core@0.9.14 + ## 0.2.41 ### Patch Changes diff --git a/demos/examples/package.json b/demos/examples/package.json index 9e88744b..f79c195c 100644 --- a/demos/examples/package.json +++ b/demos/examples/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-playground-examples", - "version": "0.2.41", + "version": "0.2.42", "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.13", + "@hydrofoil/shaperone-core": "0.9.14", "@hydrofoil/shaperone-wc": "0.7.9", "@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 72e0e9d7..09d3dd63 100644 --- a/demos/lit-html/CHANGELOG.md +++ b/demos/lit-html/CHANGELOG.md @@ -1,5 +1,13 @@ # @hydrofoil/shaperone-playground +## 0.1.73 + +### Patch Changes + +- Updated dependencies [c337f03] + - @hydrofoil/shaperone-wc-shoelace@0.1.24 + - @hydrofoil/shaperone-playground-examples@0.2.42 + ## 0.1.72 ### Patch Changes diff --git a/demos/lit-html/package.json b/demos/lit-html/package.json index 5bc9af7d..5015fc7a 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.72", + "version": "0.1.73", "description": "@hydrofoil/shaperone demo using lit-html", "repository": "https://github.com/hypermedia-app/shaperone", "author": "Tomasz Pluskiewicz ", @@ -14,11 +14,11 @@ "dependencies": { "@captaincodeman/rdx": "^1.0.0-rc.8", "@github/clipboard-copy-element": "^1.1.2", - "@hydrofoil/shaperone-playground-examples": "0.2.41", + "@hydrofoil/shaperone-playground-examples": "0.2.42", "@hydrofoil/shaperone-wc": "0.7.9", "@hydrofoil/shaperone-wc-material": "0.5.9", "@hydrofoil/shaperone-wc-vaadin": "0.4.11", - "@hydrofoil/shaperone-wc-shoelace": "0.1.23", + "@hydrofoil/shaperone-wc-shoelace": "0.1.24", "@hydrofoil/shaperone-hydra": "0.3.14", "@hydrofoil/shaperone-rdf-validate-shacl": "1.0.3", "@material/mwc-icon": "^0.25", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5d0b76b1..95ede191 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @hydrofoil/shaperone-core +## 0.9.14 + +### Patch Changes + +- c7b4315: It should be explicitly configurable which editors generate a default node without `sh:defaultValue` property. By default, only `dash:DetailsEditor` does + ## 0.9.13 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c4f45c17..fe7c29fb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-core", - "version": "0.9.13", + "version": "0.9.14", "description": "Base processor of SHACL Shape intended to build forms", "main": "index.js", "type": "module", diff --git a/packages/wc-shoelace/CHANGELOG.md b/packages/wc-shoelace/CHANGELOG.md index e0d0c637..02091f68 100644 --- a/packages/wc-shoelace/CHANGELOG.md +++ b/packages/wc-shoelace/CHANGELOG.md @@ -1,5 +1,13 @@ # @hydrofoil/shaperone-wc-shoelace +## 0.1.24 + +### Patch Changes + +- c337f03: Allow empty string return from add-object template +- Updated dependencies [c7b4315] + - @hydrofoil/shaperone-core@0.9.14 + ## 0.1.23 ### Patch Changes diff --git a/packages/wc-shoelace/package.json b/packages/wc-shoelace/package.json index c0f2a848..2c62ddd7 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.23", + "version": "0.1.24", "type": "module", "scripts": { "babel": "babel . --out-dir . --extensions .ts --config-file ../../babel.config.json", @@ -20,7 +20,7 @@ "custom-elements.json" ], "dependencies": { - "@hydrofoil/shaperone-core": "^0.9.13", + "@hydrofoil/shaperone-core": "^0.9.14", "@hydrofoil/shaperone-wc": "^0.7.9", "@rdfjs/data-model": "^2", "@rdfjs-elements/lit-helpers": "^0.3.5",