Skip to content

Commit fa2ecc9

Browse files
committedNov 29, 2021
feat: aws-cdk-lib is now stable!
The aws-cdk-lib library is now stable and ready for the production V2 launch.
1 parent 336ff5e commit fa2ecc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/aws-cdk-lib/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"url": "https://github.com/aws/aws-cdk.git",
1010
"directory": "packages/aws-cdk-lib"
1111
},
12-
"stability": "experimental",
13-
"maturity": "developer-preview",
12+
"stability": "stable",
13+
"maturity": "stable",
1414
"scripts": {
1515
"gen": "ubergen",
1616
"build": "cdk-build",

0 commit comments

Comments
 (0)
Please sign in to comment.