Skip to content

Commit 191db6c

Browse files
chore: update versions (#22)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5e85f22 commit 191db6c

File tree

9 files changed

+104
-28
lines changed

9 files changed

+104
-28
lines changed

.changeset/cyan-radios-run.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @ai-citizens/ava
22

3+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- 5e85f22: ## New Features
8+
9+
- Introduced an AI-powered search command in the CLI for enhanced user querying.
10+
- Added a new module for search functionality, making it publicly accessible.
11+
- Developed comprehensive search mechanisms and state management for structured responses.
12+
- Launched a calculator tool for basic arithmetic operations with input validation.
13+
- Expanded web search capabilities with the addition of a new Tavily search tool.
14+
15+
## Documentation
16+
17+
- Created a README file detailing the voter registration search feature, improving user guidance.
18+
19+
## Tests
20+
21+
- Adds Ava testing
22+
- Implemented unit tests for search functions to ensure reliability and correctness.
23+
- Added tests for the calculator tool to validate arithmetic operations.
24+
25+
- Updated dependencies [5e85f22]
26+
- @ai-citizens/graph@0.0.4
27+
- @ai-citizens/tools@0.0.3
28+
- @ai-citizens/llm@0.0.6
29+
330
## 0.0.12
431

532
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-citizens/ava",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "",
55
"author": "Josh Mabry",
66
"type": "module",

packages/graph/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @ai-citizens/graph
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- 5e85f22: ## New Features
8+
9+
- Introduced an AI-powered search command in the CLI for enhanced user querying.
10+
- Added a new module for search functionality, making it publicly accessible.
11+
- Developed comprehensive search mechanisms and state management for structured responses.
12+
- Launched a calculator tool for basic arithmetic operations with input validation.
13+
- Expanded web search capabilities with the addition of a new Tavily search tool.
14+
15+
## Documentation
16+
17+
- Created a README file detailing the voter registration search feature, improving user guidance.
18+
19+
## Tests
20+
21+
- Adds Ava testing
22+
- Implemented unit tests for search functions to ensure reliability and correctness.
23+
- Added tests for the calculator tool to validate arithmetic operations.
24+
25+
- Updated dependencies [5e85f22]
26+
- @ai-citizens/tools@0.0.3
27+
- @ai-citizens/llm@0.0.6
28+
329
## 0.0.3
430

531
### Patch Changes

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-citizens/graph",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "",
55
"type": "module",
66
"main": "./dist/cjs/index.js",

packages/llm/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @ai-citizens/llm
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- 5e85f22: ## New Features
8+
9+
- Introduced an AI-powered search command in the CLI for enhanced user querying.
10+
- Added a new module for search functionality, making it publicly accessible.
11+
- Developed comprehensive search mechanisms and state management for structured responses.
12+
- Launched a calculator tool for basic arithmetic operations with input validation.
13+
- Expanded web search capabilities with the addition of a new Tavily search tool.
14+
15+
## Documentation
16+
17+
- Created a README file detailing the voter registration search feature, improving user guidance.
18+
19+
## Tests
20+
21+
- Adds Ava testing
22+
- Implemented unit tests for search functions to ensure reliability and correctness.
23+
- Added tests for the calculator tool to validate arithmetic operations.
24+
325
## 0.0.5
426

527
### Patch Changes

packages/llm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-citizens/llm",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "",
55
"type": "module",
66
"main": "./dist/cjs/index.js",

packages/tools/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @ai-citizens/tools
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 5e85f22: ## New Features
8+
9+
- Introduced an AI-powered search command in the CLI for enhanced user querying.
10+
- Added a new module for search functionality, making it publicly accessible.
11+
- Developed comprehensive search mechanisms and state management for structured responses.
12+
- Launched a calculator tool for basic arithmetic operations with input validation.
13+
- Expanded web search capabilities with the addition of a new Tavily search tool.
14+
15+
## Documentation
16+
17+
- Created a README file detailing the voter registration search feature, improving user guidance.
18+
19+
## Tests
20+
21+
- Adds Ava testing
22+
- Implemented unit tests for search functions to ensure reliability and correctness.
23+
- Added tests for the calculator tool to validate arithmetic operations.
24+
25+
- Updated dependencies [5e85f22]
26+
- @ai-citizens/llm@0.0.6
27+
328
## 0.0.2
429

530
### Patch Changes

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-citizens/tools",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"type": "module",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)