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 May 17, 2024
1 parent 8f08421 commit 408ef76
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-papayas-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-melons-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-avocados-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-walls-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-turkeys-sit.md

This file was deleted.

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

## 5.0.3

### Patch Changes

- Updated dependencies [1df0b79]
- barnard59-env@1.2.6

## 5.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59",
"version": "5.0.2",
"version": "5.0.3",
"description": "Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@opentelemetry/tracing": "^0.24.0",
"@rdfjs/namespace": "^2.0.0",
"barnard59-core": "6.0.0",
"barnard59-env": "1.2.5",
"barnard59-env": "1.2.6",
"commander": "^11.0.0",
"pkgscan": "^1.0.24",
"find-up": "^7.0.0",
Expand All @@ -56,7 +56,7 @@
"@types/shelljs": "^0.8.15",
"approvals": "^6.2.2",
"barnard59-base": "^2.4.2",
"barnard59-formats": "^2.1.1",
"barnard59-formats": "^2.1.2",
"barnard59-graph-store": "^6.0.0",
"barnard59-http": "^2.0.0",
"barnard59-shell": "^0.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/cube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# barnard59-cube

## 1.4.5

### Patch Changes

- 8f08421: Accept custom functions to create cube IRI and shape IRI
- Updated dependencies [cd81cc1]
- Updated dependencies [6fea1cc]
- Updated dependencies [1df0b79]
- barnard59-formats@2.1.2

## 1.4.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cube/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-cube",
"version": "1.4.4",
"version": "1.4.5",
"description": "Build and check RDF cubes in Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand All @@ -21,7 +21,7 @@
"homepage": "https://github.com/zazuko/barnard59",
"dependencies": {
"barnard59-base": "^2.4.2",
"barnard59-formats": "^2.1.1",
"barnard59-formats": "^2.1.2",
"barnard59-http": "^2.0.0",
"barnard59-rdf": "^3.4.0",
"barnard59-shacl": "^1.4.6",
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@rdfjs/to-ntriples": "^3.0.0",
"barnard59-env": "^1.2.5",
"barnard59-env": "^1.2.6",
"chai": "^4.3.7",
"get-stream": "^6.0.1",
"is-stream": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# barnard59-env

## 1.2.6

### Patch Changes

- 1df0b79: Update `@zazuko/env-node`

## 1.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnard59-env",
"version": "1.2.5",
"version": "1.2.6",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/formats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# barnard59-formats

## 2.1.2

### Patch Changes

- cd81cc1: Added type declarations
- 6fea1cc: Context was unbound in step `jsonld/parse/object`
- 1df0b79: Ensures that the RDF/JS environment is used with parser streams

## 2.1.1

### 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": "2.1.1",
"version": "2.1.2",
"description": "Support for various formats for Barnard59 Linked Data pipelines",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@types/rdfjs__parser-jsonld": "^2.1.7",
"@types/sax": "^1.2.7",
"@zazuko/env-core": "^1.1.2",
"barnard59-env": "^1.2.5",
"barnard59-env": "^1.2.6",
"chai": "^4.3.7"
},
"engines": {
Expand Down

0 comments on commit 408ef76

Please sign in to comment.