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 Jun 17, 2024
1 parent a666e28 commit 0530553
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/proud-gorillas-fold.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/shelljs": "^0.8.15",
"approvals": "^6.2.2",
"barnard59-base": "^2.4.2",
"barnard59-formats": "^3.0.0",
"barnard59-formats": "^4.0.0",
"barnard59-graph-store": "^6.0.1",
"barnard59-http": "^2.0.0",
"barnard59-shell": "^0.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# barnard59-cube

## 1.4.8

### Patch Changes

- Updated dependencies [01682f7]
- barnard59-formats@4.0.0
- barnard59-shacl@1.4.9

## 1.4.7

### 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.4.7",
"version": "1.4.8",
"description": "Build and check RDF cubes in Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand All @@ -21,10 +21,10 @@
"homepage": "https://github.com/zazuko/barnard59",
"dependencies": {
"barnard59-base": "^2.4.2",
"barnard59-formats": "^3.0.0",
"barnard59-formats": "^4.0.0",
"barnard59-http": "^2.0.0",
"barnard59-rdf": "^3.4.0",
"barnard59-shacl": "^1.4.7",
"barnard59-shacl": "^1.4.9",
"barnard59-sparql": "^2.3.0",
"external-merge-sort": "^0.1.4",
"lodash": "^4.17.21",
Expand Down
6 changes: 6 additions & 0 deletions packages/formats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# barnard59-formats

## 4.0.0

### Major Changes

- 01682f7: Updating `@zazuko/rdf-parser-csvw` to v0.17. See https://github.com/zazuko/rdf-parser-csvw/blob/master/CHANGELOG.md#0170

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/formats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-formats",
"version": "3.0.0",
"version": "4.0.0",
"description": "Support for various formats for Barnard59 Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/shacl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# barnard59-shacl

## 1.4.9

### Patch Changes

- Updated dependencies [01682f7]
- barnard59-formats@4.0.0

## 1.4.8

### 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.4.8",
"version": "1.4.9",
"description": "A barnard59 step that validates RDF using the Shapes Constraint Language (SHACL).",
"type": "module",
"main": "index.js",
Expand All @@ -26,7 +26,7 @@
"@rdfjs/fetch": "^3.0.0",
"@rdfjs/to-ntriples": "^3.0.0",
"barnard59-base": "^2.4.2",
"barnard59-formats": "^3.0.0",
"barnard59-formats": "^4.0.0",
"barnard59-rdf": "^3.4.0",
"is-stream": "^3.0.0",
"rdf-validate-shacl": "^0.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@jsdevtools/chai-exec": "^2.1.1",
"barnard59-base": "^2.4.1",
"barnard59-core": "^6.0.0",
"barnard59-formats": "^3.0.0",
"barnard59-formats": "^4.0.0",
"chai": "^4.3.0",
"deep-equal": "^2.0.5",
"esmock": "^2.3.8",
Expand Down
7 changes: 7 additions & 0 deletions test/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# barnard59-test-e2e

## 0.1.3

### Patch Changes

- Updated dependencies [01682f7]
- barnard59-formats@4.0.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-test-e2e",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"barnard59-base": "^2.4.1",
"barnard59-core": "^6.0.0",
"barnard59-env": "^1.2.1",
"barnard59-formats": "^3.0.0",
"barnard59-formats": "^4.0.0",
"barnard59-http": "^2.0.0",
"chai": "^4.3.7",
"get-stream": "^6.0.0",
Expand Down

0 comments on commit 0530553

Please sign in to comment.