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 Mar 20, 2024
1 parent 8d1df05 commit 053f2e1
Show file tree
Hide file tree
Showing 22 changed files with 88 additions and 57 deletions.
8 changes: 0 additions & 8 deletions .changeset/blue-needles-add.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-ants-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-mails-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-otters-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-dragons-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-plants-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-taxis-drive.md

This file was deleted.

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

## 2.4.1

### Patch Changes

- d48f198: Update [glob](https://npm.im/glob) to v10
- 94551a4: Missing type declarations for `batch.js` and `Readable.js`

## 2.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-base",
"version": "2.4.0",
"version": "2.4.1",
"description": "Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@types/readable-stream": "^4.0.11",
"@types/readable-to-readable": "^0.1.0",
"@types/through2": "^2.0.41",
"barnard59-core": "^5.3.1",
"barnard59-core": "^6.0.0",
"chai": "^4.3.10",
"get-stream": "^6.0.1",
"into-stream": "^7.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# barnard59

## 5.0.0

### Major Changes

- 3caf9e4: Freeze pipeline context object to prevent accidental modifications

### Patch Changes

- d48f198: Remove usage of `rdf-js` package (deprecated)
- Updated dependencies [d48f198]
- Updated dependencies [3caf9e4]
- [email protected]

## 4.5.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59",
"version": "4.5.3",
"version": "5.0.0",
"description": "Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@opentelemetry/semantic-conventions": "^0.24.0",
"@opentelemetry/tracing": "^0.24.0",
"@rdfjs/namespace": "^2.0.0",
"barnard59-core": "5.3.3",
"barnard59-core": "6.0.0",
"barnard59-env": "1.2.3",
"commander": "^11.0.0",
"pkgscan": "^1.0.24",
Expand All @@ -54,9 +54,9 @@
"@types/lodash": "^4.14.202",
"@types/readable-stream": "^4.0.10",
"approvals": "^6.2.2",
"barnard59-base": "^2.4.0",
"barnard59-base": "^2.4.1",
"barnard59-formats": "^2.1.0",
"barnard59-graph-store": "^5.1.1",
"barnard59-graph-store": "^5.1.2",
"barnard59-http": "^2.0.0",
"barnard59-shell": "^0.1.0",
"barnard59-test-support": "^0.0.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# barnard59-core

## 6.0.0

### Major Changes

- 3caf9e4: Freeze pipeline context object to prevent accidental modifications

### Patch Changes

- d48f198: Remove usage of `rdf-js` package (deprecated)

## 5.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-core",
"version": "5.3.3",
"version": "6.0.0",
"description": "Core component of Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/ftp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# barnard59-ftp

## 2.1.0

### Minor Changes

- e518854: Added `write` operation

### Patch Changes

- bc717f6: Fix accidental breaking change when importing `readable-stream`

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ftp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-ftp",
"version": "2.0.0",
"version": "2.1.0",
"description": "FTP support for Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/graph-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# barnard59-graph-store

## 5.1.2

### Patch Changes

- d48f198: Remove usage of `rdf-js` package (deprecated)
- Updated dependencies [d48f198]
- Updated dependencies [94551a4]
- [email protected]

## 5.1.1

### 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.1",
"version": "5.1.2",
"description": "SPARQL Graph Store Protocol support for Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"promise-the-world": "^1.0.1",
"readable-stream": "^3.6.0",
"sparql-http-client": "^2.4.0",
"barnard59-base": "^2.3.0",
"barnard59-base": "^2.4.1",
"barnard59-rdf": "^3.0.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/shacl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# barnard59-shacl

## 1.4.3

### Patch Changes

- d48f198: Remove usage of `rdf-js` package (deprecated)
- f8e7504: Fix sh:conforms in case of results with any severity
- Updated dependencies [d48f198]
- Updated dependencies [94551a4]
- [email protected]

## 1.4.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "1.4.3",
"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": "^2.0.0",
"barnard59-base": "^2.4.0",
"barnard59-base": "^2.4.1",
"barnard59-formats": "^2.1.0",
"barnard59-rdf": "^3.4.0",
"is-stream": "^3.0.0",
Expand All @@ -36,7 +36,7 @@
"@tpluscode/rdf-string": "^1.1.2",
"@types/rdf-validate-shacl": "^0.4.6",
"assert-throws-async": "^3.0.0",
"barnard59-core": "^5.3.2",
"barnard59-core": "^6.0.0",
"barnard59-env": "^1.2.3",
"barnard59-test-support": "*",
"chai": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"license": "MIT",
"devDependencies": {
"@jsdevtools/chai-exec": "^2.1.1",
"barnard59-base": "^2.4.0",
"barnard59-core": "^5.3.1",
"barnard59-base": "^2.4.1",
"barnard59-core": "^6.0.0",
"barnard59-formats": "^2.1.0",
"chai": "^4.3.0",
"deep-equal": "^2.0.5",
Expand Down
11 changes: 11 additions & 0 deletions test/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# barnard59-test-e2e

## 0.1.1

### Patch Changes

- Updated dependencies [d48f198]
- Updated dependencies [3caf9e4]
- Updated dependencies [d48f198]
- Updated dependencies [94551a4]
- [email protected]
- [email protected]

## 0.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "barnard59-test-e2e",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"scripts": {
"test": "mocha *.test.js"
},
"dependencies": {
"@zazuko/rdf-utils-fs": "^3.3.1",
"barnard59-base": "^2.3.0",
"barnard59-core": "^5.3.0",
"barnard59-base": "^2.4.1",
"barnard59-core": "^6.0.0",
"barnard59-env": "^1.2.1",
"barnard59-formats": "^2.1.0",
"barnard59-http": "^2.0.0",
Expand Down

0 comments on commit 053f2e1

Please sign in to comment.