From 915c6a70f876a65f53abcbb4bfbd6464479f6375 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 6 Nov 2022 09:22:26 +0000 Subject: [PATCH] Version Packages --- .changeset/brave-windows-tell.md | 7 ------- .changeset/cold-fans-report.md | 5 ----- .changeset/flat-carrots-unite.md | 5 ----- .changeset/four-mangos-sort.md | 5 ----- .changeset/heavy-pans-mix.md | 5 ----- .changeset/red-hairs-know.md | 5 ----- .changeset/tidy-suns-relax.md | 5 ----- demos/examples/CHANGELOG.md | 10 ++++++++++ demos/examples/package.json | 6 +++--- demos/lit-html/CHANGELOG.md | 15 +++++++++++++++ demos/lit-html/package.json | 12 ++++++------ packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- packages/wc-material/CHANGELOG.md | 11 +++++++++++ packages/wc-material/package.json | 6 +++--- packages/wc-shoelace/CHANGELOG.md | 13 +++++++++++++ packages/wc-shoelace/package.json | 6 +++--- packages/wc-vaadin/CHANGELOG.md | 11 +++++++++++ packages/wc-vaadin/package.json | 6 +++--- packages/wc/CHANGELOG.md | 9 +++++++++ packages/wc/package.json | 4 ++-- 21 files changed, 97 insertions(+), 58 deletions(-) delete mode 100644 .changeset/brave-windows-tell.md delete mode 100644 .changeset/cold-fans-report.md delete mode 100644 .changeset/flat-carrots-unite.md delete mode 100644 .changeset/four-mangos-sort.md delete mode 100644 .changeset/heavy-pans-mix.md delete mode 100644 .changeset/red-hairs-know.md delete mode 100644 .changeset/tidy-suns-relax.md diff --git a/.changeset/brave-windows-tell.md b/.changeset/brave-windows-tell.md deleted file mode 100644 index eb65aadf..00000000 --- a/.changeset/brave-windows-tell.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hydrofoil/shaperone-wc": patch -"@hydrofoil/shaperone-wc-material": patch -"@hydrofoil/shaperone-wc-vaadin": patch ---- - -Enum Select would not show values for literal nodes diff --git a/.changeset/cold-fans-report.md b/.changeset/cold-fans-report.md deleted file mode 100644 index 27c81c03..00000000 --- a/.changeset/cold-fans-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hydrofoil/shaperone-core": patch ---- - -Prioritise EnumSelect over IRIEditor when there is `sh:in` diff --git a/.changeset/flat-carrots-unite.md b/.changeset/flat-carrots-unite.md deleted file mode 100644 index 169c4033..00000000 --- a/.changeset/flat-carrots-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hydrofoil/shaperone-wc-shoelace": patch ---- - -Do not show blank node id as default dropwdown label diff --git a/.changeset/four-mangos-sort.md b/.changeset/four-mangos-sort.md deleted file mode 100644 index 710c1133..00000000 --- a/.changeset/four-mangos-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hydrofoil/shaperone-wc-shoelace": patch ---- - -Improve autocomplete usability by handling spacebar properly and automatically opening the menu when done loading diff --git a/.changeset/heavy-pans-mix.md b/.changeset/heavy-pans-mix.md deleted file mode 100644 index f80d9fa7..00000000 --- a/.changeset/heavy-pans-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hydrofoil/shaperone-wc-shoelace": patch ---- - -Spin the icon when loading initial autosomplete selection diff --git a/.changeset/red-hairs-know.md b/.changeset/red-hairs-know.md deleted file mode 100644 index 7ff111ab..00000000 --- a/.changeset/red-hairs-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hydrofoil/shaperone-playground": patch ---- - -Ensure shoelace icons in playground diff --git a/.changeset/tidy-suns-relax.md b/.changeset/tidy-suns-relax.md deleted file mode 100644 index 875ccd07..00000000 --- a/.changeset/tidy-suns-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hydrofoil/shaperone-core": patch ---- - -Do not create a new node when the editor is a `dash:*SelectEditor` diff --git a/demos/examples/CHANGELOG.md b/demos/examples/CHANGELOG.md index 32f93000..898e44c0 100644 --- a/demos/examples/CHANGELOG.md +++ b/demos/examples/CHANGELOG.md @@ -1,5 +1,15 @@ # @hydrofoil/shaperone-playground-examples +## 0.2.39 + +### Patch Changes + +- Updated dependencies [79cece9] +- Updated dependencies [79cece9] +- Updated dependencies [358db18] + - @hydrofoil/shaperone-wc@0.7.8 + - @hydrofoil/shaperone-core@0.9.11 + ## 0.2.38 ### Patch Changes diff --git a/demos/examples/package.json b/demos/examples/package.json index 08ad92d2..b8f78d9c 100644 --- a/demos/examples/package.json +++ b/demos/examples/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-playground-examples", - "version": "0.2.38", + "version": "0.2.39", "main": "index.js", "repository": "https://github.com/hypermedia-app/shaperone", "author": "Tomasz Pluskiewicz ", @@ -10,8 +10,8 @@ "@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.10", - "@hydrofoil/shaperone-wc": "0.7.7", + "@hydrofoil/shaperone-core": "0.9.11", + "@hydrofoil/shaperone-wc": "0.7.8", "@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 3921a4b4..7fd17f67 100644 --- a/demos/lit-html/CHANGELOG.md +++ b/demos/lit-html/CHANGELOG.md @@ -1,5 +1,20 @@ # @hydrofoil/shaperone-playground +## 0.1.70 + +### Patch Changes + +- 3f1bfca: Ensure shoelace icons in playground +- Updated dependencies [79cece9] +- Updated dependencies [d9ea23b] +- Updated dependencies [6628a4b] +- Updated dependencies [f51c1ef] + - @hydrofoil/shaperone-wc@0.7.8 + - @hydrofoil/shaperone-wc-material@0.5.9 + - @hydrofoil/shaperone-wc-vaadin@0.4.11 + - @hydrofoil/shaperone-wc-shoelace@0.1.21 + - @hydrofoil/shaperone-playground-examples@0.2.39 + ## 0.1.69 ### Patch Changes diff --git a/demos/lit-html/package.json b/demos/lit-html/package.json index 7d47eb03..fbd5412b 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.69", + "version": "0.1.70", "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.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.20", + "@hydrofoil/shaperone-playground-examples": "0.2.39", + "@hydrofoil/shaperone-wc": "0.7.8", + "@hydrofoil/shaperone-wc-material": "0.5.9", + "@hydrofoil/shaperone-wc-vaadin": "0.4.11", + "@hydrofoil/shaperone-wc-shoelace": "0.1.21", "@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 d2f02311..612b4d0b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @hydrofoil/shaperone-core +## 0.9.11 + +### Patch Changes + +- 79cece9: Prioritise EnumSelect over IRIEditor when there is `sh:in` +- 358db18: Do not create a new node when the editor is a `dash:*SelectEditor` + ## 0.9.10 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9154b2dc..f1807372 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-core", - "version": "0.9.10", + "version": "0.9.11", "description": "Base processor of SHACL Shape intended to build forms", "main": "index.js", "type": "module", diff --git a/packages/wc-material/CHANGELOG.md b/packages/wc-material/CHANGELOG.md index e5e10e10..5bb57eed 100644 --- a/packages/wc-material/CHANGELOG.md +++ b/packages/wc-material/CHANGELOG.md @@ -1,5 +1,16 @@ # @hydrofoil/shaperone-wc-material +## 0.5.9 + +### Patch Changes + +- 79cece9: Enum Select would not show values for literal nodes +- Updated dependencies [79cece9] +- Updated dependencies [79cece9] +- Updated dependencies [358db18] + - @hydrofoil/shaperone-wc@0.7.8 + - @hydrofoil/shaperone-core@0.9.11 + ## 0.5.8 ### Patch Changes diff --git a/packages/wc-material/package.json b/packages/wc-material/package.json index a74c022a..b07164ef 100644 --- a/packages/wc-material/package.json +++ b/packages/wc-material/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-wc-material", - "version": "0.5.8", + "version": "0.5.9", "description": "Rendering forms in Material Design style", "main": "index.js", "type": "module", @@ -17,8 +17,8 @@ "analyze:lit": "lit-analyzer . --strict --quiet --rules.no-invalid-css off" }, "dependencies": { - "@hydrofoil/shaperone-core": "^0.9.9", - "@hydrofoil/shaperone-wc": "^0.7.6", + "@hydrofoil/shaperone-core": "^0.9.11", + "@hydrofoil/shaperone-wc": "^0.7.8", "@material/mwc-icon": "^0.25", "@material/mwc-list": "^0.25", "@material/mwc-menu": "^0.25", diff --git a/packages/wc-shoelace/CHANGELOG.md b/packages/wc-shoelace/CHANGELOG.md index 85aedea1..199ac5d6 100644 --- a/packages/wc-shoelace/CHANGELOG.md +++ b/packages/wc-shoelace/CHANGELOG.md @@ -1,5 +1,18 @@ # @hydrofoil/shaperone-wc-shoelace +## 0.1.21 + +### Patch Changes + +- d9ea23b: Do not show blank node id as default dropwdown label +- 6628a4b: Improve autocomplete usability by handling spacebar properly and automatically opening the menu when done loading +- f51c1ef: Spin the icon when loading initial autosomplete selection +- Updated dependencies [79cece9] +- Updated dependencies [79cece9] +- Updated dependencies [358db18] + - @hydrofoil/shaperone-wc@0.7.8 + - @hydrofoil/shaperone-core@0.9.11 + ## 0.1.20 ### Patch Changes diff --git a/packages/wc-shoelace/package.json b/packages/wc-shoelace/package.json index 3911aae9..a7a93bf5 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.20", + "version": "0.1.21", "type": "module", "scripts": { "babel": "babel . --out-dir . --extensions .ts --config-file ../../babel.config.json", @@ -20,8 +20,8 @@ "custom-elements.json" ], "dependencies": { - "@hydrofoil/shaperone-core": "^0.9.9", - "@hydrofoil/shaperone-wc": "^0.7.6", + "@hydrofoil/shaperone-core": "^0.9.11", + "@hydrofoil/shaperone-wc": "^0.7.8", "@rdfjs/data-model": "^2", "@rdfjs-elements/lit-helpers": "^0.3.5", "@shoelace-style/shoelace": "^2.0.0-beta.77", diff --git a/packages/wc-vaadin/CHANGELOG.md b/packages/wc-vaadin/CHANGELOG.md index 37968645..a792cd31 100644 --- a/packages/wc-vaadin/CHANGELOG.md +++ b/packages/wc-vaadin/CHANGELOG.md @@ -1,5 +1,16 @@ # @hydrofoil/shaperone-wc-vaadin +## 0.4.11 + +### Patch Changes + +- 79cece9: Enum Select would not show values for literal nodes +- Updated dependencies [79cece9] +- Updated dependencies [79cece9] +- Updated dependencies [358db18] + - @hydrofoil/shaperone-wc@0.7.8 + - @hydrofoil/shaperone-core@0.9.11 + ## 0.4.10 ### Patch Changes diff --git a/packages/wc-vaadin/package.json b/packages/wc-vaadin/package.json index 2d32128f..dd1af111 100644 --- a/packages/wc-vaadin/package.json +++ b/packages/wc-vaadin/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-wc-vaadin", - "version": "0.4.10", + "version": "0.4.11", "description": "Rendering forms with Vaadin components", "main": "index.js", "type": "module", @@ -16,8 +16,8 @@ "analyze:lit": "lit-analyzer . --strict --quiet --rules.no-invalid-css off" }, "dependencies": { - "@hydrofoil/shaperone-wc": "^0.7.6", - "@hydrofoil/shaperone-core": "^0.9.9", + "@hydrofoil/shaperone-wc": "^0.7.8", + "@hydrofoil/shaperone-core": "^0.9.11", "@tpluscode/rdf-ns-builders": "^2.0.0", "@rdf-esm/data-model": "^0.5.3", "@rdfjs-elements/lit-helpers": "^0.3.3", diff --git a/packages/wc/CHANGELOG.md b/packages/wc/CHANGELOG.md index 4ecbab6f..45346a82 100644 --- a/packages/wc/CHANGELOG.md +++ b/packages/wc/CHANGELOG.md @@ -1,5 +1,14 @@ # @hydrofoil/shaperone-wc +## 0.7.8 + +### Patch Changes + +- 79cece9: Enum Select would not show values for literal nodes +- Updated dependencies [79cece9] +- Updated dependencies [358db18] + - @hydrofoil/shaperone-core@0.9.11 + ## 0.7.7 ### Patch Changes diff --git a/packages/wc/package.json b/packages/wc/package.json index 50291558..857d2e89 100644 --- a/packages/wc/package.json +++ b/packages/wc/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/shaperone-wc", - "version": "0.7.7", + "version": "0.7.8", "description": "Web Component rendering SHACL forms", "main": "index.js", "type": "module", @@ -21,7 +21,7 @@ }, "dependencies": { "@captaincodeman/rdx": "^1.0.0-rc.8", - "@hydrofoil/shaperone-core": "^0.9.9", + "@hydrofoil/shaperone-core": "^0.9.11", "@rdf-esm/data-model": "^0.5.4", "@rdf-esm/dataset": "^0.5.1", "@rdfine/shacl": "^0.8.7",