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 Oct 26, 2023
1 parent b57f381 commit 0ec3482
Show file tree
Hide file tree
Showing 31 changed files with 175 additions and 75 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-adults-glow.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/hip-weeks-compare.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/smooth-crews-travel.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# v1.0.0

## 2.0.0

### Major Changes

- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)
- 72648c5: Change the operation URLs to be HTTPS (re zazuko/barnard59-website#4).
This will only be a breaking change to those using the [shorthand step syntax](https://data-centric.zazuko.com/docs/workflows/explanations/simplified-syntax).

### Minor Changes

- 64b50ac: glob: added a warning message when nothing was matched

## 1.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-base",
"version": "1.2.2",
"version": "2.0.0",
"description": "Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -30,7 +30,7 @@
"through2": "^4.0.2"
},
"devDependencies": {
"barnard59-core": "^3.0.2",
"barnard59-core": "^4.0.0",
"chai": "^4.3.10",
"get-stream": "^6.0.1",
"into-stream": "^7.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 4.0.0

### Major Changes

- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)

### Patch Changes

- Updated dependencies [6be7cd8]
- Updated dependencies [72648c5]
- [email protected]

## 3.0.2

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59",
"version": "3.0.2",
"version": "4.0.0",
"description": "Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@opentelemetry/tracing": "^0.24.0",
"@rdfjs/namespace": "^2.0.0",
"@zazuko/env": "^1.0.1",
"barnard59-core": "3.0.2",
"barnard59-core": "4.0.0",
"clownface": "^2.0.0",
"commander": "^11.0.0",
"find-plugins": "^1.1.7",
Expand All @@ -45,12 +45,12 @@
},
"devDependencies": {
"approvals": "^6.2.2",
"barnard59-base": "^1.2.2",
"barnard59-formats": "^1.4.2",
"barnard59-graph-store": "^1.1.1",
"barnard59-http": "^1.1.1",
"barnard59-base": "^2.0.0",
"barnard59-formats": "^2.0.0",
"barnard59-graph-store": "^2.0.0",
"barnard59-http": "^2.0.0",
"barnard59-shell": "^0.1.0",
"barnard59-test-support": "^0.0.1",
"barnard59-test-support": "^0.0.2",
"chai": "^4.3.7",
"shelljs": "^0.8.4",
"strip-ansi": "^7.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.0.0

### Major Changes

- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)
- 72648c5: Change the operation URLs to be HTTPS (re zazuko/barnard59-website#4).
This will only be a breaking change to those using the [shorthand step syntax](https://data-centric.zazuko.com/docs/workflows/explanations/simplified-syntax).

## 3.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-core",
"version": "3.0.2",
"version": "4.0.0",
"description": "Core component of Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"winston": "^3.3.3"
},
"devDependencies": {
"barnard59-http": "^1.1.1",
"barnard59-test-support": "^0.0.1",
"barnard59-http": "^2.0.0",
"barnard59-test-support": "^0.0.2",
"chai": "^4.3.7",
"get-stream": "^6.0.1",
"husky": "^8.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/csvw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# barnard59-csvw

## 2.0.0

### Major Changes

- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)
- 72648c5: Change the operation URLs to be HTTPS (re zazuko/barnard59-website#4).
This will only be a breaking change to those using the [shorthand step syntax](https://data-centric.zazuko.com/docs/workflows/explanations/simplified-syntax).

## 1.0.2

### Patch 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": "1.0.2",
"version": "2.0.0",
"description": "Simplifies handling CSVW mapping documents in barnard59 pipelines",
"type": "module",
"main": "index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/formats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# v1.0.0

## 2.0.0

### Major Changes

- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)
- 72648c5: Change the operation URLs to be HTTPS (re zazuko/barnard59-website#4).
This will only be a breaking change to those using the [shorthand step syntax](https://data-centric.zazuko.com/docs/workflows/explanations/simplified-syntax).

### Patch Changes

- Updated dependencies [64b50ac]
- Updated dependencies [6be7cd8]
- Updated dependencies [72648c5]
- [email protected]

## 1.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/formats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-formats",
"version": "1.4.2",
"version": "2.0.0",
"description": "Support for various formats for Barnard59 Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand All @@ -27,7 +27,7 @@
"@rdfjs/serializer-ntriples": "^2.0.0",
"@rdfjs/sink-to-duplex": "^1.0.0",
"@zazuko/env": "^1.1.0",
"barnard59-base": "^1.2.2",
"barnard59-base": "^2.0.0",
"rdf-dataset-ext": "^1.0.1",
"rdf-parser-csvw": "^0.15.0",
"rdf-parser-csvw-xlsx": "^0.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ftp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# v1.0.0

## 2.0.0

### Major Changes

- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)
- 72648c5: Change the operation URLs to be HTTPS (re zazuko/barnard59-website#4).
This will only be a breaking change to those using the [shorthand step syntax](https://data-centric.zazuko.com/docs/workflows/explanations/simplified-syntax).

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ftp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-ftp",
"version": "1.0.3",
"version": "2.0.0",
"description": "FTP support for Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down
16 changes: 16 additions & 0 deletions packages/graph-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# v1.0.0

## 2.0.0

### Major Changes

- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)
- 72648c5: Change the operation URLs to be HTTPS (re zazuko/barnard59-website#4).
This will only be a breaking change to those using the [shorthand step syntax](https://data-centric.zazuko.com/docs/workflows/explanations/simplified-syntax).

### Patch Changes

- Updated dependencies [64b50ac]
- Updated dependencies [6be7cd8]
- Updated dependencies [72648c5]
- [email protected]
- [email protected]

## 1.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "1.1.1",
"version": "2.0.0",
"description": "SPARQL Graph Store Protocol support for Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"sparql-http-client": "^2.4.0"
},
"peerDependencies": {
"barnard59-base": "^1.2.2",
"barnard59-rdf": "^1.4.3"
"barnard59-base": "^2.0.0",
"barnard59-rdf": "^2.0.0"
},
"devDependencies": {
"@rdfjs/namespace": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# v1.0.0

## 2.0.0

### Major Changes

- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)
- 72648c5: Change the operation URLs to be HTTPS (re zazuko/barnard59-website#4).
This will only be a breaking change to those using the [shorthand step syntax](https://data-centric.zazuko.com/docs/workflows/explanations/simplified-syntax).

## 1.1.1

### Patch 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": "1.1.1",
"version": "2.0.0",
"description": "HTTP protocol support for Barnard59 Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/rdf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# v1.0.0

## 2.0.0

### Major Changes

- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)
- 72648c5: Change the operation URLs to be HTTPS (re zazuko/barnard59-website#4).
This will only be a breaking change to those using the [shorthand step syntax](https://data-centric.zazuko.com/docs/workflows/explanations/simplified-syntax).

## 1.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-rdf",
"version": "1.4.5",
"version": "2.0.0",
"description": "RDF support for Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# barnard59-s3

## 0.2.0

### Minor Changes

- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)
- 72648c5: Change the operation URLs to be HTTPS (re zazuko/barnard59-website#4).
This will only be a breaking change to those using the [shorthand step syntax](https://data-centric.zazuko.com/docs/workflows/explanations/simplified-syntax).

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-s3",
"version": "0.1.0",
"version": "0.2.0",
"description": "S3 support for Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/sparql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# barnard59-sparql

## 2.0.0

### Major Changes

- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)
- 72648c5: Change the operation URLs to be HTTPS (re zazuko/barnard59-website#4).
This will only be a breaking change to those using the [shorthand step syntax](https://data-centric.zazuko.com/docs/workflows/explanations/simplified-syntax).

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sparql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-sparql",
"version": "1.1.2",
"version": "2.0.0",
"description": "SPARQL support for Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down
10 changes: 8 additions & 2 deletions packages/validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# `v0.2.0`

## 0.3.0

### Minor Changes

- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)

* Add an experimental `manifest.ttl` checker: `barnard59-validate -m manifest.ttl -v`

# `v0.1.1`

* Properly report "file not found" when trying to run the tool on a file that does not exist
* Look for pipeline dependencies relative to CLI current working directory
- Properly report "file not found" when trying to run the tool on a file that does not exist
- Look for pipeline dependencies relative to CLI current working directory

# `v0.1.0`

Expand Down
Loading

0 comments on commit 0ec3482

Please sign in to comment.