Skip to content

Commit 1e60aee

Browse files
authored
chore: bump version to 2.0.0-alpha.1 for main branch development (#480)
Bump version to 2.0.0-alpha.1 for main branch development.
1 parent 77e92b9 commit 1e60aee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/aws-durable-execution-sdk-js-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"commander": "^14.0.2"
6363
},
6464
"peerDependencies": {
65-
"@aws/durable-execution-sdk-js": "^1.0.1"
65+
"@aws/durable-execution-sdk-js": "*"
6666
},
6767
"private": false
6868
}

packages/aws-durable-execution-sdk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@aws/durable-execution-sdk-js",
33
"description": "AWS Durable Execution Language SDK for TypeScript",
44
"license": "Apache-2.0",
5-
"version": "1.0.2",
5+
"version": "2.0.0-alpha.1",
66
"repository": {
77
"type": "git",
88
"url": "git+ssh://git@github.com/aws/aws-durable-execution-sdk-js.git",

0 commit comments

Comments
 (0)