Skip to content

Commit

Permalink
Merge pull request #37 from hypermedia-app/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tpluscode committed Nov 2, 2020
2 parents e6dea7b + 2245a58 commit 524e4c5
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-pants-heal.md

This file was deleted.

8 changes: 8 additions & 0 deletions demos/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hydrofoil/shaperone-playground-examples

## 0.0.8

### Patch Changes

- Updated dependencies [7c88a8b]
- @hydrofoil/shaperone-core@0.2.3
- @hydrofoil/shaperone-wc@0.1.4

## 0.0.7

### 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,15 +1,15 @@
{
"name": "@hydrofoil/shaperone-playground-examples",
"version": "0.0.7",
"version": "0.0.8",
"main": "index.js",
"repository": "https://github.com/hypermedia-app/shaperone",
"author": "Tomasz Pluskiewicz <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"@tpluscode/rdf-ns-builders": "^0.4",
"@hydrofoil/shaperone-core": "0.2.2",
"@hydrofoil/shaperone-wc": "0.1.3",
"@hydrofoil/shaperone-core": "0.2.3",
"@hydrofoil/shaperone-wc": "0.1.4",
"@rdf-esm/data-model": "^0.5.3",
"multiselect-combo-box": "^2.4.2"
}
Expand Down
9 changes: 9 additions & 0 deletions demos/lit-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hydrofoil/shaperone-playground

## 0.1.1

### Patch Changes

- @hydrofoil/shaperone-playground-examples@0.0.8
- @hydrofoil/shaperone-wc@0.1.4
- @hydrofoil/shaperone-wc-material@0.1.6
- @hydrofoil/shaperone-wc-vaadin@0.1.6

## 0.1.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "0.1.1",
"description": "@hydrofoil/shaperone demo using lit-html",
"repository": "https://github.com/hypermedia-app/shaperone",
"author": "Tomasz Pluskiewicz <[email protected]>",
Expand All @@ -13,10 +13,10 @@
},
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.8",
"@hydrofoil/shaperone-playground-examples": "0.0.7",
"@hydrofoil/shaperone-wc": "0.1.3",
"@hydrofoil/shaperone-wc-material": "0.1.5",
"@hydrofoil/shaperone-wc-vaadin": "0.1.5",
"@hydrofoil/shaperone-playground-examples": "0.0.8",
"@hydrofoil/shaperone-wc": "0.1.4",
"@hydrofoil/shaperone-wc-material": "0.1.6",
"@hydrofoil/shaperone-wc-vaadin": "0.1.6",
"@material/mwc-icon": "^0.19.1",
"@rdf-esm/formats-common": "^0.5.5",
"@rdf-esm/term-set": "^0.5.0",
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.2.3

### Patch Changes

- 7c88a8b: Update @zazuko/rdf-vocabularies

## 0.2.2

### 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.2.2",
"version": "0.2.3",
"description": "Base processor of SHACL Shape intended to build forms",
"main": "index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/wc-material/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hydrofoil/shaperone-wc-material

## 0.1.6

### Patch Changes

- Updated dependencies [7c88a8b]
- @hydrofoil/shaperone-core@0.2.3
- @hydrofoil/shaperone-wc@0.1.4

## 0.1.5

### 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.1.5",
"version": "0.1.6",
"description": "Rendering forms in Material Design style",
"main": "index.js",
"files": [
Expand All @@ -11,8 +11,8 @@
"prepack": "tsc"
},
"dependencies": {
"@hydrofoil/shaperone-core": "0.2.2",
"@hydrofoil/shaperone-wc": "0.1.3",
"@hydrofoil/shaperone-core": "0.2.3",
"@hydrofoil/shaperone-wc": "0.1.4",
"@material/mwc-icon": "^0.19.1",
"@material/mwc-list": "^0.19.1",
"@material/mwc-menu": "^0.19.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/wc-vaadin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hydrofoil/shaperone-wc-vaadin

## 0.1.6

### Patch Changes

- Updated dependencies [7c88a8b]
- @hydrofoil/shaperone-core@0.2.3
- @hydrofoil/shaperone-wc@0.1.4

## 0.1.5

### 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.1.5",
"version": "0.1.6",
"description": "Rendering forms with Vaadin components",
"main": "index.js",
"files": [
Expand All @@ -11,8 +11,8 @@
"prepack": "tsc"
},
"dependencies": {
"@hydrofoil/shaperone-wc": "0.1.3",
"@hydrofoil/shaperone-core": "0.2.2",
"@hydrofoil/shaperone-wc": "0.1.4",
"@hydrofoil/shaperone-core": "0.2.3",
"@open-wc/lit-helpers": "^0.3.10",
"@tpluscode/rdf-ns-builders": "^0.4.0",
"@rdf-esm/data-model": "^0.5.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hydrofoil/shaperone-wc

## 0.1.4

### Patch Changes

- Updated dependencies [7c88a8b]
- @hydrofoil/shaperone-core@0.2.3

## 0.1.3

### 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.1.3",
"version": "0.1.4",
"description": "Web Component rendering SHACL forms",
"main": "index.js",
"files": [
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.8",
"@hydrofoil/shaperone-core": "0.2.2",
"@hydrofoil/shaperone-core": "0.2.3",
"@rdf-esm/data-model": "^0.5.3",
"@rdfine/shacl": "^0.5.1",
"@rdf-esm/term-map": "^0.5.0",
Expand Down

0 comments on commit 524e4c5

Please sign in to comment.