Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 14, 2023
1 parent f690802 commit 63cd5c3
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 50 deletions.
12 changes: 0 additions & 12 deletions .changeset/gentle-colts-decide.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/gorgeous-bats-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-hats-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-donuts-destroy.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-suits-grow.md

This file was deleted.

38 changes: 38 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## 2.0.0

### Major Changes

- ec47a51: Monitoring flags moved before commands:

- `--enable-buffer-monitor`
- `--otel-debug`
- `--otel-metrics-exporter`
- `--otel-metrics-interval`
- `--otel-traces-exporter`

Update scripts like

```diff
-barnard59 run pipeline.ttl --enable-buffer-monitor
+barnard59 --enable-buffer-monitor run pipeline.ttl
```

### Minor Changes

- ec47a51: Common CLI flags are now support both when before and after the `run` command.

For example, these two commands are now equivalent:

```shell
barnard59 run file.ttl --verbose
barnard59 --verbose run file.ttl
```

- 03fd12a: The CLI will now discover new commands from other `barnard59-*` packages (re #85)

See [here](https://data-centric.zazuko.com/docs/workflows/how-to/extend-banard59-cli) for more details

### Patch Changes

- 9bdcb64: Enable TRACE logging level

## 1.1.7

### Patch 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": "1.1.7",
"version": "2.0.0",
"description": "Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"barnard59-base": "^1.2.1",
"barnard59-formats": "^1.4.0",
"barnard59-graph-store": "^1.0.2",
"barnard59-graph-store": "^1.1.0",
"barnard59-http": "^1.1.0",
"barnard59-shell": "^0.1.0",
"barnard59-test-support": "^0.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/graph-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# v1.0.0

## 1.1.0

### Minor Changes

- 03fd12a: Added a reusable `put` pipeline

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0.2",
"version": "1.1.0",
"description": "SPARQL Graph Store Protocol support for Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 63cd5c3

Please sign in to comment.