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 1, 2023
1 parent b8a800d commit aaf6879
Show file tree
Hide file tree
Showing 17 changed files with 68 additions and 33 deletions.
10 changes: 0 additions & 10 deletions .changeset/chilled-tools-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-crews-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-scissors-pull.md

This file was deleted.

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

## 1.2.1

### Patch Changes

- 4bbf8f2: Added missing dependency on `readable-to-readable`, and replaced `lodash/once.js` with `onetime` (also missing as dependency)

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-base",
"version": "1.2.0",
"version": "1.2.1",
"description": "Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.1.5

### Patch Changes

- b5e23e2: Update clownface to `v2`, use `@zazuko/env` instead of `rdf-ext`
- Updated dependencies [b5e23e2]
- Updated dependencies [22f897d]
- [email protected]

## 1.1.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59",
"version": "1.1.4",
"version": "1.1.5",
"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": "1 - 2",
"barnard59-core": "2.1.0",
"clownface": "^2.0.0",
"commander": "^7.1.0",
"lodash": "^4.17.21",
Expand All @@ -42,11 +42,11 @@
"readable-stream": "^3.6.0"
},
"devDependencies": {
"barnard59-base": "^1.1.0",
"barnard59-base": "^1.2.1",
"barnard59-formats": "^1.4.0",
"barnard59-http": "^1.1.0",
"barnard59-shell": "^0.1.0",
"barnard59-test-support": "^0.0.0",
"barnard59-test-support": "^0.0.1",
"chai": "^4.3.7",
"rdf-ext": "^2",
"shelljs": "^0.8.4",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.1.0

### Minor Changes

- 22f897d: Added a file loader for `p:FileContents` arguments (closes #31)

### Patch Changes

- b5e23e2: Update clownface to `v2`, use `@zazuko/env` instead of `rdf-ext`

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-core",
"version": "2.0.2",
"version": "2.1.0",
"description": "Core component of Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"barnard59-http": "^1.0.0",
"barnard59-test-support": "^0.0.0",
"barnard59-test-support": "^0.0.1",
"chai": "^4.3.7",
"get-stream": "^6.0.1",
"husky": "^8.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/rdf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# v1.0.0

## 1.4.2

### Patch Changes

- b5e23e2: Update clownface to `v2`, use `@zazuko/env` instead of `rdf-ext`

## 1.4.1

### 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.1",
"version": "1.4.2",
"description": "RDF support for Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/sparql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# barnard59-sparql

## 1.1.1

### Patch Changes

- b5e23e2: Update clownface to `v2`, use `@zazuko/env` instead of `rdf-ext`

## 1.1.0

### Minor 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.0",
"version": "1.1.1",
"description": "SPARQL support for Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down
11 changes: 11 additions & 0 deletions test/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# barnard59-test-e2e

## 0.0.1

### Patch Changes

- b5e23e2: Update clownface to `v2`, use `@zazuko/env` instead of `rdf-ext`
- Updated dependencies [b5e23e2]
- Updated dependencies [22f897d]
- [email protected]
- [email protected]
6 changes: 3 additions & 3 deletions test/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "barnard59-test-e2e",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"test": "mocha *.test.js"
},
"dependencies": {
"@zazuko/env": "^1.0.1",
"barnard59-core": "^2.0.2",
"barnard59-core": "^2.1.0",
"barnard59-http": "^1.1.0",
"get-stream": "^6.0.0",
"nock": "^13.3.1",
"barnard59-test-support": "^0.0.0",
"barnard59-test-support": "^0.0.1",
"readable-stream": "^3",
"rdf-loader-code": "^0.3.3"
}
Expand Down
7 changes: 7 additions & 0 deletions test/support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# barnard59-test-support

## 0.0.1

### Patch Changes

- b5e23e2: Update clownface to `v2`, use `@zazuko/env` instead of `rdf-ext`
2 changes: 1 addition & 1 deletion test/support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-test-support",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"type": "module",
"dependencies": {
Expand Down

0 comments on commit aaf6879

Please sign in to comment.