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 Oct 29, 2021
1 parent 0495d3f commit d752ba3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/itchy-tables-warn.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/hydra-box-web-access-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# hydra-box-web-access-control

## 1.1.4

### Patch Changes

- 0495d3f: `lib` dir was missing from built package
- Updated dependencies [0495d3f]
- [email protected]

## 1.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hydra-box-web-access-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydra-box-web-access-control",
"version": "1.1.3",
"version": "1.1.4",
"description": "Using W3C Web Access Control vocabulary to protect Hydra APIs",
"main": "main.js",
"module": "index.js",
Expand All @@ -18,7 +18,7 @@
"@types/hydra-box": "*",
"http-errors": "^1.8.0",
"middleware-async": "^1.3.1",
"rdf-web-access-control": "^1.2.1"
"rdf-web-access-control": "^1.2.2"
},
"devDependencies": {
"@types/supertest": "^2.0.11",
Expand Down
6 changes: 6 additions & 0 deletions packages/rdf-web-access-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rdf-web-access-control

## 1.2.2

### Patch Changes

- 0495d3f: `lib` dir was missing from built package

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rdf-web-access-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rdf-web-access-control",
"version": "1.2.1",
"version": "1.2.2",
"description": "Run SPARQL queries to check resource access using Web Access Control vocabulary",
"main": "main.js",
"module": "index.js",
Expand Down

0 comments on commit d752ba3

Please sign in to comment.