Skip to content

Commit

Permalink
chore: update versions (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 21, 2024
1 parent be414a4 commit e764652
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-years-serve.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 @@
# @ai-citizens/ava

## 0.0.15

### Patch Changes

- Updated dependencies [be414a4]
- @ai-citizens/tools@0.0.4
- @ai-citizens/graph@0.0.5

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-citizens/ava",
"version": "0.0.14",
"version": "0.0.15",
"description": "",
"author": "Josh Mabry",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-citizens/graph

## 0.0.5

### Patch Changes

- Updated dependencies [be414a4]
- @ai-citizens/tools@0.0.4

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-citizens/graph",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-citizens/tools

## 0.0.4

### Patch Changes

- be414a4: api key catch

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-citizens/tools",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit e764652

Please sign in to comment.