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 13, 2024
1 parent 90096eb commit 92f99ac
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-snakes-smell.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lucky-kangaroos-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-oranges-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-tomatoes-happen.md

This file was deleted.

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

## 5.0.4

### Patch Changes

- b86a9ab: Suggest package to install when a CLI command is not found
- 83583d2: Type annotations: remove references to `rdf-js`, using `@rdfjs/types` instead
- Updated dependencies [83583d2]
- barnard59-core@6.0.1

## 5.0.3

### 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.3",
"version": "5.0.4",
"description": "Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@opentelemetry/semantic-conventions": "^0.24.0",
"@opentelemetry/tracing": "^0.24.0",
"@rdfjs/namespace": "^2.0.0",
"barnard59-core": "6.0.0",
"barnard59-core": "6.0.1",
"barnard59-env": "1.2.6",
"commander": "^11.0.0",
"pkgscan": "^1.0.24",
Expand All @@ -59,7 +59,7 @@
"approvals": "^6.2.2",
"barnard59-base": "^2.4.2",
"barnard59-formats": "^3.0.0",
"barnard59-graph-store": "^6.0.0",
"barnard59-graph-store": "^6.0.1",
"barnard59-http": "^2.0.0",
"barnard59-shell": "^0.1.0",
"barnard59-test-support": "^0.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# barnard59-core

## 6.0.1

### Patch Changes

- 83583d2: Type annotations: remove references to `rdf-js`, using `@rdfjs/types` instead

## 6.0.0

### Major 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": "6.0.0",
"version": "6.0.1",
"description": "Core component of Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/csvw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# barnard59-csvw

## 2.2.0

### Minor Changes

- 5867c79: Added type declarations
- d8bdf29: The package now includes a copy of the CSVW context to avoid rate limiting issues when frequently loading the context from the web. To force using the remote context, pass `useRemoteCsvwContext: true` to the `fetch` step options.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/csvw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-csvw",
"version": "2.1.0",
"version": "2.2.0",
"description": "Simplifies handling CSVW mapping documents in barnard59 pipelines",
"type": "module",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/graph-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# barnard59-graph-store

## 6.0.1

### Patch Changes

- 83583d2: Type annotations: remove references to `rdf-js`, using `@rdfjs/types` instead

## 6.0.0

### Major 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": "6.0.0",
"version": "6.0.1",
"description": "SPARQL Graph Store Protocol support for Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/readable-stream": "^4.0.10",
"@types/sparql-http-client": "^3.0.0",
"@zazuko/env": "^2",
"barnard59-core": "^6.0.0",
"barnard59-core": "^6.0.1",
"barnard59-env": "^1.2.3",
"barnard59-test-support": "*",
"docker-compose": "^0.24.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/shacl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# barnard59-shacl

## 1.4.8

### Patch Changes

- 83583d2: Type annotations: remove references to `rdf-js`, using `@rdfjs/types` instead

## 1.4.7

### 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.7",
"version": "1.4.8",
"description": "A barnard59 step that validates RDF using the Shapes Constraint Language (SHACL).",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@tpluscode/rdf-string": "^1.1.2",
"@types/rdf-validate-shacl": "^0.4.7",
"assert-throws-async": "^3.0.0",
"barnard59-core": "^6.0.0",
"barnard59-core": "^6.0.1",
"barnard59-env": "^1.2.5",
"barnard59-test-support": "*",
"chai": "^4.3.4",
Expand Down

0 comments on commit 92f99ac

Please sign in to comment.