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 ebe9128 commit a3b5f14
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-peas-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-deers-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-feet-report.md

This file was deleted.

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

## 3.2.1

### Patch Changes

- c759278: Wrong code type in manifest of `<open>` operation
- ebe9128: fix manifest entry for splitDataset (bySubject and byType)

## 3.2.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.2.0",
"version": "3.2.1",
"description": "RDF support for Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/shacl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# barnard59-shacl

## 1.1.2

### Patch Changes

- ebe9128: prevent potential memory leaks by creating a fresh validator for each chunk
- Updated dependencies [c759278]
- Updated dependencies [ebe9128]
- [email protected]

## 1.1.1

### Patch 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.1",
"version": "1.1.2",
"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.2.0"
"barnard59-rdf": "^3.2.1"
},
"devDependencies": {
"@rdfjs/to-ntriples": "^2.0.0",
Expand Down

0 comments on commit a3b5f14

Please sign in to comment.