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 13, 2023
1 parent d9501e1 commit f16db2c
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-flies-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-brooms-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-dots-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-hairs-build.md

This file was deleted.

10 changes: 10 additions & 0 deletions ontologies/sh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @vocabulary/sh

## 1.1.0

### Minor Changes

- 80f0132: Added triples which describe the new terms from [SHACL Advanced Features](https://w3c.github.io/shacl/shacl-af/) 1.1 draft

### Patch Changes

- 8d17feb: Added `bugs` link to package

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ontologies/sh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocabulary/sh",
"version": "1.0.1",
"version": "1.1.0",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions ontologies/shsh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @vocabulary/shsh

## 1.0.0

### Major Changes

- 8d17feb: Imported shacl-shacl
2 changes: 1 addition & 1 deletion ontologies/shsh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocabulary/shsh",
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"description": "This shapes graph can be used to validate SHACL shapes graphs against a subset of the syntax rules.",
Expand Down
6 changes: 6 additions & 0 deletions packages/prefixes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zazuko/prefixes

## 2.1.0

### Minor Changes

- b13956f: New prefix: `shsh` (SHACL shapes to validate SHACL shapes)

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prefixes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zazuko/prefixes",
"version": "2.0.1",
"version": "2.1.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/vocabularies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zazuko/vocabularies

## 2.0.3

### Patch Changes

- Updated dependencies [8d17feb]
- Updated dependencies [8d17feb]
- Updated dependencies [80f0132]
- Updated dependencies [b13956f]
- @vocabulary/sh@1.1.0
- @vocabulary/shsh@1.0.0
- @zazuko/prefixes@2.1.0

## 2.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/vocabularies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zazuko/vocabularies",
"version": "2.0.2",
"version": "2.0.3",
"description": "Access most commonly used RDF ontologies/schemas/vocabularies as datasets or n-quads",
"type": "module",
"bin": {
Expand Down Expand Up @@ -99,8 +99,8 @@
"@vocabulary/sem": "^1.0.0",
"@vocabulary/set": "^1.0.0",
"@vocabulary/sf": "^1.0.0",
"@vocabulary/sh": "^1.0.0",
"@vocabulary/shsh": "^0.0.0",
"@vocabulary/sh": "^1.1.0",
"@vocabulary/shsh": "^1.0.0",
"@vocabulary/shex": "^1.0.0",
"@vocabulary/sioc": "^1.0.0",
"@vocabulary/skos": "^1.0.0",
Expand All @@ -125,7 +125,7 @@
"@vocabulary/xkos": "^1.0.0",
"@vocabulary/xsd": "^1.0.0",
"@zazuko/env": "^1.3.0",
"@zazuko/prefixes": "^2.0.1",
"@zazuko/prefixes": "^2.1.0",
"commander": "^10.0.0",
"rdf-dataset-ext": "^1",
"readable-stream": "^4.3.0"
Expand Down

0 comments on commit f16db2c

Please sign in to comment.