Skip to content

Commit f4a507a

Browse files
Version Packages (#145)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d2e01a commit f4a507a

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/wet-ducks-cheer.md

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

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @upstash/box-cli
22

3+
## 0.1.44
4+
5+
### Patch Changes
6+
7+
- 0d2e01a: fixed gpt-5.4 support
8+
- Updated dependencies [0d2e01a]
9+
- @upstash/box@0.2.3
10+
311
## 0.1.43
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upstash/box-cli",
3-
"version": "0.1.43",
3+
"version": "0.1.44",
44
"description": "CLI for Upstash Box — REPL-first interface for AI coding agents",
55
"repository": {
66
"type": "git",

packages/sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @upstash/box
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- 0d2e01a: fixed gpt-5.4 support
8+
39
## 0.2.2
410

511
### Patch Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upstash/box",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Upstash Box SDK - TypeScript client for async and parallel AI coding agents",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)