diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f1..37fcefaa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "1.0.0" } diff --git a/clients/agent-runtime/Cargo.toml b/clients/agent-runtime/Cargo.toml index 1f59c7f0..64525560 100644 --- a/clients/agent-runtime/Cargo.toml +++ b/clients/agent-runtime/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "corvus" -version = "0.4.0" +version = "1.0.0" edition = "2021" build = "build.rs" authors = ["theonlyhennygod"] diff --git a/clients/agent-runtime/npm/corvus-cli/package.json b/clients/agent-runtime/npm/corvus-cli/package.json index e36065f7..6e49849f 100644 --- a/clients/agent-runtime/npm/corvus-cli/package.json +++ b/clients/agent-runtime/npm/corvus-cli/package.json @@ -1,7 +1,7 @@ { "name": "@dallay/corvus", "private": true, - "version": "0.4.0", + "version": "1.0.0", "description": "Corvus runtime CLI wrapper for npm/pnpm/yarn/bun and npx", "license": "Apache-2.0", "repository": { diff --git a/clients/agent-runtime/npm/corvus-darwin-arm64/package.json b/clients/agent-runtime/npm/corvus-darwin-arm64/package.json index df880e0c..e0baceea 100644 --- a/clients/agent-runtime/npm/corvus-darwin-arm64/package.json +++ b/clients/agent-runtime/npm/corvus-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/corvus-darwin-arm64", - "version": "0.4.0", + "version": "1.0.0", "description": "Corvus runtime CLI for macOS Apple Silicon (ARM64)", "license": "Apache-2.0", "os": [ diff --git a/clients/agent-runtime/npm/corvus-darwin-x64/package.json b/clients/agent-runtime/npm/corvus-darwin-x64/package.json index d1aab0fb..7c16bdef 100644 --- a/clients/agent-runtime/npm/corvus-darwin-x64/package.json +++ b/clients/agent-runtime/npm/corvus-darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/corvus-darwin-x64", - "version": "0.4.0", + "version": "1.0.0", "description": "Corvus runtime CLI for macOS Intel (x64)", "license": "Apache-2.0", "os": [ diff --git a/clients/agent-runtime/npm/corvus-linux-arm64/package.json b/clients/agent-runtime/npm/corvus-linux-arm64/package.json index 1952ec2a..94da99a2 100644 --- a/clients/agent-runtime/npm/corvus-linux-arm64/package.json +++ b/clients/agent-runtime/npm/corvus-linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/corvus-linux-arm64", - "version": "0.4.0", + "version": "1.0.0", "description": "Corvus runtime CLI for Linux ARM64", "license": "Apache-2.0", "os": [ diff --git a/clients/agent-runtime/npm/corvus-linux-x64/package.json b/clients/agent-runtime/npm/corvus-linux-x64/package.json index a1812246..135cb406 100644 --- a/clients/agent-runtime/npm/corvus-linux-x64/package.json +++ b/clients/agent-runtime/npm/corvus-linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/corvus-linux-x64", - "version": "0.4.0", + "version": "1.0.0", "description": "Corvus runtime CLI for Linux x64", "license": "Apache-2.0", "os": [ diff --git a/clients/agent-runtime/npm/corvus-windows-arm64/package.json b/clients/agent-runtime/npm/corvus-windows-arm64/package.json index a9d96809..74ea02a4 100644 --- a/clients/agent-runtime/npm/corvus-windows-arm64/package.json +++ b/clients/agent-runtime/npm/corvus-windows-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/corvus-windows-arm64", - "version": "0.4.0", + "version": "1.0.0", "description": "Corvus runtime CLI for Windows ARM64", "license": "Apache-2.0", "os": [ diff --git a/clients/agent-runtime/npm/corvus-windows-x64/package.json b/clients/agent-runtime/npm/corvus-windows-x64/package.json index 539aa25b..6eacb218 100644 --- a/clients/agent-runtime/npm/corvus-windows-x64/package.json +++ b/clients/agent-runtime/npm/corvus-windows-x64/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/corvus-windows-x64", - "version": "0.4.0", + "version": "1.0.0", "description": "Corvus runtime CLI for Windows x64", "license": "Apache-2.0", "os": [ diff --git a/clients/agent-runtime/npm/corvus/package.json b/clients/agent-runtime/npm/corvus/package.json index 83f9f347..8add3b3b 100644 --- a/clients/agent-runtime/npm/corvus/package.json +++ b/clients/agent-runtime/npm/corvus/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/corvus", - "version": "0.4.0", + "version": "1.0.0", "description": "Corvus runtime CLI - Cross-platform binary distribution", "license": "Apache-2.0", "repository": { @@ -16,12 +16,12 @@ ], "scripts": {}, "optionalDependencies": { - "@dallay/corvus-darwin-x64": "0.4.0", - "@dallay/corvus-darwin-arm64": "0.4.0", - "@dallay/corvus-linux-x64": "0.4.0", - "@dallay/corvus-linux-arm64": "0.4.0", - "@dallay/corvus-windows-x64": "0.4.0", - "@dallay/corvus-windows-arm64": "0.4.0" + "@dallay/corvus-darwin-x64": "1.0.0", + "@dallay/corvus-darwin-arm64": "1.0.0", + "@dallay/corvus-linux-x64": "1.0.0", + "@dallay/corvus-linux-arm64": "1.0.0", + "@dallay/corvus-windows-x64": "1.0.0", + "@dallay/corvus-windows-arm64": "1.0.0" }, "engines": { "node": ">=18" diff --git a/clients/web/apps/chat/package.json b/clients/web/apps/chat/package.json index f81f8e3d..31725f8c 100644 --- a/clients/web/apps/chat/package.json +++ b/clients/web/apps/chat/package.json @@ -1,6 +1,6 @@ { "name": "@corvus/chat", - "version": "0.4.0", + "version": "1.0.0", "private": true, "description": "Corvus Chat — conversational AI interface", "type": "module", diff --git a/clients/web/apps/dashboard/package.json b/clients/web/apps/dashboard/package.json index 3963c7a3..f0e70785 100644 --- a/clients/web/apps/dashboard/package.json +++ b/clients/web/apps/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@corvus/dashboard", - "version": "0.4.0", + "version": "1.0.0", "private": true, "description": "Corvus Dashboard - secure gateway administration UI", "type": "module", diff --git a/clients/web/apps/docs/package.json b/clients/web/apps/docs/package.json index 72ac06f0..d5b7cd9e 100644 --- a/clients/web/apps/docs/package.json +++ b/clients/web/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "@corvus/docs", "type": "module", - "version": "0.4.0", + "version": "1.0.0", "scripts": { "dev": "portless run --name docs astro dev", "start": "portless run --name docs astro dev", diff --git a/clients/web/apps/marketing/package.json b/clients/web/apps/marketing/package.json index 76d2fb6c..e6c96063 100644 --- a/clients/web/apps/marketing/package.json +++ b/clients/web/apps/marketing/package.json @@ -1,6 +1,6 @@ { "name": "@corvus/marketing", - "version": "0.4.0", + "version": "1.0.0", "private": true, "description": "Corvus Marketing Site built with Astro", "type": "module", diff --git a/clients/web/package.json b/clients/web/package.json index a8829e7e..362eae9d 100644 --- a/clients/web/package.json +++ b/clients/web/package.json @@ -1,6 +1,6 @@ { "name": "@corvus/web-monorepo", - "version": "0.4.0", + "version": "1.0.0", "private": true, "description": "Corvus Web Apps Monorepo - Marketing, Docs, Chat, Dashboard", "type": "module", diff --git a/clients/web/packages/locales/package.json b/clients/web/packages/locales/package.json index 0697c5fb..ea27e65d 100644 --- a/clients/web/packages/locales/package.json +++ b/clients/web/packages/locales/package.json @@ -1,6 +1,6 @@ { "name": "@corvus/locales", - "version": "0.4.0", + "version": "1.0.0", "private": true, "type": "module", "main": "src/index.ts", diff --git a/clients/web/packages/shared/package.json b/clients/web/packages/shared/package.json index e7c19f58..b6be606f 100644 --- a/clients/web/packages/shared/package.json +++ b/clients/web/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@corvus/shared", - "version": "0.4.0", + "version": "1.0.0", "private": true, "description": "Shared components and utilities for Corvus web apps", "type": "module", diff --git a/clients/web/packages/ui/package.json b/clients/web/packages/ui/package.json index 2831e43b..3386b4b7 100644 --- a/clients/web/packages/ui/package.json +++ b/clients/web/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@corvus/ui", - "version": "0.4.0", + "version": "1.0.0", "private": true, "type": "module", "main": "src/index.ts", diff --git a/gradle.properties b/gradle.properties index 44b727f1..c33ea430 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ org.gradle.configuration-cache.integrity-check=false # project repo info. snapshot: -SNAPSHOT GROUP=com.profiletailors # x-release-please-start-version -VERSION=0.4.0 +VERSION=1.0.0 # x-release-please-end LICENSE=NONE diff --git a/gradle/build-logic/gradle.properties b/gradle/build-logic/gradle.properties index 48a7df3b..afe161f8 100644 --- a/gradle/build-logic/gradle.properties +++ b/gradle/build-logic/gradle.properties @@ -17,7 +17,7 @@ org.gradle.configuration-cache.integrity-check=true # project repo info. snapshot: -SNAPSHOT GROUP=com.profiletailors # x-release-please-start-version -VERSION=0.4.0 +VERSION=1.0.0 # x-release-please-end # gradle-maven-publish-plugin diff --git a/modules/cerebro/Cargo.toml b/modules/cerebro/Cargo.toml index 8bc0daed..fdb88a31 100644 --- a/modules/cerebro/Cargo.toml +++ b/modules/cerebro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cerebro" -version = "0.4.0" +version = "1.0.0" edition = "2021" license = "Apache-2.0" autobins = false diff --git a/version.txt b/version.txt index 1d0ba9ea..3eefcb9d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.4.0 +1.0.0