Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tpluscode committed Nov 19, 2022
1 parent c7b4315 commit f21c6d1
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-cherries-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-kiwis-wash.md

This file was deleted.

7 changes: 7 additions & 0 deletions demos/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions demos/examples/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions demos/lit-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions demos/lit-html/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/wc-shoelace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/wc-shoelace/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit f21c6d1

Please sign in to comment.