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 29, 2023
1 parent e810378 commit 91f9c9f
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-rockets-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-geese-jog.md

This file was deleted.

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

## 1.1.1

### Patch Changes

- 5c14dc9: Add parameter to override the format of the shapes graph
- Updated dependencies [5c14dc9]
- Updated dependencies [5c14dc9]
- [email protected]
- [email protected]

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"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.2.0",
"barnard59-rdf": "^3.2.2",
"barnard59-sparql": "^2.1.1",
"barnard59-shacl": "^1.1.1",
"barnard59-shacl": "^1.1.3",
"external-merge-sort": "^0.1.3",
"lodash": "^4.17.21",
"rdf-literal": "^1.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/rdf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# barnard59-rdf

## 3.2.2

### Patch Changes

- 5c14dc9: Add the option to override the media type of remote resources when using `rdf:open` operation

## 3.2.1

### Patch 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.1",
"version": "3.2.2",
"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.3

### Patch Changes

- 5c14dc9: Add parameter to override the format of the shapes graph
- Updated dependencies [5c14dc9]
- [email protected]

## 1.1.2

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

0 comments on commit 91f9c9f

Please sign in to comment.