Skip to content

Commit 362807d

Browse files
github-actions[bot]tpluscode
authored andcommitted
Version Packages
1 parent ba9e549 commit 362807d

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/friendly-masks-play.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/hydra-box-web-access-control/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# hydra-box-web-access-control
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- ba9e549: Updated `@tpluscode/rdf-ns-builders` to v2
8+
- Updated dependencies [ba9e549]
9+
10+
311
## 1.2.0
412

513
### Minor Changes

packages/hydra-box-web-access-control/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hydra-box-web-access-control",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Using W3C Web Access Control vocabulary to protect Hydra APIs",
55
"main": "index.js",
66
"module": "index.js",
@@ -18,7 +18,7 @@
1818
"@types/hydra-box": "*",
1919
"http-errors": "^1.8.0",
2020
"middleware-async": "^1.3.1",
21-
"rdf-web-access-control": "^1.3.0"
21+
"rdf-web-access-control": "^1.3.2"
2222
},
2323
"devDependencies": {
2424
"@types/supertest": "^2.0.11",

packages/rdf-web-access-control/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rdf-web-access-control
22

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- ba9e549: Updated `@tpluscode/rdf-ns-builders` to v2
8+
39
## 1.3.1
410

511
### Patch Changes

packages/rdf-web-access-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdf-web-access-control",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Run SPARQL queries to check resource access using Web Access Control vocabulary",
55
"main": "index.js",
66
"module": "index.js",

0 commit comments

Comments
 (0)