Skip to content

Commit 7169c14

Browse files
committed
Update changelog with breaking changes
1 parent 5b60aa1 commit 7169c14

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/connect-react/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
# Changelog
44

5+
## [2.0.0] - 2025-10-02
6+
7+
### Breaking Changes
8+
9+
Use the new v2 version of the Pipedream SDK (i.e. `@pipedreamhq/pipedream-sdk`).
10+
This change involves migrating to the new types mostly, but also runtime changes
11+
involving the API calls.
12+
13+
The runtime behavior should not be affected from a user's perspective, except
14+
for consumers of the `connect-react` package itself, since some components (e.g.
15+
`FrontendClientProvider`) expect their consumers to inject a client instance of
16+
the same SDK version. For this reason, this change bumps the **major** version
17+
of this package.
18+
519
## [1.5.0] - 2025-08-18
620

721
### Fixed

0 commit comments

Comments
 (0)