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 Jun 30, 2023
1 parent aeeb082 commit 64cb68b
Show file tree
Hide file tree
Showing 20 changed files with 83 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-spoons-flash.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/shiny-swans-study.md

This file was deleted.

18 changes: 18 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @hydrofoil/vocabularies

## 1.0.0

### Major Changes

- f89152a: Change to ESM

### Patch Changes

- Updated dependencies [f89152a]
- @hydrofoil/vocab-code@1.0.0
- @hydrofoil/vocab-hex@1.0.0
- @hydrofoil/vocab-hydra-box@1.0.0
- @hydrofoil/vocab-hyper-auth@1.0.0
- @hydrofoil/vocab-hyper-events@1.0.0
- @hydrofoil/vocab-hyper-query@1.0.0
- @hydrofoil/vocab-knossos@1.0.0
- @hydrofoil/vocab-roadshow@1.0.0

## 0.3.4

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/vocabularies",
"version": "0.3.3",
"version": "1.0.0",
"description": "Access your vocabularies as datasets or n-quads",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -40,14 +40,14 @@
},
"repository": "https://github.com/hypermedia-app/vocabularies",
"dependencies": {
"@hydrofoil/vocab-code": "^0.0.0",
"@hydrofoil/vocab-hex": "^0.0.0",
"@hydrofoil/vocab-hydra-box": "^0.0.0",
"@hydrofoil/vocab-hyper-auth": "^0.0.0",
"@hydrofoil/vocab-hyper-events": "^0.0.0",
"@hydrofoil/vocab-hyper-query": "^0.0.0",
"@hydrofoil/vocab-roadshow": "^0.0.0",
"@hydrofoil/vocab-knossos": "^0.0.0",
"@hydrofoil/vocab-code": "^1.0.0",
"@hydrofoil/vocab-hex": "^1.0.0",
"@hydrofoil/vocab-hydra-box": "^1.0.0",
"@hydrofoil/vocab-hyper-auth": "^1.0.0",
"@hydrofoil/vocab-hyper-events": "^1.0.0",
"@hydrofoil/vocab-hyper-query": "^1.0.0",
"@hydrofoil/vocab-roadshow": "^1.0.0",
"@hydrofoil/vocab-knossos": "^1.0.0",
"@rdfjs/parser-n3": "^2.0.1",
"@zazuko/prefixes": "^2.0.0",
"commander": "^5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions vocabularies/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hydrofoil/vocab-code

## 1.0.0
### Major Changes

- f89152a: First release
2 changes: 1 addition & 1 deletion vocabularies/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/vocab-code",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"fetch": "vocab-build datasets",
Expand Down
6 changes: 6 additions & 0 deletions vocabularies/hex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hydrofoil/vocab-hex

## 1.0.0
### Major Changes

- f89152a: First release
2 changes: 1 addition & 1 deletion vocabularies/hex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/vocab-hex",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"fetch": "vocab-build datasets",
Expand Down
6 changes: 6 additions & 0 deletions vocabularies/hydra-box/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hydrofoil/vocab-hydra-box

## 1.0.0
### Major Changes

- f89152a: First release
2 changes: 1 addition & 1 deletion vocabularies/hydra-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/vocab-hydra-box",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"fetch": "vocab-build datasets",
Expand Down
6 changes: 6 additions & 0 deletions vocabularies/hyper-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hydrofoil/vocab-hyper-auth

## 1.0.0
### Major Changes

- f89152a: First release
2 changes: 1 addition & 1 deletion vocabularies/hyper-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/vocab-hyper-auth",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"fetch": "vocab-build datasets",
Expand Down
6 changes: 6 additions & 0 deletions vocabularies/hyper-events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hydrofoil/vocab-hyper-events

## 1.0.0
### Major Changes

- f89152a: First release
2 changes: 1 addition & 1 deletion vocabularies/hyper-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/vocab-hyper-events",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"fetch": "vocab-build datasets",
Expand Down
6 changes: 6 additions & 0 deletions vocabularies/hyper-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hydrofoil/vocab-hyper-query

## 1.0.0
### Major Changes

- f89152a: First release
2 changes: 1 addition & 1 deletion vocabularies/hyper-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/vocab-hyper-query",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"fetch": "vocab-build datasets",
Expand Down
6 changes: 6 additions & 0 deletions vocabularies/knossos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hydrofoil/vocab-knossos

## 1.0.0
### Major Changes

- f89152a: First release
2 changes: 1 addition & 1 deletion vocabularies/knossos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/vocab-knossos",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"fetch": "vocab-build datasets",
Expand Down
6 changes: 6 additions & 0 deletions vocabularies/roadshow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hydrofoil/vocab-roadshow

## 1.0.0
### Major Changes

- f89152a: First release
2 changes: 1 addition & 1 deletion vocabularies/roadshow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/vocab-roadshow",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"fetch": "vocab-build datasets",
Expand Down

0 comments on commit 64cb68b

Please sign in to comment.