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 assistant/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
openapi: 3.0.0
info:
title: Vellum Assistant API
version: 0.8.0
version: 0.8.1
description: Auto-generated OpenAPI specification for the Vellum Assistant runtime HTTP server.
servers:
- url: http://127.0.0.1:7821
Expand Down
2 changes: 1 addition & 1 deletion assistant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vellumai/assistant",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vellumai/cli",
"version": "0.8.0",
"version": "0.8.1",
"description": "CLI tools for vellum-assistant",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion clients/Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-tools-version: 6.2
import PackageDescription

let appVersion = "0.8.0"
let appVersion = "0.8.1"

let package = Package(
name: "vellum-assistant",
Expand Down
2 changes: 1 addition & 1 deletion clients/chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Vellum Assistant",
"version": "0.8.0",
"version": "0.8.1",
"minimum_chrome_version": "120",
"description": "Bridges the Vellum assistant to your live browser session via Chrome DevTools Protocol (CDP) through chrome.debugger.",
"homepage_url": "https://www.vellum.ai",
Expand Down
2 changes: 1 addition & 1 deletion clients/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vellumai/chrome-extension",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion credential-executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vellumai/credential-executor",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vellumai/vellum-gateway",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
10 changes: 5 additions & 5 deletions meta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vellum",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"description": "Install the full Vellum stack locally",
"bin": {
Expand All @@ -15,10 +15,10 @@
"Dockerfile"
],
"dependencies": {
"@vellumai/assistant": "0.8.0",
"@vellumai/cli": "0.8.0",
"@vellumai/credential-executor": "0.8.0",
"@vellumai/vellum-gateway": "0.8.0"
"@vellumai/assistant": "0.8.1",
"@vellumai/cli": "0.8.1",
"@vellumai/credential-executor": "0.8.1",
"@vellumai/vellum-gateway": "0.8.1"
},
"overrides": {
"drizzle-orm": "0.45.2",
Expand Down
Loading