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 29, 2024
1 parent a17bc2a commit 14d4b5a
Show file tree
Hide file tree
Showing 23 changed files with 121 additions and 44 deletions.
15 changes: 0 additions & 15 deletions .changeset/happy-mayflies-cheer.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.3.1

### Patch Changes

- 40dd516: Build: fixes some incorrect imports in generated d.ts files
- Updated dependencies [40dd516]
- @hydrofoil/shaperone-core@0.12.1
- @hydrofoil/shaperone-wc@0.8.1

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"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.12.0",
"@hydrofoil/shaperone-wc": "0.8.0",
"@hydrofoil/shaperone-core": "0.12.1",
"@hydrofoil/shaperone-wc": "0.8.1",
"@zazuko/env": "^2.1.0",
"@rdfjs-elements/lit-helpers": "^0.3.7",
"@zazuko/prefixes": "^2.2.0",
Expand Down
14 changes: 14 additions & 0 deletions demos/lit-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @hydrofoil/shaperone-playground

## 0.2.1

### Patch Changes

- 40dd516: Build: fixes some incorrect imports in generated d.ts files
- Updated dependencies [40dd516]
- @hydrofoil/shaperone-playground-examples@0.3.1
- @hydrofoil/shaperone-hydra@0.4.1
- @hydrofoil/shaperone-rdf-validate-shacl@1.1.1
- @hydrofoil/shaperone-wc@0.8.1
- @hydrofoil/shaperone-wc-material@0.6.1
- @hydrofoil/shaperone-wc-shoelace@0.4.1
- @hydrofoil/shaperone-wc-vaadin@0.5.1

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"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.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",
"@hydrofoil/shaperone-playground-examples": "0.3.1",
"@hydrofoil/shaperone-wc": "0.8.1",
"@hydrofoil/shaperone-wc-material": "0.6.1",
"@hydrofoil/shaperone-wc-vaadin": "0.5.1",
"@hydrofoil/shaperone-wc-shoelace": "0.4.1",
"@hydrofoil/shaperone-hydra": "0.4.1",
"@hydrofoil/shaperone-rdf-validate-shacl": "1.1.1",
"@material/mwc-icon": "^0.25",
"@rdfine/env": "^1.1.2",
"@rdfine/shacl": "^0.10.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/core-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hydrofoil/shaperone-core-tests

## 0.1.1

### Patch Changes

- 40dd516: Build: fixes some incorrect imports in generated d.ts files

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"type": "module",
"devDependencies": {
"@hydrofoil/shaperone-core": "*",
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.12.1

### Patch Changes

- 40dd516: Build: fixes some incorrect imports in generated d.ts files

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

## 0.4.1

### Patch Changes

- 40dd516: Build: fixes some incorrect imports in generated d.ts files
- Updated dependencies [40dd516]
- @hydrofoil/shaperone-core@0.12.1

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"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.12.0",
"@hydrofoil/shaperone-core": "^0.12.1",
"@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.1.0",
"@shaperone/testing": "0.1.1",
"@zazuko/env": "^2.1.0"
},
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rdf-validate-shacl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hydrofoil/shaperone-rdf-validate-shacl

## 1.1.1

### Patch Changes

- 40dd516: Build: fixes some incorrect imports in generated d.ts files

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"type": "module",
"main": "index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shaperone/testing

## 0.1.1

### Patch Changes

- 40dd516: Build: fixes some incorrect imports in generated d.ts files
- Updated dependencies [40dd516]
- @hydrofoil/shaperone-core@0.12.1

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"name": "@shaperone/testing",
"type": "module",
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/wc-material/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hydrofoil/shaperone-wc-material

## 0.6.1

### Patch Changes

- 40dd516: Build: fixes some incorrect imports in generated d.ts files
- Updated dependencies [40dd516]
- @hydrofoil/shaperone-core@0.12.1
- @hydrofoil/shaperone-wc@0.8.1

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"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.12.0",
"@hydrofoil/shaperone-wc": "^0.8.0",
"@hydrofoil/shaperone-core": "^0.12.1",
"@hydrofoil/shaperone-wc": "^0.8.1",
"@material/mwc-icon": "^0.25",
"@material/mwc-list": "^0.25",
"@material/mwc-menu": "^0.25",
Expand Down
9 changes: 9 additions & 0 deletions packages/wc-shoelace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hydrofoil/shaperone-wc-shoelace

## 0.4.1

### Patch Changes

- 40dd516: Build: fixes some incorrect imports in generated d.ts files
- Updated dependencies [40dd516]
- @hydrofoil/shaperone-core@0.12.1
- @hydrofoil/shaperone-wc@0.8.1

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"type": "module",
"scripts": {
"prepack": "tsc",
Expand All @@ -14,8 +14,8 @@
"custom-elements.json"
],
"dependencies": {
"@hydrofoil/shaperone-core": "^0.12.0",
"@hydrofoil/shaperone-wc": "^0.8.0",
"@hydrofoil/shaperone-core": "^0.12.1",
"@hydrofoil/shaperone-wc": "^0.8.1",
"@rdfine/shacl": "^0.10.5",
"@rdfjs-elements/lit-helpers": "^0.3.7",
"@shoelace-style/shoelace": "^2.15.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/wc-vaadin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hydrofoil/shaperone-wc-vaadin

## 0.5.1

### Patch Changes

- 40dd516: Build: fixes some incorrect imports in generated d.ts files
- Updated dependencies [40dd516]
- @hydrofoil/shaperone-core@0.12.1
- @hydrofoil/shaperone-wc@0.8.1

## 0.5.0

### Minor 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.5.0",
"version": "0.5.1",
"description": "Rendering forms with Vaadin components",
"main": "index.js",
"type": "module",
Expand All @@ -15,8 +15,8 @@
"analyze:readme": "wca --outFile ./README.md"
},
"dependencies": {
"@hydrofoil/shaperone-wc": "^0.8.0",
"@hydrofoil/shaperone-core": "^0.12.0",
"@hydrofoil/shaperone-wc": "^0.8.1",
"@hydrofoil/shaperone-core": "^0.12.1",
"@tpluscode/rdf-ns-builders": "^4.3.0",
"@rdfjs-elements/lit-helpers": "^0.3.7",
"@vaadin/vaadin-accordion": "^22",
Expand Down
8 changes: 8 additions & 0 deletions packages/wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hydrofoil/shaperone-wc

## 0.8.1

### Patch Changes

- 40dd516: Build: fixes some incorrect imports in generated d.ts files
- Updated dependencies [40dd516]
- @hydrofoil/shaperone-core@0.12.1

## 0.8.0

### Minor 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.8.0",
"version": "0.8.1",
"description": "Web Component rendering SHACL forms",
"main": "index.js",
"type": "module",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@captaincodeman/rdx": "^1.0.0-rc.8",
"@hydrofoil/shaperone-core": "^0.12.0",
"@hydrofoil/shaperone-core": "^0.12.1",
"@rdfine/shacl": "^0.10.5",
"@rdfjs-elements/lit-helpers": "^0.3.7",
"@tpluscode/rdf-ns-builders": "^4.3.0",
Expand Down

0 comments on commit 14d4b5a

Please sign in to comment.