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 9178b7e commit a279432
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-icons-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-radios-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-taxis-listen.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

## 4.5.1

### Patch Changes

- Updated dependencies [9178b7e]
- [email protected]

## 4.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59",
"version": "4.5.0",
"version": "4.5.1",
"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": "5.3.1",
"barnard59-env": "1.2.2",
"barnard59-env": "1.2.3",
"commander": "^11.0.0",
"pkgscan": "^1.0.24",
"find-up": "^7.0.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.0

### Minor Changes

- 37b5b19: Additional commands: `fetch-cube`, `fetch-constraint`

### Patch Changes

- Updated dependencies [452d885]
- [email protected]

## 1.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cube/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-cube",
"version": "1.3.0",
"version": "1.4.0",
"description": "Build and check RDF cubes in Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
"barnard59-formats": "^2.0.0",
"barnard59-http": "^2.0.0",
"barnard59-rdf": "^3.4.0",
"barnard59-shacl": "^1.3.1",
"barnard59-shacl": "^1.4.0",
"barnard59-sparql": "^2.1.1",
"external-merge-sort": "^0.1.3",
"lodash": "^4.17.21",
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@rdfjs/to-ntriples": "^2.0.0",
"barnard59-env": "^1.2.2",
"barnard59-env": "^1.2.3",
"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.3

### Patch Changes

- 9178b7e: .d.ts files were not included in package

## 1.2.2

### 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.2",
"version": "1.2.3",
"type": "module",
"main": "index.js",
"scripts": {
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.0

### Minor Changes

- 452d885: Added `report-summary` command

## 1.3.1

### 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.3.1",
"version": "1.4.0",
"description": "A barnard59 step that validates RDF using the Shapes Constraint Language (SHACL).",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@types/rdf-validate-shacl": "^0.4.6",
"assert-throws-async": "^3.0.0",
"barnard59-core": "^5.3.1",
"barnard59-env": "^1.2.2",
"barnard59-env": "^1.2.3",
"barnard59-test-support": "*",
"chai": "^4.3.4",
"express": "^4.18.2",
Expand Down

0 comments on commit a279432

Please sign in to comment.