From 0ec348219ccd6c49489559be710c2902d1f96715 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Oct 2023 09:14:11 +0000 Subject: [PATCH] Version Packages --- .changeset/brave-adults-glow.md | 5 ----- .changeset/hip-weeks-compare.md | 18 ------------------ .changeset/smooth-crews-travel.md | 16 ---------------- packages/base/CHANGELOG.md | 12 ++++++++++++ packages/base/package.json | 4 ++-- packages/cli/CHANGELOG.md | 12 ++++++++++++ packages/cli/package.json | 14 +++++++------- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 6 +++--- packages/csvw/CHANGELOG.md | 8 ++++++++ packages/csvw/package.json | 2 +- packages/formats/CHANGELOG.md | 15 +++++++++++++++ packages/formats/package.json | 4 ++-- packages/ftp/CHANGELOG.md | 8 ++++++++ packages/ftp/package.json | 2 +- packages/graph-store/CHANGELOG.md | 16 ++++++++++++++++ packages/graph-store/package.json | 6 +++--- packages/http/CHANGELOG.md | 8 ++++++++ packages/http/package.json | 2 +- packages/rdf/CHANGELOG.md | 8 ++++++++ packages/rdf/package.json | 2 +- packages/s3/CHANGELOG.md | 8 ++++++++ packages/s3/package.json | 2 +- packages/sparql/CHANGELOG.md | 8 ++++++++ packages/sparql/package.json | 2 +- packages/validation/CHANGELOG.md | 10 ++++++++-- packages/validation/package.json | 8 ++++---- test/e2e/CHANGELOG.md | 16 ++++++++++++++++ test/e2e/package.json | 12 ++++++------ test/support/CHANGELOG.md | 6 ++++++ test/support/package.json | 2 +- 31 files changed, 175 insertions(+), 75 deletions(-) delete mode 100644 .changeset/brave-adults-glow.md delete mode 100644 .changeset/hip-weeks-compare.md delete mode 100644 .changeset/smooth-crews-travel.md diff --git a/.changeset/brave-adults-glow.md b/.changeset/brave-adults-glow.md deleted file mode 100644 index a1c918d2..00000000 --- a/.changeset/brave-adults-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"barnard59-base": minor ---- - -glob: added a warning message when nothing was matched diff --git a/.changeset/hip-weeks-compare.md b/.changeset/hip-weeks-compare.md deleted file mode 100644 index b9d94419..00000000 --- a/.changeset/hip-weeks-compare.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -"barnard59-core": major -"barnard59-base": major -"barnard59": major -"barnard59-csvw": major -"barnard59-formats": major -"barnard59-ftp": major -"barnard59-graph-store": major -"barnard59-http": major -"barnard59-rdf": major -"barnard59-sparql": major -"barnard59-validation": minor -"barnard59-s3": minor -"barnard59-test-e2e": patch -"barnard59-test-support": patch ---- - -Literals loaded as step arguments will be converted to matching JS type (closes #116) diff --git a/.changeset/smooth-crews-travel.md b/.changeset/smooth-crews-travel.md deleted file mode 100644 index 049f35b7..00000000 --- a/.changeset/smooth-crews-travel.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"barnard59-graph-store": major -"barnard59-formats": major -"barnard59-sparql": major -"barnard59-base": major -"barnard59-core": major -"barnard59-csvw": major -"barnard59-http": major -"barnard59-ftp": major -"barnard59-rdf": major -"barnard59-s3": minor -"barnard59-test-e2e": patch ---- - -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). diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index 192b22b4..7ecc0327 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -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 diff --git a/packages/base/package.json b/packages/base/package.json index f1c41f9a..6e4fabdd 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "barnard59-base", - "version": "1.2.2", + "version": "2.0.0", "description": "Linked Data pipelines", "main": "index.js", "type": "module", @@ -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", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c6bd1f81..1a6d6a97 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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] + - barnard59-core@4.0.0 + ## 3.0.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index a3ad7712..16f646dc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "barnard59", - "version": "3.0.2", + "version": "4.0.0", "description": "Barnard59 Linked Data pipelines", "type": "module", "main": "index.js", @@ -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", @@ -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" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index eee4d0b0..6ccfb1b1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 66576ebd..e3671f9b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", @@ -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", diff --git a/packages/csvw/CHANGELOG.md b/packages/csvw/CHANGELOG.md index aae26206..0b7c188f 100644 --- a/packages/csvw/CHANGELOG.md +++ b/packages/csvw/CHANGELOG.md @@ -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 diff --git a/packages/csvw/package.json b/packages/csvw/package.json index cf44ba63..d6826d56 100644 --- a/packages/csvw/package.json +++ b/packages/csvw/package.json @@ -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", diff --git a/packages/formats/CHANGELOG.md b/packages/formats/CHANGELOG.md index 883d9478..a214d669 100644 --- a/packages/formats/CHANGELOG.md +++ b/packages/formats/CHANGELOG.md @@ -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] + - barnard59-base@2.0.0 + ## 1.4.2 ### Patch Changes diff --git a/packages/formats/package.json b/packages/formats/package.json index 400c2757..f0fe493a 100644 --- a/packages/formats/package.json +++ b/packages/formats/package.json @@ -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", @@ -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", diff --git a/packages/ftp/CHANGELOG.md b/packages/ftp/CHANGELOG.md index 00992774..8c30d77a 100644 --- a/packages/ftp/CHANGELOG.md +++ b/packages/ftp/CHANGELOG.md @@ -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 diff --git a/packages/ftp/package.json b/packages/ftp/package.json index bf51f357..1dcc473d 100644 --- a/packages/ftp/package.json +++ b/packages/ftp/package.json @@ -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", diff --git a/packages/graph-store/CHANGELOG.md b/packages/graph-store/CHANGELOG.md index cc081d49..b633cd57 100644 --- a/packages/graph-store/CHANGELOG.md +++ b/packages/graph-store/CHANGELOG.md @@ -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] + - barnard59-base@2.0.0 + - barnard59-rdf@2.0.0 + ## 1.1.1 ### Patch Changes diff --git a/packages/graph-store/package.json b/packages/graph-store/package.json index 15a02e41..2d94fe8c 100644 --- a/packages/graph-store/package.json +++ b/packages/graph-store/package.json @@ -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", @@ -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", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index 1765b120..7e21e98b 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -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 diff --git a/packages/http/package.json b/packages/http/package.json index 5d56e082..03303b11 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -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", diff --git a/packages/rdf/CHANGELOG.md b/packages/rdf/CHANGELOG.md index 31b6b9ae..9d362ccd 100644 --- a/packages/rdf/CHANGELOG.md +++ b/packages/rdf/CHANGELOG.md @@ -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 diff --git a/packages/rdf/package.json b/packages/rdf/package.json index 72b4f3cc..960abbd8 100644 --- a/packages/rdf/package.json +++ b/packages/rdf/package.json @@ -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", diff --git a/packages/s3/CHANGELOG.md b/packages/s3/CHANGELOG.md index 3fba56dd..fd140a4f 100644 --- a/packages/s3/CHANGELOG.md +++ b/packages/s3/CHANGELOG.md @@ -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 diff --git a/packages/s3/package.json b/packages/s3/package.json index 80950f74..4b6a0fd8 100644 --- a/packages/s3/package.json +++ b/packages/s3/package.json @@ -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", diff --git a/packages/sparql/CHANGELOG.md b/packages/sparql/CHANGELOG.md index ff4dcb2a..72eaa834 100644 --- a/packages/sparql/CHANGELOG.md +++ b/packages/sparql/CHANGELOG.md @@ -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 diff --git a/packages/sparql/package.json b/packages/sparql/package.json index 0d9fbbbf..86602e1c 100644 --- a/packages/sparql/package.json +++ b/packages/sparql/package.json @@ -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", diff --git a/packages/validation/CHANGELOG.md b/packages/validation/CHANGELOG.md index e9219112..68252ed3 100644 --- a/packages/validation/CHANGELOG.md +++ b/packages/validation/CHANGELOG.md @@ -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` diff --git a/packages/validation/package.json b/packages/validation/package.json index d6441131..964b5c9c 100644 --- a/packages/validation/package.json +++ b/packages/validation/package.json @@ -1,6 +1,6 @@ { "name": "barnard59-validation", - "version": "0.2.0", + "version": "0.3.0", "type": "module", "main": "cli.js", "bin": { @@ -15,9 +15,9 @@ "license": "MIT", "devDependencies": { "@jsdevtools/chai-exec": "^2.1.1", - "barnard59-base": "^1.2.1", - "barnard59-core": "^3.0.1", - "barnard59-formats": "^1.4.1", + "barnard59-base": "^2.0.0", + "barnard59-core": "^4.0.0", + "barnard59-formats": "^2.0.0", "chai": "^4.3.0", "deep-equal": "^2.0.5", "esmock": "^2.3.8", diff --git a/test/e2e/CHANGELOG.md b/test/e2e/CHANGELOG.md index 5a86c6c0..cb5efd88 100644 --- a/test/e2e/CHANGELOG.md +++ b/test/e2e/CHANGELOG.md @@ -1,5 +1,21 @@ # barnard59-test-e2e +## 0.0.3 + +### Patch 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). +- Updated dependencies [64b50ac] +- Updated dependencies [6be7cd8] +- Updated dependencies [72648c5] + - barnard59-base@2.0.0 + - barnard59-core@4.0.0 + - barnard59-formats@2.0.0 + - barnard59-http@2.0.0 + - barnard59-test-support@0.0.2 + ## 0.0.2 ### Patch Changes diff --git a/test/e2e/package.json b/test/e2e/package.json index efe56b51..98f33a8a 100644 --- a/test/e2e/package.json +++ b/test/e2e/package.json @@ -1,6 +1,6 @@ { "name": "barnard59-test-e2e", - "version": "0.0.2", + "version": "0.0.3", "private": true, "type": "module", "scripts": { @@ -9,14 +9,14 @@ "dependencies": { "@rdfjs/formats-common": "^2.2.0", "@zazuko/env": "^1.0.1", - "barnard59-base": "^1.2.1", - "barnard59-core": "^3.0.0", - "barnard59-formats": "^1.4.0", - "barnard59-http": "^1.1.0", + "barnard59-base": "^2.0.0", + "barnard59-core": "^4.0.0", + "barnard59-formats": "^2.0.0", + "barnard59-http": "^2.0.0", "chai": "^4.3.7", "get-stream": "^6.0.0", "nock": "^13.3.1", - "barnard59-test-support": "^0.0.1", + "barnard59-test-support": "^0.0.2", "readable-stream": "^3", "rdf-dataset-ext": "^1.0.1", "rdf-loader-code": "^2.0.0", diff --git a/test/support/CHANGELOG.md b/test/support/CHANGELOG.md index 34ee9d76..bd663bff 100644 --- a/test/support/CHANGELOG.md +++ b/test/support/CHANGELOG.md @@ -1,5 +1,11 @@ # barnard59-test-support +## 0.0.2 + +### Patch Changes + +- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116) + ## 0.0.1 ### Patch Changes diff --git a/test/support/package.json b/test/support/package.json index 8d78e9d3..64d26841 100644 --- a/test/support/package.json +++ b/test/support/package.json @@ -1,6 +1,6 @@ { "name": "barnard59-test-support", - "version": "0.0.1", + "version": "0.0.2", "private": true, "type": "module", "dependencies": {