Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent 38c4373 commit 53170e1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/funny-lies-taste.md

This file was deleted.

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

## 0.7.1

### Patch Changes

- b4bf27e: Prettier logs
- Updated dependencies [b4bf27e]
- @hydrofoil/talos-core@0.2.1

## 0.7.0

### Minor 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.7.0",
"version": "0.7.1",
"main": "index.js",
"type": "module",
"bin": {
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@hydrofoil/resource-store": "^0.2.2",
"@hydrofoil/talos-core": "^0.2.0",
"@hydrofoil/talos-core": "^0.2.1",
"@hydrofoil/vocabularies": "^2.1.1",
"@tpluscode/rdf-string": "^1.3.0",
"@tpluscode/sparql-builder": "^3",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hydrofoil/talos-core

## 0.2.1

### Patch Changes

- b4bf27e: Prettier logs

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 53170e1

Please sign in to comment.