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 Apr 22, 2024
1 parent 287efab commit 21463e9
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/soft-geese-lie.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.1

### Patch Changes

- Updated dependencies [287efab]
- [email protected]

## 5.0.0

### Major 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": "5.0.0",
"version": "5.0.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": "6.0.0",
"barnard59-env": "1.2.3",
"barnard59-env": "1.2.4",
"commander": "^11.0.0",
"pkgscan": "^1.0.24",
"find-up": "^7.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.4

### Patch Changes

- 287efab: Accurate imports to work with `moduleResolution=NodeNext`

## 1.2.3

### 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.3",
"version": "1.2.4",
"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.5

### Patch Changes

- 287efab: Accurate imports to work with `moduleResolution=NodeNext`

## 1.4.4

### 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.4",
"version": "1.4.5",
"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.7",
"assert-throws-async": "^3.0.0",
"barnard59-core": "^6.0.0",
"barnard59-env": "^1.2.3",
"barnard59-env": "^1.2.4",
"barnard59-test-support": "*",
"chai": "^4.3.4",
"express": "^4.19.2",
Expand Down

0 comments on commit 21463e9

Please sign in to comment.