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 6, 2022
1 parent e649150 commit 915c6a7
Show file tree
Hide file tree
Showing 21 changed files with 97 additions and 58 deletions.
7 changes: 0 additions & 7 deletions .changeset/brave-windows-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-fans-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-carrots-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-mangos-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-pans-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-hairs-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-suns-relax.md

This file was deleted.

10 changes: 10 additions & 0 deletions demos/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 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.38",
"version": "0.2.39",
"main": "index.js",
"repository": "https://github.com/hypermedia-app/shaperone",
"author": "Tomasz Pluskiewicz <[email protected]>",
Expand All @@ -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",
Expand Down
15 changes: 15 additions & 0 deletions demos/lit-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 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.69",
"version": "0.1.70",
"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.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",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.10",
"version": "0.9.11",
"description": "Base processor of SHACL Shape intended to build forms",
"main": "index.js",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/wc-material/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/wc-material/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/wc-shoelace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 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.20",
"version": "0.1.21",
"type": "module",
"scripts": {
"babel": "babel . --out-dir . --extensions .ts --config-file ../../babel.config.json",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/wc-vaadin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/wc-vaadin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/wc/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 915c6a7

Please sign in to comment.