Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tpluscode committed Apr 3, 2024
1 parent 517d2c3 commit 3ffedbf
Show file tree
Hide file tree
Showing 30 changed files with 199 additions and 90 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-experts-laugh.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/curvy-mugs-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-tips-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-students-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-weeks-punch.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/rude-queens-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-icons-promise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/swift-geese-impress.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- e76afd5: Use a centralised RDF/JS Environment

### Patch Changes

- e76afd5: Update RDF/JS-related dependencies (closes #300)
- Updated dependencies [e76afd5]
- Updated dependencies [e76afd5]
- Updated dependencies [3f39f4f]
- Updated dependencies [e76afd5]
- Updated dependencies [e76afd5]
- @hydrofoil/shaperone-core@0.12.0
- @hydrofoil/shaperone-wc@0.8.0

## 0.2.48

### 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.48",
"version": "0.3.0",
"main": "index.js",
"repository": "https://github.com/hypermedia-app/shaperone",
"author": "Tomasz Pluskiewicz <[email protected]>",
Expand All @@ -11,8 +11,8 @@
"@tpluscode/rdf-ns-builders": "^4.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@hydrofoil/shaperone-core": "0.11.0",
"@hydrofoil/shaperone-wc": "0.7.13",
"@hydrofoil/shaperone-core": "0.12.0",
"@hydrofoil/shaperone-wc": "0.8.0",
"@zazuko/env": "^2.1.0",
"@rdfjs-elements/lit-helpers": "^0.3.7",
"@zazuko/prefixes": "^2.2.0",
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.2.0

### Minor Changes

- e76afd5: Use a centralised RDF/JS Environment

### Patch Changes

- e76afd5: Update RDF/JS-related dependencies (closes #300)
- Updated dependencies [e76afd5]
- Updated dependencies [e76afd5]
- Updated dependencies [2c11065]
- Updated dependencies [3f39f4f]
- Updated dependencies [e76afd5]
- Updated dependencies [f87e0bd]
- @hydrofoil/shaperone-rdf-validate-shacl@1.1.0
- @hydrofoil/shaperone-playground-examples@0.3.0
- @hydrofoil/shaperone-hydra@0.4.0
- @hydrofoil/shaperone-wc@0.8.0
- @hydrofoil/shaperone-wc-material@0.6.0
- @hydrofoil/shaperone-wc-shoelace@0.4.0
- @hydrofoil/shaperone-wc-vaadin@0.5.0

## 0.1.85

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.85",
"version": "0.2.0",
"description": "@hydrofoil/shaperone demo using lit-html",
"repository": "https://github.com/hypermedia-app/shaperone",
"author": "Tomasz Pluskiewicz <[email protected]>",
Expand All @@ -15,13 +15,13 @@
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.8",
"@github/clipboard-copy-element": "^1.1.2",
"@hydrofoil/shaperone-playground-examples": "0.2.48",
"@hydrofoil/shaperone-wc": "0.7.13",
"@hydrofoil/shaperone-wc-material": "0.5.11",
"@hydrofoil/shaperone-wc-vaadin": "0.4.13",
"@hydrofoil/shaperone-wc-shoelace": "0.3.2",
"@hydrofoil/shaperone-hydra": "0.3.16",
"@hydrofoil/shaperone-rdf-validate-shacl": "1.0.4",
"@hydrofoil/shaperone-playground-examples": "0.3.0",
"@hydrofoil/shaperone-wc": "0.8.0",
"@hydrofoil/shaperone-wc-material": "0.6.0",
"@hydrofoil/shaperone-wc-vaadin": "0.5.0",
"@hydrofoil/shaperone-wc-shoelace": "0.4.0",
"@hydrofoil/shaperone-hydra": "0.4.0",
"@hydrofoil/shaperone-rdf-validate-shacl": "1.1.0",
"@material/mwc-icon": "^0.25",
"@rdfine/env": "^1.1.2",
"@rdfine/shacl": "^0.10.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/core-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hydrofoil/shaperone-core-tests

## 0.1.0

### Minor Changes

- e76afd5: Use a centralised RDF/JS Environment

### Patch Changes

- e76afd5: Update RDF/JS-related dependencies (closes #300)

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hydrofoil/shaperone-core-tests",
"private": true,
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"devDependencies": {
"@hydrofoil/shaperone-core": "*",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @hydrofoil/shaperone-core

## 0.12.0

### Minor Changes

- e76afd5: Changes to `@hydrofoil/shaperone-wc/configure`:
- It is now required to call `env.use($rdf)`
- `editors.addMetadata` now takes a function `(env: ShaperoneEnvironment) => DatasetCore | Iterable<Quad>`

### Patch Changes

- e76afd5: Update RDF/JS-related dependencies (closes #300)
- e76afd5: Use a centralised RDF/JS Environment. Component implementors are encouraged to use the `env` parameter passed to the render function.

## 0.11.0

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

## 0.4.0

### Minor Changes

- e76afd5: Use a centralised RDF/JS Environment

### Patch Changes

- e76afd5: Update RDF/JS-related dependencies (closes #300)
- Updated dependencies [e76afd5]
- Updated dependencies [e76afd5]
- Updated dependencies [e76afd5]
- @hydrofoil/shaperone-core@0.12.0

## 0.3.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/hydra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/shaperone-hydra",
"version": "0.3.16",
"version": "0.4.0",
"description": "Shaperone extensions to integrate with Hydra-driven APIs",
"main": "index.js",
"type": "module",
Expand All @@ -12,7 +12,7 @@
"prepack": "tsc"
},
"dependencies": {
"@hydrofoil/shaperone-core": "^0.11.0",
"@hydrofoil/shaperone-core": "^0.12.0",
"@rdfine/hydra": "^0.10.5",
"@tpluscode/rdf-ns-builders": "^4.3.0",
"@tpluscode/rdfine": "^0.7.9",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@open-wc/testing": "^3.2.2",
"@shaperone/testing": "0.0.10",
"@shaperone/testing": "0.1.0",
"@zazuko/env": "^2.1.0"
},
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/rdf-validate-shacl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hydrofoil/shaperone-rdf-validate-shacl

## 1.1.0

### Minor Changes

- e76afd5: Deprecated `validate.with`
- e76afd5: Use a centralised RDF/JS Environment

### Patch Changes

- e76afd5: Update RDF/JS-related dependencies (closes #300)

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rdf-validate-shacl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/shaperone-rdf-validate-shacl",
"version": "1.0.4",
"version": "1.1.0",
"type": "module",
"main": "index.js",
"files": [
Expand Down
14 changes: 14 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @shaperone/testing

## 0.1.0

### Minor Changes

- e76afd5: Use a centralised RDF/JS Environment

### Patch Changes

- e76afd5: Update RDF/JS-related dependencies (closes #300)
- Updated dependencies [e76afd5]
- Updated dependencies [e76afd5]
- Updated dependencies [e76afd5]
- @hydrofoil/shaperone-core@0.12.0

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.10",
"version": "0.1.0",
"name": "@shaperone/testing",
"type": "module",
"dependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/wc-material/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @hydrofoil/shaperone-wc-material

## 0.6.0

### Minor Changes

- e76afd5: Use a centralised RDF/JS Environment

### Patch Changes

- e76afd5: Update RDF/JS-related dependencies (closes #300)
- Updated dependencies [e76afd5]
- Updated dependencies [e76afd5]
- Updated dependencies [3f39f4f]
- Updated dependencies [e76afd5]
- Updated dependencies [e76afd5]
- @hydrofoil/shaperone-core@0.12.0
- @hydrofoil/shaperone-wc@0.8.0

## 0.5.11

### 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.5.11",
"version": "0.6.0",
"description": "Rendering forms in Material Design style",
"main": "index.js",
"type": "module",
Expand All @@ -16,8 +16,8 @@
"analyze:readme": "wca --outFile ./README.md"
},
"dependencies": {
"@hydrofoil/shaperone-core": "^0.11.0",
"@hydrofoil/shaperone-wc": "^0.7.13",
"@hydrofoil/shaperone-core": "^0.12.0",
"@hydrofoil/shaperone-wc": "^0.8.0",
"@material/mwc-icon": "^0.25",
"@material/mwc-list": "^0.25",
"@material/mwc-menu": "^0.25",
Expand Down
18 changes: 18 additions & 0 deletions packages/wc-shoelace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @hydrofoil/shaperone-wc-shoelace

## 0.4.0

### Minor Changes

- 2c11065: Updated shoelace to v2.15
- e76afd5: Use a centralised RDF/JS Environment

### Patch Changes

- e76afd5: Update RDF/JS-related dependencies (closes #300)
- Updated dependencies [e76afd5]
- Updated dependencies [e76afd5]
- Updated dependencies [3f39f4f]
- Updated dependencies [e76afd5]
- Updated dependencies [e76afd5]
- @hydrofoil/shaperone-core@0.12.0
- @hydrofoil/shaperone-wc@0.8.0

## 0.3.2

### Patch Changes
Expand Down
Loading

0 comments on commit 3ffedbf

Please sign in to comment.