Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #266

Merged
merged 1 commit into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cool-eels-mate.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dirty-years-juggle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-candles-mate.md

This file was deleted.

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

## 0.2.41

### Patch Changes

- Updated dependencies [d1be750]
- Updated dependencies [680f6dc]
- @hydrofoil/shaperone-core@0.9.13
- @hydrofoil/shaperone-wc@0.7.9

## 0.2.40

### 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,6 +1,6 @@
{
"name": "@hydrofoil/shaperone-playground-examples",
"version": "0.2.40",
"version": "0.2.41",
"main": "index.js",
"repository": "https://github.com/hypermedia-app/shaperone",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
Expand All @@ -10,8 +10,8 @@
"@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.12",
"@hydrofoil/shaperone-wc": "0.7.8",
"@hydrofoil/shaperone-core": "0.9.13",
"@hydrofoil/shaperone-wc": "0.7.9",
"@rdf-esm/data-model": "^0.5.3",
"@rdf-esm/term-map": "^0.5.0",
"@rdfjs-elements/lit-helpers": "^0.3.3",
Expand Down
11 changes: 11 additions & 0 deletions demos/lit-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hydrofoil/shaperone-playground

## 0.1.72

### Patch Changes

- Updated dependencies [86d4287]
- Updated dependencies [d1be750]
- Updated dependencies [680f6dc]
- @hydrofoil/shaperone-wc-shoelace@0.1.23
- @hydrofoil/shaperone-wc@0.7.9
- @hydrofoil/shaperone-playground-examples@0.2.41

## 0.1.71

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.71",
"version": "0.1.72",
"description": "@hydrofoil/shaperone demo using lit-html",
"repository": "https://github.com/hypermedia-app/shaperone",
"author": "Tomasz Pluskiewicz <awesome@hypermedia.app>",
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.40",
"@hydrofoil/shaperone-wc": "0.7.8",
"@hydrofoil/shaperone-playground-examples": "0.2.41",
"@hydrofoil/shaperone-wc": "0.7.9",
"@hydrofoil/shaperone-wc-material": "0.5.9",
"@hydrofoil/shaperone-wc-vaadin": "0.4.11",
"@hydrofoil/shaperone-wc-shoelace": "0.1.22",
"@hydrofoil/shaperone-wc-shoelace": "0.1.23",
"@hydrofoil/shaperone-hydra": "0.3.14",
"@hydrofoil/shaperone-rdf-validate-shacl": "1.0.3",
"@material/mwc-icon": "^0.25",
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.9.13

### Patch Changes

- d1be750: When adding a new object for a property, it should is now possible to override the `nodeKind` to
select
- 680f6dc: When adding a new object for a property, it should is now possible to override the `editor` to select

## 0.9.12

### 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.12",
"version": "0.9.13",
"description": "Base processor of SHACL Shape intended to build forms",
"main": "index.js",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/wc-shoelace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hydrofoil/shaperone-wc-shoelace

## 0.1.23

### Patch Changes

- 86d4287: Extends property renderer to support overriding the controls to add new object
- Updated dependencies [d1be750]
- Updated dependencies [680f6dc]
- @hydrofoil/shaperone-core@0.9.13
- @hydrofoil/shaperone-wc@0.7.9

## 0.1.22

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.22",
"version": "0.1.23",
"type": "module",
"scripts": {
"babel": "babel . --out-dir . --extensions .ts --config-file ../../babel.config.json",
Expand All @@ -20,8 +20,8 @@
"custom-elements.json"
],
"dependencies": {
"@hydrofoil/shaperone-core": "^0.9.12",
"@hydrofoil/shaperone-wc": "^0.7.8",
"@hydrofoil/shaperone-core": "^0.9.13",
"@hydrofoil/shaperone-wc": "^0.7.9",
"@rdfjs/data-model": "^2",
"@rdfjs-elements/lit-helpers": "^0.3.5",
"@shoelace-style/shoelace": "^2.0.0-beta.77",
Expand Down
11 changes: 11 additions & 0 deletions packages/wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hydrofoil/shaperone-wc

## 0.7.9

### Patch Changes

- d1be750: When adding a new object for a property, it should is now possible to override the `nodeKind` to
select
- 680f6dc: When adding a new object for a property, it should is now possible to override the `editor` to select
- Updated dependencies [d1be750]
- Updated dependencies [680f6dc]
- @hydrofoil/shaperone-core@0.9.13

## 0.7.8

### 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.7.8",
"version": "0.7.9",
"description": "Web Component rendering SHACL forms",
"main": "index.js",
"type": "module",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.8",
"@hydrofoil/shaperone-core": "^0.9.11",
"@hydrofoil/shaperone-core": "^0.9.13",
"@rdf-esm/data-model": "^0.5.4",
"@rdf-esm/dataset": "^0.5.1",
"@rdfine/shacl": "^0.8.7",
Expand Down