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 11, 2023
1 parent 463848d commit 7d8a132
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-tips-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-lions-roll.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zazuko/vocabulary-loader

## 1.0.0

### Major Changes

- c055d61: First release
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zazuko/vocabulary-loader",
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"files": [
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.0.1

### Patch Changes

- c055d61: Export required type

## 2.0.0

### Major 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.0",
"version": "2.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/vocabularies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zazuko/vocabularies

## 2.0.2

### Patch Changes

- Updated dependencies [c055d61]
- Updated dependencies [c055d61]
- @zazuko/vocabulary-loader@1.0.0
- @zazuko/prefixes@2.0.1

## 2.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "2.0.2",
"description": "Access most commonly used RDF ontologies/schemas/vocabularies as datasets or n-quads",
"type": "module",
"bin": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@rdfjs/parser-n3": "^2.0.1",
"@zazuko/vocabulary-loader": "^0.0.0",
"@zazuko/vocabulary-loader": "^1.0.0",
"@vocabulary/acl": "^1.0.0",
"@vocabulary/as": "^1.0.0",
"@vocabulary/bibo": "^1.0.0",
Expand Down Expand Up @@ -124,7 +124,7 @@
"@vocabulary/xkos": "^1.0.0",
"@vocabulary/xsd": "^1.0.0",
"@zazuko/env": "^1.3.0",
"@zazuko/prefixes": "^2.0.0",
"@zazuko/prefixes": "^2.0.1",
"commander": "^10.0.0",
"rdf-dataset-ext": "^1",
"readable-stream": "^4.3.0"
Expand Down

0 comments on commit 7d8a132

Please sign in to comment.