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 Apr 15, 2024
1 parent a618566 commit 7cfceee
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 44 deletions.
6 changes: 0 additions & 6 deletions .changeset/curvy-spiders-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-badgers-juggle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-ducks-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-lamps-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-feet-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-files-remain.md

This file was deleted.

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

## 2.4.2

### Patch Changes

- f6d593c: `limit` step would not break the pipeline when the stream produces a very large or infinite stream

## 2.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-base",
"version": "2.4.1",
"version": "2.4.2",
"description": "Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"@types/lodash": "^4.14.202",
"@types/readable-stream": "^4.0.10",
"approvals": "^6.2.2",
"barnard59-base": "^2.4.1",
"barnard59-base": "^2.4.2",
"barnard59-formats": "^2.1.0",
"barnard59-graph-store": "^5.1.2",
"barnard59-graph-store": "^6.0.0",
"barnard59-http": "^2.0.0",
"barnard59-shell": "^0.1.0",
"barnard59-test-support": "^0.0.3",
Expand Down
14 changes: 14 additions & 0 deletions packages/cube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# barnard59-cube

## 1.4.2

### Patch Changes

- 600eb0e: Updated `rdf-validate-shacl` to v0.5.4
- Updated dependencies [f240b0f]
- Updated dependencies [600eb0e]
- Updated dependencies [f6d593c]
- Updated dependencies [f240b0f]
- Updated dependencies [49dcd13]
- [email protected]
- [email protected]
- [email protected]

## 1.4.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "1.4.2",
"description": "Build and check RDF cubes in Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand All @@ -20,12 +20,12 @@
},
"homepage": "https://github.com/zazuko/barnard59",
"dependencies": {
"barnard59-base": "^2.4.0",
"barnard59-base": "^2.4.2",
"barnard59-formats": "^2.0.0",
"barnard59-http": "^2.0.0",
"barnard59-rdf": "^3.4.0",
"barnard59-shacl": "^1.4.2",
"barnard59-sparql": "^2.2.0",
"barnard59-shacl": "^1.4.4",
"barnard59-sparql": "^2.3.0",
"external-merge-sort": "^0.1.4",
"lodash": "^4.17.21",
"rdf-literal": "^1.3.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/graph-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# barnard59-graph-store

## 6.0.0

### Major Changes

- f240b0f: Updated `sparql-http-client` to v3
Removed `maxQuadsPerRequest` from PUT and POST operations

### Patch Changes

- Updated dependencies [f6d593c]
- [email protected]

## 5.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graph-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-graph-store",
"version": "5.1.2",
"version": "6.0.0",
"description": "SPARQL Graph Store Protocol support for Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/zazuko/barnard59",
"dependencies": {
"barnard59-base": "^2.4.1",
"barnard59-base": "^2.4.2",
"barnard59-rdf": "^3.0.0",
"duplex-to": "^1.0.0",
"onetime": "^6.0.0",
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.4.4

### Patch Changes

- 600eb0e: Updated `rdf-validate-shacl` to v0.5.4
- 49dcd13: Update `@rdfjs/to-ntriples` to v3
- Updated dependencies [f6d593c]
- [email protected]

## 1.4.3

### 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.3",
"version": "1.4.4",
"description": "A barnard59 step that validates RDF using the Shapes Constraint Language (SHACL).",
"type": "module",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@rdfjs/fetch": "^3.0.0",
"@rdfjs/to-ntriples": "^3.0.0",
"barnard59-base": "^2.4.1",
"barnard59-base": "^2.4.2",
"barnard59-formats": "^2.1.0",
"barnard59-rdf": "^3.4.0",
"is-stream": "^3.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/sparql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# barnard59-sparql

## 2.3.0

### Minor Changes

- f240b0f: Added TS declarations

### Patch Changes

- f240b0f: Updated `sparql-http-client` to v3

## 2.2.0

### Minor 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.2.0",
"version": "2.3.0",
"description": "SPARQL support for Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 7cfceee

Please sign in to comment.