Skip to content

Commit 2dc47ee

Browse files
chore: version packages (#785)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## dashboard@0.18.4 ### Patch Changes - 10140df: Makes tool type filterable on more than just http tools (functions, custom) - 77446ee: fully connects server url tracking feature in opt in tool call logs - Updated dependencies [77446ee] - @gram/client@0.17.3 ## @gram/client@0.17.3 ### Patch Changes - 77446ee: fully connects server url tracking feature in opt in tool call logs ## server@0.9.11 ### Patch Changes - 3d46253: implements adding redacted http security headers to the opt in tool call log view - db29a12: adds http server url to clickhouse data model - 77446ee: fully connects server url tracking feature in opt in tool call logs Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d46253 commit 2dc47ee

File tree

10 files changed

+35
-28
lines changed

10 files changed

+35
-28
lines changed

.changeset/four-bags-move.md

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

.changeset/salty-queens-train.md

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

.changeset/short-garlics-report.md

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

.changeset/soft-books-talk.md

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

client/dashboard/CHANGELOG.md

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

3+
## 0.18.4
4+
5+
### Patch Changes
6+
7+
- 10140df: Makes tool type filterable on more than just http tools (functions, custom)
8+
- 77446ee: fully connects server url tracking feature in opt in tool call logs
9+
- Updated dependencies [77446ee]
10+
- @gram/client@0.17.3
11+
312
## 0.18.3
413

514
### Patch Changes

client/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dashboard",
33
"private": true,
4-
"version": "0.18.3",
4+
"version": "0.18.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

client/sdk/CHANGELOG.md

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

3+
## 0.17.3
4+
5+
### Patch Changes
6+
7+
- 77446ee: fully connects server url tracking feature in opt in tool call logs
8+
39
## 0.17.2
410

511
### Patch Changes

client/sdk/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gram/client",
3-
"version": "0.17.2",
3+
"version": "0.17.3",
44
"author": "Speakeasy",
55
"private": true,
66
"type": "module",
@@ -60,9 +60,15 @@
6060
"react-dom": "^18 || ^19"
6161
},
6262
"peerDependenciesMeta": {
63-
"@tanstack/react-query": {"optional":true},
64-
"react": {"optional":true},
65-
"react-dom": {"optional":true}
63+
"@tanstack/react-query": {
64+
"optional": true
65+
},
66+
"react": {
67+
"optional": true
68+
},
69+
"react-dom": {
70+
"optional": true
71+
}
6672
},
6773
"devDependencies": {
6874
"@eslint/js": "^9.19.0",

server/CHANGELOG.md

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

3+
## 0.9.11
4+
5+
### Patch Changes
6+
7+
- 3d46253: implements adding redacted http security headers to the opt in tool call log view
8+
- db29a12: adds http server url to clickhouse data model
9+
- 77446ee: fully connects server url tracking feature in opt in tool call logs
10+
311
## 0.9.10
412

513
### Patch Changes

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "0.9.10",
3+
"version": "0.9.11",
44
"description": "",
55
"private": true,
66
"main": "index.js",

0 commit comments

Comments
 (0)