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 Feb 9, 2024
1 parent 990b910 commit a9af0e9
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-hotels-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-icons-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-flowers-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-donuts-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-dancers-dream.md

This file was deleted.

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

## 1.4.1

### Patch Changes

- 2d61960: Fix batch size in check-observations
- 8ae9c7e: Include `cube:Constraint` when calling `b59 cube fetch-cube`
- e7f32d5: Updated dependency to avoid Windows errors in temp files cleanup
- Updated dependencies [052b1a5]
- Updated dependencies [e2705c8]
- [email protected]
- [email protected]

## 1.4.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.4.0",
"version": "1.4.1",
"description": "Build and check RDF cubes in Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand All @@ -24,8 +24,8 @@
"barnard59-formats": "^2.0.0",
"barnard59-http": "^2.0.0",
"barnard59-rdf": "^3.4.0",
"barnard59-shacl": "^1.4.0",
"barnard59-sparql": "^2.1.1",
"barnard59-shacl": "^1.4.2",
"barnard59-sparql": "^2.2.0",
"external-merge-sort": "^0.1.4",
"lodash": "^4.17.21",
"rdf-literal": "^1.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/shacl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# barnard59-shacl

## 1.4.2

### Patch Changes

- 052b1a5: Produce SHACL report on successful validation

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shacl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-shacl",
"version": "1.4.1",
"version": "1.4.2",
"description": "A barnard59 step that validates RDF using the Shapes Constraint Language (SHACL).",
"type": "module",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/sparql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# barnard59-sparql

## 2.2.0

### Minor Changes

- e2705c8: Add In-Memory SPARQL operations (closes #255)

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sparql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-sparql",
"version": "2.1.1",
"version": "2.2.0",
"description": "SPARQL support for Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit a9af0e9

Please sign in to comment.