Skip to content

Commit fa5d9b7

Browse files
committed
chore(release): 1.5.1
1 parent 5514e41 commit fa5d9b7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.5.1](https://github.com/ngneat/helipopper/compare/v1.5.0...v1.5.1) (2020-11-16)
6+
7+
8+
### Bug Fixes
9+
10+
* allow `<ng-container>` and multiple child nodes ([e648877](https://github.com/ngneat/helipopper/commit/e64887761126acee7cae723a8778e595a133db0f))
11+
* allow `<ng-container>` and multiple child nodes ([e2b666b](https://github.com/ngneat/helipopper/commit/e2b666b3b6158d735e616bf6e4ead57e3c53d016))
12+
* support server-side rendering ([2602c3d](https://github.com/ngneat/helipopper/commit/2602c3df2fd3beb23e9e35c0d7a59f76ab715ac1))
13+
14+
15+
### Tests
16+
17+
* fix Cypress tests related to scrolling ([743f1f8](https://github.com/ngneat/helipopper/commit/743f1f8801bd80b04300790b5532ea55e58e88ba))
18+
519
## [1.5.0](https://github.com/ngneat/helipopper/compare/v1.4.1...v1.5.0) (2020-11-12)
620

721

projects/ngneat/helipopper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngneat/helipopper",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "A Powerful Tooltip and Popover for Angular Applications",
55
"schematics": "./schematics/collection.json",
66
"dependencies": {

0 commit comments

Comments
 (0)