Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "1.0.0"
}
2 changes: 1 addition & 1 deletion clients/agent-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[package]
name = "corvus"
version = "0.4.0"
version = "1.0.0"
edition = "2021"
build = "build.rs"
authors = ["theonlyhennygod"]
Expand Down
2 changes: 1 addition & 1 deletion clients/agent-runtime/npm/corvus-cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion clients/agent-runtime/npm/corvus-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion clients/agent-runtime/npm/corvus-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion clients/agent-runtime/npm/corvus-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion clients/agent-runtime/npm/corvus-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion clients/agent-runtime/npm/corvus-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
14 changes: 7 additions & 7 deletions clients/agent-runtime/npm/corvus/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion clients/web/apps/chat/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion clients/web/apps/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion clients/web/apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion clients/web/apps/marketing/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion clients/web/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion clients/web/packages/locales/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corvus/locales",
"version": "0.4.0",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion clients/web/packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion clients/web/packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corvus/ui",
"version": "0.4.0",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle/build-logic/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/cerebro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cerebro"
version = "0.4.0"
version = "1.0.0"
edition = "2021"
license = "Apache-2.0"
autobins = false
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
1.0.0
Loading