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 6, 2024
1 parent 8282b0e commit bee1ca9
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-gifts-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-terms-sing.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 @@ -56,7 +56,7 @@
"@types/shelljs": "^0.8.15",
"approvals": "^6.2.2",
"barnard59-base": "^2.4.2",
"barnard59-formats": "^2.1.2",
"barnard59-formats": "^3.0.0",
"barnard59-graph-store": "^6.0.0",
"barnard59-http": "^2.0.0",
"barnard59-shell": "^0.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/cube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# barnard59-cube

## 1.4.7

### Patch Changes

- Updated dependencies [8282b0e]
- Updated dependencies [8282b0e]
- [email protected]
- [email protected]

## 1.4.6

### 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.6",
"version": "1.4.7",
"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": "^2.1.2",
"barnard59-formats": "^3.0.0",
"barnard59-http": "^2.0.0",
"barnard59-rdf": "^3.4.0",
"barnard59-shacl": "^1.4.6",
"barnard59-shacl": "^1.4.7",
"barnard59-sparql": "^2.3.0",
"external-merge-sort": "^0.1.4",
"lodash": "^4.17.21",
Expand Down
10 changes: 10 additions & 0 deletions packages/formats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# barnard59-formats

## 3.0.0

### Major Changes

- 8282b0e: CSVW: By default, will trim whitespace from header names

### Patch Changes

- 8282b0e: Use `@zazuko/rdf-parser-csvw` and `@zazuko/rdf-parser-csvw-xlsx`

## 2.1.2

### Patch 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": "2.1.2",
"version": "3.0.0",
"description": "Support for various formats for Barnard59 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.4.7

### Patch Changes

- Updated dependencies [8282b0e]
- Updated dependencies [8282b0e]
- [email protected]

## 1.4.6

### 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.6",
"version": "1.4.7",
"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": "^2.1.1",
"barnard59-formats": "^3.0.0",
"barnard59-rdf": "^3.4.0",
"is-stream": "^3.0.0",
"rdf-validate-shacl": "^0.5.5",
Expand Down
7 changes: 5 additions & 2 deletions 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": "^2.1.0",
"barnard59-formats": "^3.0.0",
"chai": "^4.3.0",
"deep-equal": "^2.0.5",
"esmock": "^2.3.8",
Expand All @@ -42,6 +42,9 @@
"rdf-loader-code": "^2.1.3"
},
"mocha": {
"loader": ["ts-node/esm", "esmock"]
"loader": [
"ts-node/esm",
"esmock"
]
}
}
8 changes: 8 additions & 0 deletions test/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# barnard59-test-e2e

## 0.1.2

### Patch Changes

- Updated dependencies [8282b0e]
- Updated dependencies [8282b0e]
- [email protected]

## 0.1.1

### 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.1",
"version": "0.1.2",
"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": "^2.1.0",
"barnard59-formats": "^3.0.0",
"barnard59-http": "^2.0.0",
"chai": "^4.3.7",
"get-stream": "^6.0.0",
Expand Down

0 comments on commit bee1ca9

Please sign in to comment.