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 Jan 22, 2024
1 parent e82aa36 commit 91f14e4
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/silver-sloths-design.md

This file was deleted.

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

## 4.5.2

### Patch Changes

- e82aa36: Remove references of `rdf-js` types package, repaced with `@rdfjs/types`
- Updated dependencies [e82aa36]
- [email protected]

## 4.5.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": "4.5.1",
"version": "4.5.2",
"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.1",
"barnard59-core": "5.3.2",
"barnard59-env": "1.2.3",
"commander": "^11.0.0",
"pkgscan": "^1.0.24",
Expand All @@ -56,7 +56,7 @@
"approvals": "^6.2.2",
"barnard59-base": "^2.4.0",
"barnard59-formats": "^2.1.0",
"barnard59-graph-store": "^5.1.0",
"barnard59-graph-store": "^5.1.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

## 5.3.2

### Patch Changes

- e82aa36: Remove references of `rdf-js` types package, repaced with `@rdfjs/types`

## 5.3.1

### 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.1",
"version": "5.3.2",
"description": "Core component of Barnard59 Linked Data 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

## 5.1.1

### Patch Changes

- e82aa36: Remove references of `rdf-js` types package, repaced with `@rdfjs/types`

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "5.1.1",
"description": "SPARQL Graph Store Protocol support for Linked Data pipelines",
"type": "module",
"main": "index.js",
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.1

### Patch Changes

- e82aa36: Remove references of `rdf-js` types package, repaced with `@rdfjs/types`

## 1.4.0

### Minor 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.0",
"version": "1.4.1",
"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.6",
"assert-throws-async": "^3.0.0",
"barnard59-core": "^5.3.1",
"barnard59-core": "^5.3.2",
"barnard59-env": "^1.2.3",
"barnard59-test-support": "*",
"chai": "^4.3.4",
Expand Down

0 comments on commit 91f14e4

Please sign in to comment.