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 Aug 23, 2023
1 parent 028126d commit e4a80ab
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 33 deletions.
17 changes: 0 additions & 17 deletions .changeset/healthy-keys-compete.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-chicken-scream.md

This file was deleted.

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

## 3.0.0

### Major Changes

- 028126d: Improve logging

1. Added `trace` and `verbose` levels
2. Log pipeline debug info as `trace` (closes #149)
3. Change the semantics of CLI `--verbose` flag
- default level (without flag) is `warn`
- `-v` -> `info`
- `-vv` -> `debug`
- `-vvv` -> `verbose`
- `-vvvv` -> `trace`
4. Added new `--quiet` flag to disable all logging
5. Pipeline variables are logged to `verbose`

### Patch Changes

- ccc06d0: Enable TRACE logging level
- Updated dependencies [028126d]
- [email protected]

## 2.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": "2.0.0",
"version": "3.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": "2.1.2",
"barnard59-core": "3.0.0",
"clownface": "^2.0.0",
"commander": "^11.0.0",
"find-plugins": "^1.1.7",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 3.0.0

### Major Changes

- 028126d: Improve logging

1. Added `trace` and `verbose` levels
2. Log pipeline debug info as `trace` (closes #149)
3. Change the semantics of CLI `--verbose` flag
- default level (without flag) is `warn`
- `-v` -> `info`
- `-vv` -> `debug`
- `-vvv` -> `verbose`
- `-vvvv` -> `trace`
4. Added new `--quiet` flag to disable all logging
5. Pipeline variables are logged to `verbose`

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-core",
"version": "2.1.2",
"version": "3.0.0",
"description": "Core component of Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/csvw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# barnard59-csvw

## 1.0.1

### Patch Changes

- 93a11f5: Added module with a commonly used CSVW filter
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.0",
"version": "1.0.1",
"description": "Simplifies handling CSVW mapping documents in barnard59 pipelines",
"type": "module",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions test/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# barnard59-test-e2e

## 0.0.2

### Patch Changes

- Updated dependencies [028126d]
- [email protected]

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-test-e2e",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@rdfjs/formats-common": "^2.2.0",
"@zazuko/env": "^1.0.1",
"barnard59-core": "^2.1.0",
"barnard59-core": "^3.0.0",
"barnard59-formats": "^1.4.0",
"barnard59-http": "^1.1.0",
"chai": "^4.3.7",
Expand Down

0 comments on commit e4a80ab

Please sign in to comment.