Skip to content

Commit

Permalink
Merge pull request #239 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 6, 2022
2 parents 995a7f6 + 6f88485 commit 1ecc4cf
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-pugs-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-squids-tell.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.33

### Patch Changes

- Updated dependencies [cb60db7]
- @hydrofoil/shaperone-core@0.9.6

## 0.2.32

### 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.32",
"version": "0.2.33",
"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.5",
"@hydrofoil/shaperone-core": "0.9.6",
"@hydrofoil/shaperone-wc": "0.7.4",
"@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.57

### Patch Changes

- Updated dependencies [68d98aa]
- @hydrofoil/shaperone-wc-shoelace@0.1.11
- @hydrofoil/shaperone-playground-examples@0.2.33

## 0.1.56

### 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.56",
"version": "0.1.57",
"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.32",
"@hydrofoil/shaperone-playground-examples": "0.2.33",
"@hydrofoil/shaperone-wc": "0.7.4",
"@hydrofoil/shaperone-wc-material": "0.5.6",
"@hydrofoil/shaperone-wc-vaadin": "0.4.8",
"@hydrofoil/shaperone-wc-shoelace": "0.1.10",
"@hydrofoil/shaperone-wc-shoelace": "0.1.11",
"@hydrofoil/shaperone-hydra": "0.3.11",
"@hydrofoil/shaperone-rdf-validate-shacl": "1.0.1",
"@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.6

### Patch Changes

- cb60db7: When adding a new value to a property which was `sh:nodeKind sh:IRI`, an empty IRI `<>` was always created, even if it clashed without existing nodes. Now random IRI references will be generated.
Also, if a property is annotated with `sh1:iriPrefix`, it will be used as base for the created URIs

## 0.9.5

### 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.5",
"version": "0.9.6",
"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.11

### Patch Changes

- 68d98aa: Missing imports in `sh-sl-autocomplete`
- Updated dependencies [cb60db7]
- @hydrofoil/shaperone-core@0.9.6

## 0.1.10

### 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.10",
"version": "0.1.11",
"type": "module",
"scripts": {
"prepack": "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.5",
"@hydrofoil/shaperone-core": "^0.9.6",
"@hydrofoil/shaperone-wc": "^0.7.4",
"@ngard/tiny-difference": "^1.0.0",
"@rdfjs/data-model": "^2",
Expand Down

0 comments on commit 1ecc4cf

Please sign in to comment.