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 Oct 25, 2022
1 parent 80e08c9 commit 75457a3
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-pets-hope.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.38

### Patch Changes

- Updated dependencies [80e08c9]
- @hydrofoil/shaperone-wc@0.7.7

## 0.2.37

### 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.37",
"version": "0.2.38",
"main": "index.js",
"repository": "https://github.com/hypermedia-app/shaperone",
"author": "Tomasz Pluskiewicz <[email protected]>",
Expand All @@ -11,7 +11,7 @@
"@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.6",
"@hydrofoil/shaperone-wc": "0.7.7",
"@rdf-esm/data-model": "^0.5.3",
"@rdf-esm/term-map": "^0.5.0",
"@rdfjs-elements/lit-helpers": "^0.3.3",
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.68

### Patch Changes

- Updated dependencies [80e08c9]
- @hydrofoil/shaperone-wc@0.7.7
- @hydrofoil/shaperone-playground-examples@0.2.38

## 0.1.67

### 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.67",
"version": "0.1.68",
"description": "@hydrofoil/shaperone demo using lit-html",
"repository": "https://github.com/hypermedia-app/shaperone",
"author": "Tomasz Pluskiewicz <[email protected]>",
Expand All @@ -14,8 +14,8 @@
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.8",
"@github/clipboard-copy-element": "^1.1.2",
"@hydrofoil/shaperone-playground-examples": "0.2.37",
"@hydrofoil/shaperone-wc": "0.7.6",
"@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.19",
Expand Down
6 changes: 6 additions & 0 deletions packages/wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hydrofoil/shaperone-wc

## 0.7.7

### Patch Changes

- 80e08c9: Focus node action to clear a selected property

## 0.7.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "0.7.7",
"description": "Web Component rendering SHACL forms",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 75457a3

Please sign in to comment.