Skip to content

Commit

Permalink
Merge pull request #9 from mabry1985/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
mabry1985 authored Jul 31, 2024
2 parents 3d74e14 + 56197ff commit 754bf0e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/mighty-numbers-switch.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ai-citizens/ava

## 0.0.7

### Patch Changes

- 78aa8ed: adds utils, additional model handling improvements
- Updated dependencies [78aa8ed]
- @ai-citizens/utils@0.0.1
- @ai-citizens/llm@0.0.3

## 0.0.6

### 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.6",
"version": "0.0.7",
"description": "",
"author": "Josh Mabry",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/llm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-citizens/llm

## 0.0.3

### Patch Changes

- 78aa8ed: adds utils, additional model handling improvements

## 0.0.2

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

## 0.0.1

### Patch Changes

- 78aa8ed: adds utils, additional model handling improvements
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-citizens/utils",
"version": "0.0.0",
"version": "0.0.1",
"description": "a collection of utility functions for AI powered applications",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 754bf0e

Please sign in to comment.