Skip to content

Commit

Permalink
chore: release v1.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Deep-Dey committed May 17, 2024
1 parent 701b055 commit 7ae354b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## [1.4.19](https://github.com/bloomscorp/ngx-bloomsight/compare/v1.4.18...v1.4.19) (2024-05-17)

## [1.4.18](https://github.com/bloomscorp/ngx-bloomsight/compare/v1.4.16...v1.4.18) (2024-05-17)

## [1.4.16](https://github.com/bloomscorp/ngx-bloomsight/compare/v1.4.15...v1.4.16) (2024-05-14)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bloomsight",
"version": "1.4.18",
"version": "1.4.19",
"homepage": "https://github.com/bloomscorp/ngx-bloomsight",
"bugs": {
"url": "https://github.com/bloomscorp/ngx-bloomsight/issues"
Expand Down
2 changes: 1 addition & 1 deletion projects/bloomscorp/ngx-bloomsight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloomscorp/ngx-bloomsight",
"version": "1.4.18",
"version": "1.4.19",
"peerDependencies": {
"@angular/common": "^14.2.0",
"@angular/core": "^14.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class BloomsightEventService {
if (event instanceof NavigationEnd) {

if (this._previousUrl !== event.url) {
pageView();
setTimeout(pageView, 5000);
}

this._previousUrl = event.url;
Expand Down

0 comments on commit 7ae354b

Please sign in to comment.