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 Apr 17, 2022
1 parent 483a852 commit f483b7f
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-donkeys-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-peaches-visit.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/conduit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hydrofoil/conduit

## 0.1.36

### Patch Changes

- Updated dependencies [6816b4b]
- @hydrofoil/knossos@0.6.10

## 0.1.35

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/conduit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hydrofoil/conduit",
"private": true,
"version": "0.1.35",
"version": "0.1.36",
"scripts": {
"resources": "../../packages/knossos/bin/knossos.ts init",
"bootstrap": "run-s bootstrap:*",
Expand All @@ -10,7 +10,7 @@
"bootstrap:vocabs": "../../packages/talos/bin/talos.ts put-vocabs --apiDoc https://conduit.knossos.lndo.site/api --endpoint http://db.labyrinth.lndo.site/repositories/labyrinth --user minos --password password"
},
"dependencies": {
"@hydrofoil/knossos": "0.6.9",
"@hydrofoil/knossos": "0.6.10",
"@rdfjs/term-set": "^1.1.0",
"@tpluscode/rdf-ns-builders": "^1",
"@tpluscode/sparql-builder": "^0.3.18",
Expand Down
6 changes: 6 additions & 0 deletions packages/express-events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hydrofoil/knossos-events

## 0.3.7

### Patch Changes

- 483a852: When pushing more events from handlers, `as:actor` should be reused from the parent event automatically

## 0.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/knossos-events",
"version": "0.3.6",
"version": "0.3.7",
"main": "index.js",
"scripts": {
"prepare": "tsc"
Expand Down
8 changes: 8 additions & 0 deletions packages/knossos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hydrofoil/knossos

## 0.6.10

### Patch Changes

- 6816b4b: Update `express-middleware-shacl` to 1.3.1
- Updated dependencies [483a852]
- @hydrofoil/knossos-events@0.3.7

## 0.6.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/knossos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/knossos",
"version": "0.6.9",
"version": "0.6.10",
"bin": {
"knossos": "bin/knossos.js",
"knossos-ts": "bin/knossos-ts.js"
Expand All @@ -16,7 +16,7 @@
],
"dependencies": {
"@fcostarodrigo/walk": "^5.0.1",
"@hydrofoil/knossos-events": "^0.3.5",
"@hydrofoil/knossos-events": "^0.3.7",
"@hydrofoil/labyrinth": "^0.10.7",
"@hydrofoil/vocabularies": "^0.3",
"@rdfine/hydra": "^0.8",
Expand Down

0 comments on commit f483b7f

Please sign in to comment.