Skip to content

Commit 626ea84

Browse files
committed
πŸš€ RELEASE: patch version
1 parent 84d789c commit 626ea84

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

β€Ž.changeset/quiet-lamps-unite.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

β€Žpackages/baseai/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# baseai
22

3+
## 0.9.22
4+
5+
### Patch Changes
6+
7+
- πŸ› FIX: Anthropic streaming
8+
- 84d789c: πŸ› FIX: Anthropic streaming
9+
310
## 0.9.21
411

512
### Patch Changes

β€Žpackages/baseai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "baseai",
33
"description": "The Web AI Framework Dev - BaseAI.dev",
4-
"version": "0.9.21",
4+
"version": "0.9.22",
55
"license": "UNLICENSED",
66
"type": "module",
77
"main": "./dist/index.js",

β€Žpackages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# `baseai` SDK
22

3+
## 0.9.22
4+
5+
### Patch Changes
6+
7+
- πŸ› FIX: Anthropic streaming
8+
- 84d789c: πŸ› FIX: Anthropic streaming
9+
310
## 0.9.21
411

512
### Patch Changes

β€Žpackages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@baseai/core",
33
"description": "The Web AI Framework's core - BaseAI.dev",
4-
"version": "0.9.21",
4+
"version": "0.9.22",
55
"license": "Apache-2.0",
66
"sideEffects": false,
77
"main": "./dist/index.js",

0 commit comments

Comments
Β (0)