diff --git a/CHANGELOG.md b/CHANGELOG.md index e21fff4d46f0..2de2087d278b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# 13.0.0-rc.3 "fir-valise" (2021-11-02) +### material-experimental +| Commit | Type | Description | +| -- | -- | -- | +| [e7a77edf1e](https://github.com/angular/components/commit/e7a77edf1e3f0215c26715366a31bf9c3f5e6cfd) | fix | **mdc-tabs:** update theming api ([#23855](https://github.com/angular/components/pull/23855)) | +## Special Thanks +Andrew Seguin, Joey Perrott, Kristiyan Kostadinov, Paul Gschwendtner and Suguru Inatomi + + + # 13.0.0-rc.2 "tweed-thimble" (2021-10-27) ### cdk @@ -5034,4 +5045,4 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire # Changes Prior to 7.0.0 -To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md). +To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md). \ No newline at end of file diff --git a/package.json b/package.json index 1c0efb64722d..d739229aef72 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "tsc": "node ./node_modules/typescript/bin/tsc", "prepare": "husky install" }, - "version": "13.0.0-rc.2", + "version": "13.0.0-rc.3", "dependencies": { "@angular/animations": "13.0.0-rc.3", "@angular/common": "13.0.0-rc.3",