Skip to content

Commit

Permalink
chore: lib package.json to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-nest-moon committed Dec 18, 2020
1 parent a3f1a3b commit 000c618
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## [9.1.1](https://github.com/NG-NEST/ng-nest/compare/9.1.0...9.1.1) (2020-12-04)
# [10.0.0](https://github.com/NG-NEST/ng-nest/compare/9.1.0...10.0.0) (2020-12-18)


### Bug Fixes

* **module:container:** solve direction invalid ([a3f1a3b](https://github.com/NG-NEST/ng-nest/commit/a3f1a3bb8e1430c9e7048e0d09695ba1f4d38504))


### Features

* update angular to 10.2.0 ([4f6d7cc](https://github.com/NG-NEST/ng-nest/commit/4f6d7cc01ea1df798c2874bf67600d030c0432de))
* **module:tree:** add height and align param ([e383901](https://github.com/NG-NEST/ng-nest/commit/e383901b0518471539f5c9423011d291a49968f8))


Expand Down
12 changes: 6 additions & 6 deletions lib/ng-nest/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"url": "https://github.com/NG-NEST/ng-nest"
},
"dependencies": {
"@angular/cdk": "^9.2.0"
"@angular/cdk": "^10.2.7"
},
"peerDependencies": {
"@angular/animations": "^9.1.0",
"@angular/common": "^9.1.0",
"@angular/core": "^9.1.0",
"@angular/forms": "^9.1.0",
"tslib": "^1.10.0",
"@angular/animations": "^10.2.0",
"@angular/common": "^10.2.0",
"@angular/core": "^10.2.0",
"@angular/forms": "^10.2.0",
"tslib": "^2.0.0",
"resize-observer-polyfill": "^1.5.1"
}
}

0 comments on commit 000c618

Please sign in to comment.