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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vellumai/assistant",
"version": "0.6.0",
"version": "0.6.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.6.0",
"version": "0.6.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: 5.9
import PackageDescription

let appVersion = "0.6.0"
let appVersion = "0.6.1"

let package = Package(
name: "vellum-assistant",
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.6.0",
"version": "0.6.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.6.0",
"version": "0.6.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.6.0",
"version": "0.6.1",
"license": "MIT",
"description": "Install the full Vellum stack locally",
"bin": {
Expand All @@ -15,10 +15,10 @@
"Dockerfile"
],
"dependencies": {
"@vellumai/assistant": "0.6.0",
"@vellumai/cli": "0.6.0",
"@vellumai/credential-executor": "0.6.0",
"@vellumai/vellum-gateway": "0.6.0"
"@vellumai/assistant": "0.6.1",
"@vellumai/cli": "0.6.1",
"@vellumai/credential-executor": "0.6.1",
"@vellumai/vellum-gateway": "0.6.1"
},
"overrides": {
"lodash": "^4.18.0",
Expand Down
Loading