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
7 changes: 0 additions & 7 deletions .changeset/republish-context-bins.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @happyvertical/docs

## 0.71.20

## 0.71.19

## 0.71.18
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/docs",
"version": "0.71.19",
"version": "0.71.20",
"private": true,
"main": "docusaurus.config.ts",
"description": "Happy Vertical SDK Documentation - Build powerful AI agents in TypeScript",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "HAppy VErtical SDK - A TypeScript monorepo for building vertical AI agents",
"author": "Will Griffin <willgriffin@gmail.com>",
"type": "module",
"version": "0.71.19",
"version": "0.71.20",
"scripts": {
"format": "turbo run format",
"format:check": "turbo run format --dry-run",
Expand Down
6 changes: 6 additions & 0 deletions packages/accounting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @happyvertical/accounting

## 0.71.20

### Patch Changes

- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/accounting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/accounting",
"version": "0.71.19",
"version": "0.71.20",
"description": "Multi-provider accounting integration for AR/AP sync and audit with QuickBooks, Stripe, and more",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @happyvertical/ai

## 0.71.20

### Patch Changes

- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/ai",
"version": "0.71.19",
"version": "0.71.20",
"description": "Standardized AI interface supporting OpenAI, Anthropic, Google Gemini, AWS Bedrock, and Hugging Face with unified API",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @happyvertical/analytics

## 0.71.20

### Patch Changes

- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/analytics",
"version": "0.71.19",
"version": "0.71.20",
"description": "Unified analytics interface for Google Analytics 4, Plausible, and more",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @happyvertical/auth

## 0.71.20

### Patch Changes

- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/auth",
"version": "0.71.19",
"version": "0.71.20",
"description": "Unified authentication interface supporting Keycloak, AWS Cognito, and Nostr with OAuth2/OIDC and public key identity",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @happyvertical/cache

## 0.71.20

### Patch Changes

- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/cache",
"version": "0.71.19",
"version": "0.71.20",
"description": "Standardized caching interface supporting Memory, File, and Redis backends",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/comfyui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @happyvertical/comfyui

## 0.71.20

### Patch Changes

- @happyvertical/logger@0.71.20
- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/comfyui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/comfyui",
"version": "0.71.19",
"version": "0.71.20",
"description": "ComfyUI API client for workflow orchestration and video generation",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/directory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @happyvertical/directory

## 0.71.20

### Patch Changes

- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/directory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/directory",
"version": "0.71.19",
"version": "0.71.20",
"description": "Unified directory services with adapter-based architecture (Kanidm, Stalwart, PostgreSQL, AWS)",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @happyvertical/documents

## 0.71.20

### Patch Changes

- @happyvertical/files@0.71.20
- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/documents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/documents",
"version": "0.71.19",
"version": "0.71.20",
"description": "Multi-part document processing with support for PDF, HTML, and Markdown",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @happyvertical/email

## 0.71.20

### Patch Changes

- @happyvertical/logger@0.71.20
- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/email",
"version": "0.71.19",
"version": "0.71.20",
"description": "Low-level email protocol operations with adapter-based architecture",
"type": "module",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/encryption/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @happyvertical/encryption

## 0.71.20

### Patch Changes

- 6dadd53: Republish the context installer bins so `have-encryption-context` and
`have-weather-context` point at built CLI files in published packages.
- @happyvertical/logger@0.71.20
- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/encryption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/encryption",
"version": "0.71.19",
"version": "0.71.20",
"description": "Unified encryption and cryptography operations with adapter-based architecture",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @happyvertical/files

## 0.71.20

### Patch Changes

- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/files",
"version": "0.71.19",
"version": "0.71.20",
"description": "File system utilities for local and remote file operations",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/geo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @happyvertical/geo

## 0.71.20

### Patch Changes

- @happyvertical/cache@0.71.20
- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/geo",
"version": "0.71.19",
"version": "0.71.20",
"description": "Standardized geographical information interface supporting Google Maps and OpenStreetMap",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/github-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @happyvertical/github-actions

## 0.71.20

### Patch Changes

- @happyvertical/projects@0.71.20
- @happyvertical/repos@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/github-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/github-actions",
"version": "0.71.19",
"version": "0.71.20",
"description": "Reusable GitHub Actions utilities for issue triage, PR validation, and workflow automation",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @happyvertical/graphql

## 0.71.20

## 0.71.19

## 0.71.18
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/graphql",
"version": "0.71.19",
"version": "0.71.20",
"description": "GitHub GraphQL client for SDK packages",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/images/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @happyvertical/images

## 0.71.20

## 0.71.19

## 0.71.18
Expand Down
2 changes: 1 addition & 1 deletion packages/images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/images",
"version": "0.71.19",
"version": "0.71.20",
"description": "Image processing utilities with adapter pattern for scaling from static to enterprise",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/jobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @happyvertical/jobs

## 0.71.20

### Patch Changes

- @happyvertical/sql@0.71.20
- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jobs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/jobs",
"version": "0.71.19",
"version": "0.71.20",
"description": "Job queue abstraction with multiple backend adapters (SQLite, PostgreSQL, Bull, SQS)",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @happyvertical/json

## 0.71.20

## 0.71.19

## 0.71.18
Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/json",
"version": "0.71.19",
"version": "0.71.20",
"description": "High-performance JSON parsing and serialization with Rust SIMD acceleration and automatic fallback",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @happyvertical/logger

## 0.71.20

### Patch Changes

- @happyvertical/utils@0.71.20

## 0.71.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happyvertical/logger",
"version": "0.71.19",
"version": "0.71.20",
"description": "Structured logging for HAVE SDK with signal adapter",
"type": "module",
"main": "./dist/index.js",
Expand Down
Loading
Loading