Skip to content

Commit 3b62461

Browse files
committed
Bump release candidate version
1 parent c3526fd commit 3b62461

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

MIGRATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ incrementally without breaking your existing codebase. To do this, you can
740740
install the new SDK with an alias:
741741

742742
```bash
743-
npm install @pipedream/sdk-v2@npm:@pipedream/sdk@^2.0.0-rc.2 --save
743+
npm install @pipedream/sdk-v2@npm:@pipedream/sdk@^2.0.0-rc.3 --save
744744
```
745745

746746
Then, in your code, you can import the new SDK with the alias:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/sdk",
3-
"version": "2.0.0-rc.2",
3+
"version": "2.0.0-rc.3",
44
"private": false,
55
"repository": "github:PipedreamHQ/pipedream-sdk-typescript",
66
"type": "commonjs",

src/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ export class PipedreamClient {
7373
"x-pd-environment": _options?.projectEnvironment,
7474
"X-Fern-Language": "JavaScript",
7575
"X-Fern-SDK-Name": "@pipedream/sdk",
76-
"X-Fern-SDK-Version": "2.0.0-rc.2",
77-
"User-Agent": "@pipedream/sdk/2.0.0-rc.2",
76+
"X-Fern-SDK-Version": "2.0.0-rc.3",
77+
"User-Agent": "@pipedream/sdk/2.0.0-rc.3",
7878
"X-Fern-Runtime": core.RUNTIME.type,
7979
"X-Fern-Runtime-Version": core.RUNTIME.version,
8080
},

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "2.0.0-rc.2";
1+
export const SDK_VERSION = "2.0.0-rc.3";

0 commit comments

Comments
 (0)