Skip to content

Commit 9c6ef9a

Browse files
authored
chore(release): 0.38.0 — hub OAuth connect fixes (Notion authorize URL, Dropbox Sign scope) (#100)
Cuts 0.38.0 over the two hub OAuth connect fixes already merged to main: - #95 fix(notion): authorize at /v1/oauth/authorize — bare api.notion.com/oauth/authorize returned 400 invalid_request_url. - #99 fix(hellosign): omit the per-request `scope` query param from the authorize URL via the new OAuth2 `sendScopeParam: false` flag — Dropbox Sign rejects custom scopes ("Custom scopes are not supported yet") and pins them app-side. Pure version bump; both feature commits already on main (ba30f16, 1f90143). Tag v0.38.0 after merge → publish workflow (typecheck/test/build + OIDC).
1 parent 1f90143 commit 9c6ef9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tangle-network/agent-integrations",
3-
"version": "0.37.0",
3+
"version": "0.38.0",
44
"description": "Vendor-neutral integration contracts and runtime helpers for sandbox and agent apps.",
55
"homepage": "https://github.com/tangle-network/agent-integrations#readme",
66
"repository": {

0 commit comments

Comments
 (0)