Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 77a9b62

Browse files
authored
chore: update to 14.0.0-beta.40 with changelog (#1417)
1 parent 29dbe61 commit 77a9b62

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [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)
2+
3+
4+
This release is simply to capture a change in the peer dependencies requirement for Angular.
5+
6+
17
# [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)
28

39

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flex-layout-srcs",
33
"description": "Angular Flex Layout",
4-
"version": "14.0.0-beta.39",
4+
"version": "14.0.0-beta.40",
55
"homepage": "https://github.com/angular/flex-layout",
66
"bugs": "https://github.com/angular/flex-layout/issues",
77
"repository": {
@@ -29,7 +29,7 @@
2929
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
3030
},
3131
"private": true,
32-
"requiredAngularVersion": "^13.0.0",
32+
"requiredAngularVersion": "^14.0.0",
3333
"dependencies": {
3434
"@angular/animations": "~14.0.0",
3535
"@angular/common": "~14.0.0",

0 commit comments

Comments
 (0)