Skip to content

Commit 44712b0

Browse files
chore: version packages (#622)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f2d7331 commit 44712b0

File tree

9 files changed

+28
-12
lines changed

9 files changed

+28
-12
lines changed

.changeset/prompt-cache-breakpoints.md

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

apps/create-expert/CHANGELOG.md

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

3+
## 0.0.46
4+
5+
### Patch Changes
6+
7+
- [#621](https://github.com/perstack-ai/perstack/pull/621) [`5cbcda9`](https://github.com/perstack-ai/perstack/commit/5cbcda96a28840c0602c127f1c351995d4862a2b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Enable automatic prompt caching for Anthropic via request-level cache_control
8+
39
## 0.0.45
410

511
### Patch Changes

apps/create-expert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-expert",
3-
"version": "0.0.45",
3+
"version": "0.0.46",
44
"description": "Create and modify Perstack expert definitions",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

apps/perstack/CHANGELOG.md

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

3+
## 0.0.98
4+
5+
### Patch Changes
6+
7+
- [#621](https://github.com/perstack-ai/perstack/pull/621) [`5cbcda9`](https://github.com/perstack-ai/perstack/commit/5cbcda96a28840c0602c127f1c351995d4862a2b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Enable automatic prompt caching for Anthropic via request-level cache_control
8+
39
## 0.0.97
410

511
### Patch Changes

apps/perstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perstack",
3-
"version": "0.0.97",
3+
"version": "0.0.98",
44
"description": "PerStack CLI",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

packages/providers/anthropic/CHANGELOG.md

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

3+
## 0.0.30
4+
5+
### Patch Changes
6+
7+
- [#621](https://github.com/perstack-ai/perstack/pull/621) [`5cbcda9`](https://github.com/perstack-ai/perstack/commit/5cbcda96a28840c0602c127f1c351995d4862a2b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Enable automatic prompt caching for Anthropic via request-level cache_control
8+
39
## 0.0.29
410

511
### Patch Changes

packages/providers/anthropic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@perstack/anthropic-provider",
33
"private": true,
4-
"version": "0.0.29",
4+
"version": "0.0.30",
55
"description": "Anthropic provider adapter for Perstack",
66
"author": "Wintermute Technologies, Inc.",
77
"license": "Apache-2.0",

packages/runtime/CHANGELOG.md

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

3+
## 0.0.118
4+
5+
### Patch Changes
6+
7+
- [#621](https://github.com/perstack-ai/perstack/pull/621) [`5cbcda9`](https://github.com/perstack-ai/perstack/commit/5cbcda96a28840c0602c127f1c351995d4862a2b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Enable automatic prompt caching for Anthropic via request-level cache_control
8+
39
## 0.0.117
410

511
### Patch Changes

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perstack/runtime",
3-
"version": "0.0.117",
3+
"version": "0.0.118",
44
"description": "Perstack Runtime",
55
"author": "Wintermute Technologies, Inc.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)