Skip to content

Commit 694e313

Browse files
chore(release): v0.1.92-rc.11 [skip ci]
1 parent ffd0717 commit 694e313

6 files changed

Lines changed: 95 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,96 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

77
<!-- changelog:entries -->
88

9+
## [0.1.92-rc.11] - 2026-06-15
10+
11+
12+
### Chores
13+
14+
- Chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates (#670)
15+
16+
Bumps the npm_and_yarn group with 3 updates in the /control-plane/web/client directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [js-yaml](https://github.com/nodeca/js-yaml) and [ws](https://github.com/websockets/ws).
17+
Bumps the npm_and_yarn group with 3 updates in the /sdk/typescript directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [ws](https://github.com/websockets/ws) and [form-data](https://github.com/form-data/form-data).
18+
19+
20+
Updates `vite` from 8.0.5 to 8.0.16
21+
- [Release notes](https://github.com/vitejs/vite/releases)
22+
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
23+
- [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite)
24+
25+
Updates `js-yaml` from 4.1.1 to 4.2.0
26+
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
27+
- [Commits](https://github.com/nodeca/js-yaml/commits)
28+
29+
Updates `ws` from 8.19.0 to 8.20.0
30+
- [Release notes](https://github.com/websockets/ws/releases)
31+
- [Commits](https://github.com/websockets/ws/compare/8.19.0...8.20.0)
32+
33+
Updates `vite` from 6.4.2 to 8.0.16
34+
- [Release notes](https://github.com/vitejs/vite/releases)
35+
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
36+
- [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite)
37+
38+
Updates `ws` from 8.20.1 to 8.21.0
39+
- [Release notes](https://github.com/websockets/ws/releases)
40+
- [Commits](https://github.com/websockets/ws/compare/8.19.0...8.20.0)
41+
42+
Updates `form-data` from 4.0.5 to 4.0.6
43+
- [Release notes](https://github.com/form-data/form-data/releases)
44+
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
45+
- [Commits](https://github.com/form-data/form-data/compare/v4.0.5...v4.0.6)
46+
47+
---
48+
updated-dependencies:
49+
- dependency-name: vite
50+
dependency-version: 8.0.16
51+
dependency-type: direct:development
52+
dependency-group: npm_and_yarn
53+
- dependency-name: js-yaml
54+
dependency-version: 4.2.0
55+
dependency-type: indirect
56+
dependency-group: npm_and_yarn
57+
- dependency-name: ws
58+
dependency-version: 8.20.0
59+
dependency-type: indirect
60+
dependency-group: npm_and_yarn
61+
- dependency-name: vite
62+
dependency-version: 8.0.16
63+
dependency-type: direct:development
64+
dependency-group: npm_and_yarn
65+
- dependency-name: ws
66+
dependency-version: 8.21.0
67+
dependency-type: direct:production
68+
dependency-group: npm_and_yarn
69+
- dependency-name: form-data
70+
dependency-version: 4.0.6
71+
dependency-type: indirect
72+
dependency-group: npm_and_yarn
73+
...
74+
75+
Signed-off-by: dependabot[bot] <support@github.com>
76+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (ffd0717)
77+
78+
- Chore(deps): bump pyjwt (#669)
79+
80+
Bumps the uv group with 1 update in the /sdk/python directory: [pyjwt](https://github.com/jpadilla/pyjwt).
81+
82+
83+
Updates `pyjwt` from 2.12.1 to 2.13.0
84+
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
85+
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
86+
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.12.1...2.13.0)
87+
88+
---
89+
updated-dependencies:
90+
- dependency-name: pyjwt
91+
dependency-version: 2.13.0
92+
dependency-type: indirect
93+
dependency-group: uv
94+
...
95+
96+
Signed-off-by: dependabot[bot] <support@github.com>
97+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (2cb06f0)
98+
999
## [0.1.92-rc.10] - 2026-06-15
10100

11101

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.92-rc.10
1+
0.1.92-rc.11

control-plane/internal/templates/go/go.mod.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module {{.GoModule}}
22

33
go 1.23
44

5-
require github.com/Agent-Field/agentfield/sdk/go v0.1.92-rc.10
5+
require github.com/Agent-Field/agentfield/sdk/go v0.1.92-rc.11

sdk/python/agentfield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@
160160
"reasoner",
161161
]
162162

163-
__version__ = "0.1.92-rc.10"
163+
__version__ = "0.1.92-rc.11"

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)