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 Jan 18, 2024
1 parent 0653527 commit c3f3a3e
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/kind-mugs-appear.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vocabulary/builder

## 1.0.5

### Patch Changes

- 0653527: Updated `@zazuko/env`

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocabulary/builder",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"bin": {
"vocab-build": "./bin/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zazuko/vocabulary-loader

## 1.0.2

### Patch Changes

- 0653527: Updated `@zazuko/env`

## 1.0.1

### Patch Changes
Expand Down
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": "1.0.1",
"version": "1.0.2",
"type": "module",
"main": "index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/vocabularies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zazuko/vocabularies

## 2.0.4

### Patch Changes

- 0653527: Updated `@zazuko/env`
- Updated dependencies [0653527]
- @zazuko/vocabulary-loader@1.0.2

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "2.0.4",
"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": "^1.0.0",
"@zazuko/vocabulary-loader": "^1.0.2",
"@vocabulary/acl": "^1.0.0",
"@vocabulary/as": "^1.0.0",
"@vocabulary/bibo": "^1.0.0",
Expand Down

0 comments on commit c3f3a3e

Please sign in to comment.