Skip to content

Commit 60a5b9b

Browse files
committed
release: v0.1.2
1 parent 4c8bfb8 commit 60a5b9b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neuridev/docs",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"private": true,
66
"scripts": {
77
"dev": "pnpm run docs:dev",

examples/neuri/documentations-from-unit-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "documentations-from-unit-tests",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"private": true,
66
"packageManager": "[email protected]",
77
"description": "",

examples/neuri/weather-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neuri/example-weather-query",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"private": true,
66
"packageManager": "[email protected]",
77
"description": "",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neuri",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"private": true,
66
"packageManager": "[email protected]",
77
"description": "Simple and easy agent framework, include various of structured data manipulation, agent and function compositing, code editing, fs and more!",

packages/format-code/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neuri/format-code",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Code related output parsers for neuri",
66
"author": {
77
"name": "Lingtic.io Neuri Team",

packages/neuri/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neuri",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Simple and easy agent framework, include various of structured data manipulation, agent and function compositing, code editing, fs and more!",
66
"author": {
77
"name": "Lingtic.io Neuri Team",

packages/use-fs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neuri/use-fs",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "FileSystem related agent implementation for neuri",
66
"author": {
77
"name": "Lingtic.io Neuri Team",

packages/use-search/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neuri/use-search",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Search Engine related agent implementation for neuri",
66
"author": {
77
"name": "Lingtic.io Neuri Team",

0 commit comments

Comments
 (0)