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 442ff26 commit b51c84f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-rules-prove.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.37

### Patch Changes

- Updated dependencies [a5b8e3a]
- @hydrofoil/shaperone-core@0.9.10

## 0.2.36

### 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.36",
"version": "0.2.37",
"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.9",
"@hydrofoil/shaperone-core": "0.9.10",
"@hydrofoil/shaperone-wc": "0.7.6",
"@rdf-esm/data-model": "^0.5.3",
"@rdf-esm/term-map": "^0.5.0",
Expand Down
6 changes: 6 additions & 0 deletions demos/lit-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hydrofoil/shaperone-playground

## 0.1.67

### Patch Changes

- @hydrofoil/shaperone-playground-examples@0.2.37

## 0.1.66

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.66",
"version": "0.1.67",
"description": "@hydrofoil/shaperone demo using lit-html",
"repository": "https://github.com/hypermedia-app/shaperone",
"author": "Tomasz Pluskiewicz <[email protected]>",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.8",
"@github/clipboard-copy-element": "^1.1.2",
"@hydrofoil/shaperone-playground-examples": "0.2.36",
"@hydrofoil/shaperone-playground-examples": "0.2.37",
"@hydrofoil/shaperone-wc": "0.7.6",
"@hydrofoil/shaperone-wc-material": "0.5.8",
"@hydrofoil/shaperone-wc-vaadin": "0.4.10",
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.10

### Patch Changes

- a5b8e3a: Focus node action to clear a selected property

## 0.9.9

### 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.9",
"version": "0.9.10",
"description": "Base processor of SHACL Shape intended to build forms",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit b51c84f

Please sign in to comment.