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 2, 2024
1 parent f84d387 commit bf98462
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-seas-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-readers-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-singers-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-meals-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-eyes-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-points-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-apricots-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-foxes-hope.md

This file was deleted.

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

## 0.7.0

### Minor Changes

- dc36bad: Rename `--api` to `--base`
- dc36bad: Remove options `--apiPath` and `--token`
- dc36bad: Remove `put-vocabs` command

### Patch Changes

- fef6277: Use pino for logging
- fef6277: Downgrade anylogger to stable v1 branch
- Updated dependencies [c7a13b3]
- Updated dependencies [3d7ab56]
- Updated dependencies [dc36bad]
- Updated dependencies [fef6277]
- @hydrofoil/talos-core@0.2.0

## 0.6.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/talos",
"version": "0.6.13",
"version": "0.7.0",
"main": "index.js",
"type": "module",
"bin": {
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@hydrofoil/resource-store": "^0.2.2",
"@hydrofoil/talos-core": "^0.1.7",
"@hydrofoil/talos-core": "^0.2.0",
"@hydrofoil/vocabularies": "^2.1.1",
"@tpluscode/rdf-string": "^1.3.0",
"@tpluscode/sparql-builder": "^3",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hydrofoil/talos-core

## 0.2.0

### Minor Changes

- dc36bad: Do not add `hydra:apiDocumentation` to resources

### Patch Changes

- c7a13b3: build(deps): bump @comunica/query-sparql from 3.2.1 to 3.2.3
- 3d7ab56: Option to not deploy talos meta graph
- fef6277: Downgrade anylogger to stable v1 branch

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/talos-core",
"version": "0.1.8",
"version": "0.2.0",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bf98462

Please sign in to comment.