release: v0.1.0-beta.5

This commit is contained in:
Acbox
2026-02-21 23:10:02 +08:00
parent 0b03eac309
commit 2c6b5e5565
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@memoh/agent-gateway", "name": "@memoh/agent-gateway",
"version": "0.1.0-beta.4", "version": "0.1.0-beta.5",
"scripts": { "scripts": {
"dev": "bun run --watch src/index.ts", "dev": "bun run --watch src/index.ts",
"build": "bun build src/index.ts --outfile dist/index.js --target bun --minify", "build": "bun build src/index.ts --outfile dist/index.js --target bun --minify",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@memoh/docs", "name": "@memoh/docs",
"version": "0.1.0-beta.4", "version": "0.1.0-beta.5",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@memoh/monorepo", "name": "@memoh/monorepo",
"private": true, "private": true,
"version": "0.1.0-beta.4", "version": "0.1.0-beta.5",
"scripts": { "scripts": {
"web:dev": "pnpm --filter @memoh/web dev", "web:dev": "pnpm --filter @memoh/web dev",
"web:build": "pnpm --filter @memoh/web build", "web:build": "pnpm --filter @memoh/web build",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@memoh/cli", "name": "@memoh/cli",
"version": "0.1.0-beta.4", "version": "0.1.0-beta.5",
"description": "Command line interface and core API for Memoh", "description": "Command line interface and core API for Memoh",
"exports": { "exports": {
".": "./src/index.ts", ".": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@memoh/config", "name": "@memoh/config",
"version": "0.1.0-beta.4", "version": "0.1.0-beta.5",
"exports": { "exports": {
".": "./src/index.ts" ".": "./src/index.ts"
}, },
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@memoh/sdk", "name": "@memoh/sdk",
"version": "0.1.0-beta.4", "version": "0.1.0-beta.5",
"description": "", "description": "",
"exports": { "exports": {
".": "./src/index.ts", ".": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@memoh/ui", "name": "@memoh/ui",
"version": "0.1.0-beta.4", "version": "0.1.0-beta.5",
"private": true, "private": true,
"type": "module", "type": "module",
"exports": { "exports": {
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@memoh/web", "name": "@memoh/web",
"private": true, "private": true,
"version": "0.1.0-beta.4", "version": "0.1.0-beta.5",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",