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 Nov 28, 2023
1 parent fd6e15c commit f82b32f
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-nails-press.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/happy-mails-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-dodos-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-dodos-tan.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/cube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# barnard59-cube

## 1.1.0

### Minor Changes

- b833a62: Support SHACL profile for validating cube to be loaded from local path

### Patch Changes

- e5a3457: The loaded profile can now be in any RDF serialzation
- Updated dependencies [c80f82b]
- Updated dependencies [b833a62]
- [email protected]
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cube/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-cube",
"version": "1.0.1",
"version": "1.1.0",
"description": "Build and check RDF cubes in Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand All @@ -23,9 +23,9 @@
"barnard59-base": "^2.2.0",
"barnard59-formats": "^2.0.0",
"barnard59-http": "^2.0.0",
"barnard59-rdf": "^3.1.0",
"barnard59-rdf": "^3.2.0",
"barnard59-sparql": "^2.1.1",
"barnard59-shacl": "^1.1.0",
"barnard59-shacl": "^1.1.1",
"external-merge-sort": "^0.1.3",
"lodash": "^4.17.21",
"rdf-literal": "^1.3.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/rdf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# barnard59-rdf

## 3.2.0

### Minor Changes

- b833a62: Added a universal RDF open step which fetches from the web or local path

```turtle
@prefix rdf: <https://barnard59.zazuko.com/operations/rdf/> .
[ rdf:open ( "path/to/shapes" ) ] .
```

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-rdf",
"version": "3.1.0",
"version": "3.2.0",
"description": "RDF support for Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/shacl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# barnard59-shacl

## 1.1.1

### Patch Changes

- c80f82b: Resolve shapes against working directory
- Updated dependencies [b833a62]
- [email protected]

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/shacl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-shacl",
"version": "1.1.0",
"version": "1.1.1",
"description": "A barnard59 step that validates RDF using the Shapes Constraint Language (SHACL).",
"type": "module",
"main": "index.js",
Expand All @@ -26,7 +26,7 @@
"readable-stream": "3 - 4",
"barnard59-base": "^2.2.0",
"barnard59-formats": "^2.1.0",
"barnard59-rdf": "^3.1.0"
"barnard59-rdf": "^3.2.0"
},
"devDependencies": {
"@rdfjs/to-ntriples": "^2.0.0",
Expand Down

0 comments on commit f82b32f

Please sign in to comment.