We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b60aa1 commit 7169c14Copy full SHA for 7169c14
packages/connect-react/CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
# Changelog
4
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
19
## [1.5.0] - 2025-08-18
20
21
### Fixed
0 commit comments