From 6f88485af24a491c5a1319e21af7ef0015b131fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 5 Sep 2022 15:11:41 +0000 Subject: [PATCH] Version Packages --- .changeset/quick-pugs-travel.md | 5 ----- .changeset/wicked-squids-tell.md | 6 ------ demos/examples/CHANGELOG.md | 7 +++++++ demos/examples/package.json | 4 ++-- demos/lit-html/CHANGELOG.md | 8 ++++++++ demos/lit-html/package.json | 6 +++--- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- packages/wc-shoelace/CHANGELOG.md | 8 ++++++++ packages/wc-shoelace/package.json | 4 ++-- 10 files changed, 38 insertions(+), 19 deletions(-) delete mode 100644 .changeset/quick-pugs-travel.md delete mode 100644 .changeset/wicked-squids-tell.md diff --git a/.changeset/quick-pugs-travel.md b/.changeset/quick-pugs-travel.md deleted file mode 100644 index 640ddae5..00000000 --- a/.changeset/quick-pugs-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hydrofoil/shaperone-wc-shoelace": patch ---- - -Missing imports in `sh-sl-autocomplete` diff --git a/.changeset/wicked-squids-tell.md b/.changeset/wicked-squids-tell.md deleted file mode 100644 index ac2f2163..00000000 --- a/.changeset/wicked-squids-tell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hydrofoil/shaperone-core": patch ---- - -When adding a new value to a property which was `sh:nodeKind sh:IRI`, an empty IRI `<>` was always created, even if it clashed without existing nodes. Now random IRI references will be generated. -Also, if a property is annotated with `sh1:iriPrefix`, it will be used as base for the created URIs diff --git a/demos/examples/CHANGELOG.md b/demos/examples/CHANGELOG.md index 7d57dbdf..5eb9a028 100644 --- a/demos/examples/CHANGELOG.md +++ b/demos/examples/CHANGELOG.md @@ -1,5 +1,12 @@ # @hydrofoil/shaperone-playground-examples +## 0.2.33 + +### Patch Changes + +- Updated dependencies [cb60db7] + - @hydrofoil/shaperone-core@0.9.6 + ## 0.2.32 ### Patch Changes diff --git a/demos/examples/package.json b/demos/examples/package.json index f3bd98bb..b3f79fa5 100644 --- a/demos/examples/package.json +++ b/demos/examples/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-playground-examples", - "version": "0.2.32", + "version": "0.2.33", "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.5", + "@hydrofoil/shaperone-core": "0.9.6", "@hydrofoil/shaperone-wc": "0.7.4", "@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 dd456638..0ee0d846 100644 --- a/demos/lit-html/CHANGELOG.md +++ b/demos/lit-html/CHANGELOG.md @@ -1,5 +1,13 @@ # @hydrofoil/shaperone-playground +## 0.1.57 + +### Patch Changes + +- Updated dependencies [68d98aa] + - @hydrofoil/shaperone-wc-shoelace@0.1.11 + - @hydrofoil/shaperone-playground-examples@0.2.33 + ## 0.1.56 ### Patch Changes diff --git a/demos/lit-html/package.json b/demos/lit-html/package.json index 5efbb27e..74d8945e 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.56", + "version": "0.1.57", "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.32", + "@hydrofoil/shaperone-playground-examples": "0.2.33", "@hydrofoil/shaperone-wc": "0.7.4", "@hydrofoil/shaperone-wc-material": "0.5.6", "@hydrofoil/shaperone-wc-vaadin": "0.4.8", - "@hydrofoil/shaperone-wc-shoelace": "0.1.10", + "@hydrofoil/shaperone-wc-shoelace": "0.1.11", "@hydrofoil/shaperone-hydra": "0.3.11", "@hydrofoil/shaperone-rdf-validate-shacl": "1.0.1", "@material/mwc-icon": "^0.25", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2f306035..7b406382 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @hydrofoil/shaperone-core +## 0.9.6 + +### Patch Changes + +- cb60db7: When adding a new value to a property which was `sh:nodeKind sh:IRI`, an empty IRI `<>` was always created, even if it clashed without existing nodes. Now random IRI references will be generated. + Also, if a property is annotated with `sh1:iriPrefix`, it will be used as base for the created URIs + ## 0.9.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 0f4c5d36..e44b0fd8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-core", - "version": "0.9.5", + "version": "0.9.6", "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 58f21f7c..ffa3564f 100644 --- a/packages/wc-shoelace/CHANGELOG.md +++ b/packages/wc-shoelace/CHANGELOG.md @@ -1,5 +1,13 @@ # @hydrofoil/shaperone-wc-shoelace +## 0.1.11 + +### Patch Changes + +- 68d98aa: Missing imports in `sh-sl-autocomplete` +- Updated dependencies [cb60db7] + - @hydrofoil/shaperone-core@0.9.6 + ## 0.1.10 ### Patch Changes diff --git a/packages/wc-shoelace/package.json b/packages/wc-shoelace/package.json index cfa4c7c7..8628a1a2 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.10", + "version": "0.1.11", "type": "module", "scripts": { "prepack": "babel . --out-dir . --extensions .ts --config-file ../../babel.config.json", @@ -20,7 +20,7 @@ "custom-elements.json" ], "dependencies": { - "@hydrofoil/shaperone-core": "^0.9.5", + "@hydrofoil/shaperone-core": "^0.9.6", "@hydrofoil/shaperone-wc": "^0.7.4", "@ngard/tiny-difference": "^1.0.0", "@rdfjs/data-model": "^2",