Skip to content

Commit

Permalink
release: v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Nov 26, 2024
1 parent 9760365 commit 8e36279
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neuridev/docs",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"scripts": {
"dev": "pnpm run docs:dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/neuri/documentations-from-unit-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "documentations-from-unit-tests",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"packageManager": "[email protected]",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion examples/neuri/weather-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neuri/example-weather-query",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"packageManager": "[email protected]",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "neuri",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"packageManager": "[email protected]",
"description": "Simple and easy agent framework, include various of structured data manipulation, agent and function compositing, code editing, fs and more!",
Expand Down
2 changes: 1 addition & 1 deletion packages/format-code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neuri/format-code",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"description": "Code related output parsers for neuri",
"author": {
"name": "Lingtic.io Neuri Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/neuri/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "neuri",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"description": "Simple and easy agent framework, include various of structured data manipulation, agent and function compositing, code editing, fs and more!",
"author": {
"name": "Lingtic.io Neuri Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neuri/use-fs",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"description": "FileSystem related agent implementation for neuri",
"author": {
"name": "Lingtic.io Neuri Team",
Expand Down

0 comments on commit 8e36279

Please sign in to comment.