diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e2d7da1..80e32c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [14.0.0-beta.40](https://github.com/angular/flex-layout/compare/13.0.0-beta.38...14.0.0-beta.40) (2022-06-30) + + +This release is simply to capture a change in the peer dependencies requirement for Angular. + + # [14.0.0-beta.39](https://github.com/angular/flex-layout/compare/13.0.0-beta.38...14.0.0-beta.39) (2022-06-30) diff --git a/package.json b/package.json index a3f7d845..3d8311fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flex-layout-srcs", "description": "Angular Flex Layout", - "version": "14.0.0-beta.39", + "version": "14.0.0-beta.40", "homepage": "https://github.com/angular/flex-layout", "bugs": "https://github.com/angular/flex-layout/issues", "repository": { @@ -29,7 +29,7 @@ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" }, "private": true, - "requiredAngularVersion": "^13.0.0", + "requiredAngularVersion": "^14.0.0", "dependencies": { "@angular/animations": "~14.0.0", "@angular/common": "~14.0.0",