Skip to content

Commit 09a2c9e

Browse files
authored
Merge pull request #52 from hypermedia-app/changeset-release/master
Version Packages
2 parents 84d7b1e + afeb0a5 commit 09a2c9e

File tree

13 files changed

+63
-22
lines changed

13 files changed

+63
-22
lines changed

.changeset/hip-adults-juggle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

demos/examples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hydrofoil/shaperone-playground-examples
22

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [84d7b1e]
8+
- @hydrofoil/shaperone-core@0.3.1
9+
- @hydrofoil/shaperone-wc@0.2.1
10+
311
## 0.0.11
412

513
### Patch Changes

demos/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@hydrofoil/shaperone-playground-examples",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"main": "index.js",
55
"repository": "https://github.com/hypermedia-app/shaperone",
66
"author": "Tomasz Pluskiewicz <[email protected]>",
77
"license": "MIT",
88
"private": true,
99
"dependencies": {
1010
"@tpluscode/rdf-ns-builders": "^0.4",
11-
"@hydrofoil/shaperone-core": "0.3.0",
12-
"@hydrofoil/shaperone-wc": "0.2.0",
11+
"@hydrofoil/shaperone-core": "0.3.1",
12+
"@hydrofoil/shaperone-wc": "0.2.1",
1313
"@rdf-esm/data-model": "^0.5.3",
1414
"multiselect-combo-box": "^2.4.2"
1515
}

demos/lit-html/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hydrofoil/shaperone-playground
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- @hydrofoil/shaperone-playground-examples@0.0.12
8+
- @hydrofoil/shaperone-wc@0.2.1
9+
- @hydrofoil/shaperone-wc-material@0.1.10
10+
- @hydrofoil/shaperone-wc-vaadin@0.1.10
11+
312
## 0.1.4
413

514
### Patch Changes

demos/lit-html/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hydrofoil/shaperone-playground",
33
"private": true,
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"description": "@hydrofoil/shaperone demo using lit-html",
66
"repository": "https://github.com/hypermedia-app/shaperone",
77
"author": "Tomasz Pluskiewicz <[email protected]>",
@@ -13,10 +13,10 @@
1313
},
1414
"dependencies": {
1515
"@captaincodeman/rdx": "^1.0.0-rc.8",
16-
"@hydrofoil/shaperone-playground-examples": "0.0.11",
17-
"@hydrofoil/shaperone-wc": "0.2.0",
18-
"@hydrofoil/shaperone-wc-material": "0.1.9",
19-
"@hydrofoil/shaperone-wc-vaadin": "0.1.9",
16+
"@hydrofoil/shaperone-playground-examples": "0.0.12",
17+
"@hydrofoil/shaperone-wc": "0.2.1",
18+
"@hydrofoil/shaperone-wc-material": "0.1.10",
19+
"@hydrofoil/shaperone-wc-vaadin": "0.1.10",
2020
"@material/mwc-icon": "^0.19.1",
2121
"@rdf-esm/formats-common": "^0.5.5",
2222
"@rdf-esm/term-set": "^0.5.0",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hydrofoil/shaperone-core
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 84d7b1e: Components are not getting replaced in the store
8+
39
## 0.3.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/shaperone-core",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Base processor of SHACL Shape intended to build forms",
55
"main": "index.js",
66
"files": [

packages/wc-material/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hydrofoil/shaperone-wc-material
22

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [84d7b1e]
8+
- @hydrofoil/shaperone-core@0.3.1
9+
- @hydrofoil/shaperone-wc@0.2.1
10+
311
## 0.1.9
412

513
### Patch Changes

packages/wc-material/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/shaperone-wc-material",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Rendering forms in Material Design style",
55
"main": "index.js",
66
"files": [
@@ -11,8 +11,8 @@
1111
"prepack": "tsc"
1212
},
1313
"dependencies": {
14-
"@hydrofoil/shaperone-core": "0.3.0",
15-
"@hydrofoil/shaperone-wc": "0.2.0",
14+
"@hydrofoil/shaperone-core": "0.3.1",
15+
"@hydrofoil/shaperone-wc": "0.2.1",
1616
"@material/mwc-icon": "^0.19.1",
1717
"@material/mwc-list": "^0.19.1",
1818
"@material/mwc-menu": "^0.19.1",

packages/wc-vaadin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hydrofoil/shaperone-wc-vaadin
22

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [84d7b1e]
8+
- @hydrofoil/shaperone-core@0.3.1
9+
- @hydrofoil/shaperone-wc@0.2.1
10+
311
## 0.1.9
412

513
### Patch Changes

0 commit comments

Comments
 (0)