Skip to content

Commit ae06beb

Browse files
committed
fix: allow all rdflib 2.x versions as peer dependency
1 parent f9c1a84 commit ae06beb

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

contacts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this module will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.7.1
8+
9+
### Fixed
10+
11+
- fixed rdflib peer dependency to allow all 2.x versions
12+
713
## 0.7.0
814

915
- Extrated functionality to [@solid-data-modules/rdflib-utils](https://www.npmjs.com/package/@solid-data-modules/rdflib-utils)

contacts/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contacts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-data-modules/contacts-rdflib",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "A library to manage address books and contacts in Solid Pods based on rdflib.js",
55
"type": "module",
66
"main": "dist/index.js",
@@ -39,7 +39,7 @@
3939
"dist"
4040
],
4141
"peerDependencies": {
42-
"rdflib": "^2.2.35"
42+
"rdflib": "2.x"
4343
},
4444
"devDependencies": {
4545
"@faker-js/faker": "^8.4.1",

0 commit comments

Comments
 (0)