Skip to content

Commit e3da20d

Browse files
Version Packages
1 parent 98e576d commit e3da20d

File tree

6 files changed

+22
-14
lines changed

6 files changed

+22
-14
lines changed

.changeset/chatty-walls-love.md

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

.changeset/lucky-dolls-enjoy.md

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

packages/dash/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# rdf-validate-dash
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 58c6baf: Implemented `dash:singleLine` constraint
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [ddb4ee2]
12+

packages/dash/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdf-validate-dash",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"type": "module",
55
"main": "index.js",
66
"exports": {
@@ -36,11 +36,11 @@
3636
"@tpluscode/rdf-ns-builders": "^5.0.0"
3737
},
3838
"devDependencies": {
39-
"rdf-validate-shacl": "^0.6.5",
39+
"rdf-validate-shacl": "^0.6.6",
4040
"rdf-validate-shacl-test-harness": "*"
4141
},
4242
"peerDependencies": {
43-
"rdf-validate-shacl": "^0.6.5"
43+
"rdf-validate-shacl": "^0.6.6"
4444
},
4545
"mocha": {
4646
"spec": "test/*.test.ts",

packages/shacl/CHANGELOG.md

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

3+
## 0.6.6
4+
5+
### Patch Changes
6+
7+
- ddb4ee2: Extend options to enable providing custom constraints and validators
8+
39
## 0.6.5
410

511
### Patch Changes

packages/shacl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdf-validate-shacl",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"description": "RDF SHACL validator",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)