Skip to content

Commit

Permalink
Merge pull request #35 from hypermedia-app/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tpluscode committed Oct 30, 2020
2 parents dfc6fda + 58f4ba5 commit 52364ac
Show file tree
Hide file tree
Showing 24 changed files with 98 additions and 81 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-boats-sniff.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/famous-tomatoes-drum.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/five-cameras-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-pants-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-parrots-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-mayflies-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-jobs-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-bottles-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-actors-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-weeks-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-doors-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-shirts-film.md

This file was deleted.

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

## 0.0.7

### Patch Changes

- Updated dependencies [15203fc]
- Updated dependencies [d86891f]
- Updated dependencies [9073e8c]
- Updated dependencies [544acb4]
- @hydrofoil/shaperone-core@0.2.2
- @hydrofoil/shaperone-wc@0.1.3

## 0.0.6

### 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.6",
"version": "0.0.7",
"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.1",
"@hydrofoil/shaperone-wc": "0.1.2",
"@hydrofoil/shaperone-core": "0.2.2",
"@hydrofoil/shaperone-wc": "0.1.3",
"@rdf-esm/data-model": "^0.5.3",
"multiselect-combo-box": "^2.4.2"
}
Expand Down
23 changes: 23 additions & 0 deletions demos/lit-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @hydrofoil/shaperone-playground

## 0.1.0

### Minor Changes

- e5cf691: Added persistence to playground state

### Patch Changes

- 9cdf176: Added a share button
- dac43bb: Add reset button to clear persisted state
- af00849: Added button to generate instances for dash:InstancesSelectEditor
- 6e59acb: Add feature to fetch shape graph
- Updated dependencies [15203fc]
- Updated dependencies [d86891f]
- Updated dependencies [7253387]
- Updated dependencies [942f153]
- Updated dependencies [6e59acb]
- Updated dependencies [544acb4]
- @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.7

## 0.0.6

### Patch 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.0.6",
"version": "0.1.0",
"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.6",
"@hydrofoil/shaperone-wc": "0.1.2",
"@hydrofoil/shaperone-wc-material": "0.1.4",
"@hydrofoil/shaperone-wc-vaadin": "0.1.4",
"@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",
"@material/mwc-icon": "^0.19.1",
"@rdf-esm/formats-common": "^0.5.5",
"@rdf-esm/term-set": "^0.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hydrofoil/shaperone-core

## 0.2.2

### Patch Changes

- 15203fc: Added default components for dash:InstancesSelectEditor
- d86891f: Added support for dash:URIEditor
- 9073e8c: Do not initialize blank nodes with rdf:type for instance selector component

## 0.2.1

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

## 0.1.5

### Patch Changes

- d86891f: Added support for dash:URIEditor
- 7253387: Full width editors when there are not side controls
- 942f153: Add CSS Shadow Parts
- Updated dependencies [15203fc]
- Updated dependencies [d86891f]
- Updated dependencies [9073e8c]
- Updated dependencies [544acb4]
- @hydrofoil/shaperone-core@0.2.2
- @hydrofoil/shaperone-wc@0.1.3

## 0.1.4

### 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.4",
"version": "0.1.5",
"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.1",
"@hydrofoil/shaperone-wc": "0.1.2",
"@hydrofoil/shaperone-core": "0.2.2",
"@hydrofoil/shaperone-wc": "0.1.3",
"@material/mwc-icon": "^0.19.1",
"@material/mwc-list": "^0.19.1",
"@material/mwc-menu": "^0.19.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/wc-vaadin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @hydrofoil/shaperone-wc-vaadin

## 0.1.5

### Patch Changes

- d86891f: Added support for dash:URIEditor
- 6e59acb: Update vaadin dependencies
- Updated dependencies [15203fc]
- Updated dependencies [d86891f]
- Updated dependencies [9073e8c]
- Updated dependencies [544acb4]
- @hydrofoil/shaperone-core@0.2.2
- @hydrofoil/shaperone-wc@0.1.3

## 0.1.4

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

## 0.1.3

### Patch Changes

- 15203fc: Added default components for dash:InstancesSelectEditor
- d86891f: Added support for dash:URIEditor
- 544acb4: Do not throw when meta is missing
- Updated dependencies [15203fc]
- Updated dependencies [d86891f]
- Updated dependencies [9073e8c]
- @hydrofoil/shaperone-core@0.2.2

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.1",
"@hydrofoil/shaperone-core": "0.2.2",
"@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 52364ac

Please sign in to comment.