Skip to content

Commit

Permalink
chore: update to 14.0.0-beta.40 with changelog (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaerusKaru authored Jun 30, 2022
1 parent 29dbe61 commit 77a9b62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 77a9b62

Please sign in to comment.