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 Jun 21, 2023
1 parent bdefd52 commit 54f2d09
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-walls-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-grapes-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-cameras-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-jobs-visit.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/rdf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v1.0.0

## 1.4.0

### Minor Changes

- 205d0df: Added a simplified step for loading RDF documents from filesystem

### Patch Changes

- b67047a: Add missing dependency on `is-stream` which was added as dev dependency

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

## 1.1.0

### Minor Changes

- eeca6e9: Added the possibility to send queries with POST by providing `operation` argument

### Patch Changes

- a56ba95: Update RDF/JS dependencies to ESM
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.0.0",
"version": "1.1.0",
"description": "SPARQL support for Barnard59 Linked Data pipelines",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 54f2d09

Please sign in to comment.