Skip to content

Commit

Permalink
Merge pull request #247 from hypermedia-app/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tpluscode authored Sep 13, 2022
2 parents 30dafb4 + ddfcf17 commit 0e43332
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions demos/lit-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hydrofoil/shaperone-playground

## 0.1.63

### Patch Changes

- Updated dependencies [18b5ab1]
- @hydrofoil/shaperone-wc-shoelace@0.1.17

## 0.1.62

### 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.62",
"version": "0.1.63",
"description": "@hydrofoil/shaperone demo using lit-html",
"repository": "https://github.com/hypermedia-app/shaperone",
"author": "Tomasz Pluskiewicz <[email protected]>",
Expand All @@ -18,7 +18,7 @@
"@hydrofoil/shaperone-wc": "0.7.6",
"@hydrofoil/shaperone-wc-material": "0.5.8",
"@hydrofoil/shaperone-wc-vaadin": "0.4.10",
"@hydrofoil/shaperone-wc-shoelace": "0.1.16",
"@hydrofoil/shaperone-wc-shoelace": "0.1.17",
"@hydrofoil/shaperone-hydra": "0.3.13",
"@hydrofoil/shaperone-rdf-validate-shacl": "1.0.3",
"@material/mwc-icon": "^0.25",
Expand Down
6 changes: 6 additions & 0 deletions packages/wc-shoelace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hydrofoil/shaperone-wc-shoelace

## 0.1.17

### Patch Changes

- 18b5ab1: In some scenarios, multi-select would fall into endless udpate loop and freeze the browser

## 0.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.16",
"version": "0.1.17",
"type": "module",
"scripts": {
"babel": "babel . --out-dir . --extensions .ts --config-file ../../babel.config.json",
Expand Down

0 comments on commit 0e43332

Please sign in to comment.