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 Aug 26, 2024
1 parent 6af7335 commit 02debe0
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-falcons-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-rules-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-crews-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-lamps-rest.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.5

### Patch Changes

- Updated dependencies [0170c58]
- [email protected]

## 5.0.4

### 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.4",
"version": "5.0.5",
"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.1",
"barnard59-core": "6.1.0",
"barnard59-env": "1.2.6",
"commander": "^11.0.0",
"pkgscan": "^1.0.24",
Expand All @@ -60,7 +60,7 @@
"barnard59-base": "^2.4.2",
"barnard59-formats": "^4.0.0",
"barnard59-graph-store": "^6.0.1",
"barnard59-http": "^2.0.0",
"barnard59-http": "^2.1.0",
"barnard59-shell": "^0.1.0",
"barnard59-test-support": "^0.0.3",
"chai": "^4.3.7",
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.1.0

### Minor Changes

- 0170c58: Include the current graph in pipeline context

## 6.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-core",
"version": "6.0.1",
"version": "6.1.0",
"description": "Core component of Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@rdfjs/namespace": "^2.0.0",
"@types/readable-stream": "^4.0.9",
"barnard59-env": "^1.2.2",
"barnard59-http": "^2.0.0",
"barnard59-http": "^2.1.0",
"barnard59-test-support": "^0.0.3",
"chai": "^4.3.7",
"get-stream": "^6.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/cube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# barnard59-cube

## 1.4.9

### Patch Changes

- a0b2928: TypeScript declarations
- Updated dependencies [f4c4fc6]
- Updated dependencies [cb4223b]
- [email protected]

## 1.4.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "1.4.9",
"description": "Build and check RDF cubes in Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"barnard59-base": "^2.4.2",
"barnard59-formats": "^4.0.0",
"barnard59-http": "^2.0.0",
"barnard59-http": "^2.1.0",
"barnard59-rdf": "^3.4.0",
"barnard59-shacl": "^1.4.9",
"barnard59-sparql": "^2.3.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# barnard59-http

## 2.1.0

### Minor Changes

- f4c4fc6: Add overload to `get` and `post` to match the signature of native `fetch`

### Patch Changes

- cb4223b: Added TS declarations

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-http",
"version": "2.0.0",
"version": "2.1.0",
"description": "HTTP protocol support for Barnard59 Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 02debe0

Please sign in to comment.