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 May 14, 2024
1 parent 57bb930 commit 30be08d
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-melons-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-deers-rescue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-windows-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-turkeys-sit.md

This file was deleted.

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

## 5.0.2

### Patch Changes

- Updated dependencies [57bb930]
- [email protected]

## 5.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59",
"version": "5.0.1",
"version": "5.0.2",
"description": "Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@opentelemetry/tracing": "^0.24.0",
"@rdfjs/namespace": "^2.0.0",
"barnard59-core": "6.0.0",
"barnard59-env": "1.2.4",
"barnard59-env": "1.2.5",
"commander": "^11.0.0",
"pkgscan": "^1.0.24",
"find-up": "^7.0.0",
Expand All @@ -55,7 +55,7 @@
"@types/readable-stream": "^4.0.10",
"approvals": "^6.2.2",
"barnard59-base": "^2.4.2",
"barnard59-formats": "^2.1.0",
"barnard59-formats": "^2.1.1",
"barnard59-graph-store": "^6.0.0",
"barnard59-http": "^2.0.0",
"barnard59-shell": "^0.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# barnard59-cube

## 1.4.4

### Patch Changes

- a292c2e: Updated `rdf-validate-shacl` to v0.5.5
- Updated dependencies [f1caca5]
- Updated dependencies [a292c2e]
- Updated dependencies [57bb930]
- [email protected]
- [email protected]

## 1.4.3

### 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.3",
"version": "1.4.4",
"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.0.0",
"barnard59-formats": "^2.1.1",
"barnard59-http": "^2.0.0",
"barnard59-rdf": "^3.4.0",
"barnard59-shacl": "^1.4.4",
"barnard59-shacl": "^1.4.6",
"barnard59-sparql": "^2.3.0",
"external-merge-sort": "^0.1.4",
"lodash": "^4.17.21",
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@rdfjs/to-ntriples": "^3.0.0",
"barnard59-env": "^1.2.3",
"barnard59-env": "^1.2.5",
"chai": "^4.3.7",
"get-stream": "^6.0.1",
"is-stream": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# barnard59-env

## 1.2.5

### Patch Changes

- 57bb930: Update `@zazuko/env-node`

## 1.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-env",
"version": "1.2.4",
"version": "1.2.5",
"type": "module",
"main": "index.js",
"scripts": {
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

## 2.1.1

### Patch Changes

- 57bb930: Ensures that the RDF/JS environment is used with parser streams

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/formats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-formats",
"version": "2.1.0",
"version": "2.1.1",
"description": "Support for various formats for Barnard59 Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@zazuko/env-core": "^1.1.2",
"barnard59-env": "^1.0.0",
"barnard59-env": "^1.2.5",
"chai": "^4.3.7"
},
"engines": {
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.6

### Patch Changes

- f1caca5: barnard59-shacl: rephrase messages in human-readable report
- a292c2e: Updated `rdf-validate-shacl` to v0.5.5
- Updated dependencies [57bb930]
- [email protected]

## 1.4.5

### 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.5",
"version": "1.4.6",
"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.0",
"barnard59-formats": "^2.1.1",
"barnard59-rdf": "^3.4.0",
"is-stream": "^3.0.0",
"rdf-validate-shacl": "^0.5.5",
Expand All @@ -37,7 +37,7 @@
"@types/rdf-validate-shacl": "^0.4.7",
"assert-throws-async": "^3.0.0",
"barnard59-core": "^6.0.0",
"barnard59-env": "^1.2.4",
"barnard59-env": "^1.2.5",
"barnard59-test-support": "*",
"chai": "^4.3.4",
"express": "^4.19.2",
Expand Down

0 comments on commit 30be08d

Please sign in to comment.