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 Mar 29, 2024
1 parent b974a66 commit d757bf2
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/hungry-planets-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-papayas-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-worms-wait.md

This file was deleted.

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

## 3.0.0

### Major Changes

- d46faaf: Built with `moduleResolution=NodeNext`
- d46faaf: Use `@kopflos-cms/core` instead of `hydra-box`

### Patch Changes

- Updated dependencies [d46faaf]
- Updated dependencies [ff4e2c2]
- [email protected]

## 2.0.0

### Major Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/hydra-web-access-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydra-web-access-control",
"version": "2.0.0",
"version": "3.0.0",
"description": "Using W3C Web Access Control vocabulary to protect Hydra APIs",
"main": "index.js",
"type": "module",
Expand All @@ -18,7 +18,7 @@
"@tpluscode/rdf-ns-builders": "^4.3.0",
"http-errors": "^2.0.0",
"middleware-async": "^1.4.0",
"rdf-web-access-control": "^2.0.0"
"rdf-web-access-control": "^3.0.0"
},
"devDependencies": {
"@types/supertest": "^6.0.2",
Expand Down Expand Up @@ -46,7 +46,9 @@
},
"homepage": "https://github.com/hypermedia-app/web-access-control#hydra-web-access-control",
"mocha": {
"extension": ["ts"],
"extension": [
"ts"
],
"recursive": true,
"loader": "ts-node/esm",
"require": [
Expand Down
7 changes: 7 additions & 0 deletions packages/rdf-web-access-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# rdf-web-access-control

## 3.0.0

### Major Changes

- d46faaf: Built with `moduleResolution=NodeNext`
- ff4e2c2: `sparql-http-client` updated to v3 and made peer dependency

## 2.0.0

### Major Changes
Expand Down
6 changes: 4 additions & 2 deletions 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": "2.0.0",
"version": "3.0.0",
"description": "Run SPARQL queries to check resource access using Web Access Control vocabulary",
"main": "index.ts",
"type": "module",
Expand Down Expand Up @@ -46,7 +46,9 @@
},
"homepage": "https://github.com/hypermedia-app/web-access-control#rdf-web-access-control",
"mocha": {
"extension": ["ts"],
"extension": [
"ts"
],
"recursive": true,
"loader": "ts-node/esm",
"require": [
Expand Down

0 comments on commit d757bf2

Please sign in to comment.