Skip to content

Commit 4b6ce31

Browse files
committed
chore(release): 2.0.0
1 parent d62ac77 commit 4b6ce31

5 files changed

+14
-5
lines changed

CHANGELOG.v2.alpha.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0-alpha.11](https://github.com/aws/aws-cdk/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2021-12-02)
6+
57
## [2.0.0-alpha.10](https://github.com/aws/aws-cdk/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2021-11-26)
68

79
## [2.0.0-alpha.9](https://github.com/aws/aws-cdk/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2021-11-25)

CHANGELOG.v2.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/aws/aws-cdk/compare/v2.0.0-rc.33...v2.0.0) (2021-12-02)
6+
7+
8+
### Features
9+
10+
* aws-cdk-lib is now stable! ([fa2ecc9](https://github.com/aws/aws-cdk/commit/fa2ecc971cd756ea0cbf2dace64076ce964f88bc))
11+
512
## [2.0.0-rc.33](https://github.com/aws/aws-cdk/compare/v2.0.0-rc.32...v2.0.0-rc.33) (2021-11-26)
613

714
## [2.0.0-rc.32](https://github.com/aws/aws-cdk/compare/v2.0.0-rc.31...v2.0.0-rc.32) (2021-11-25)

release.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"majorVersion": 2,
3-
"releaseType": "rc"
3+
"releaseType": "stable"
44
}

version.v2.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.0.0-rc.33",
3-
"alphaVersion": "2.0.0-alpha.10"
4-
}
2+
"version": "2.0.0",
3+
"alphaVersion": "2.0.0-alpha.11"
4+
}

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2927,7 +2927,7 @@ cdk8s-plus-21@^1.0.0-beta.38:
29272927
dependencies:
29282928
minimatch "^3.0.4"
29292929

2930-
cdk8s@^1.00.0:
2930+
cdk8s@^1.0.0:
29312931
version "1.1.36"
29322932
resolved "https://registry.npmjs.org/cdk8s/-/cdk8s-1.1.36.tgz#18f4650bf1302f8db533d1380913db4187a965fb"
29332933
integrity sha512-LpjVRmypar0PCBxhbTOZ/nnWiI4L7pxSsQJ8k06uSjnVkcGVZLcPxF9kxoKCClp0/6+9MsEYdB6+GZ3h24JKZw==

0 commit comments

Comments
 (0)