diff --git a/CHANGELOG.md b/CHANGELOG.md index 60fdeee..7674fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.0.4](https://github.com/moribvndvs/ng2-idle/compare/v12.0.3...v12.0.4) (2023-05-18) + +**Note:** Version bump only for package ng-idle + + + + + ## [12.0.3](https://github.com/moribvndvs/ng2-idle/compare/v12.0.2...v12.0.3) (2023-05-18) **Note:** Version bump only for package ng-idle diff --git a/lerna.json b/lerna.json index 4197438..06d3c53 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "projects/*" ], - "version": "12.0.3", + "version": "12.0.4", "command": { "publish": { "conventionalCommits": true diff --git a/package-lock.json b/package-lock.json index 7ab0a08..698dae3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ng-idle", - "version": "12.0.2", + "version": "12.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ng-idle", - "version": "12.0.2", + "version": "12.0.3", "license": "Apache-2.0", "dependencies": { "@angular/animations": "^14.3.0", diff --git a/package.json b/package.json index 3ee20db..c22396b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ng-idle", "description": "A module for responding to idle users in Angular applications.", - "version": "12.0.3", + "version": "12.0.4", "repository": { "type": "git", "url": "https://github.com/moribvndvs/ng2-idle.git" @@ -94,4 +94,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} +} \ No newline at end of file diff --git a/projects/core/CHANGELOG.md b/projects/core/CHANGELOG.md index fa9be4e..0078087 100644 --- a/projects/core/CHANGELOG.md +++ b/projects/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.0.4](https://github.com/moribvndvs/ng2-idle/compare/v12.0.3...v12.0.4) (2023-05-18) + +**Note:** Version bump only for package @ng-idle/core + + + + + ## [12.0.3](https://github.com/moribvndvs/ng2-idle/compare/v12.0.2...v12.0.3) (2023-05-18) **Note:** Version bump only for package @ng-idle/core diff --git a/projects/core/package.json b/projects/core/package.json index fd49134..9316ff4 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@ng-idle/core", - "version": "12.0.3", + "version": "12.0.4", "description": "A module for detecting and responding to the user becoming idle in Angular applications.", "repository": { "type": "git", diff --git a/projects/keepalive/CHANGELOG.md b/projects/keepalive/CHANGELOG.md index 7332ea0..a4a6c5c 100644 --- a/projects/keepalive/CHANGELOG.md +++ b/projects/keepalive/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.0.4](https://github.com/moribvndvs/ng2-idle/compare/v12.0.3...v12.0.4) (2023-05-18) + +**Note:** Version bump only for package @ng-idle/keepalive + + + + + ## [12.0.3](https://github.com/moribvndvs/ng2-idle/compare/v12.0.2...v12.0.3) (2023-05-18) **Note:** Version bump only for package @ng-idle/keepalive diff --git a/projects/keepalive/package.json b/projects/keepalive/package.json index d20c06e..f968aeb 100644 --- a/projects/keepalive/package.json +++ b/projects/keepalive/package.json @@ -1,6 +1,6 @@ { "name": "@ng-idle/keepalive", - "version": "12.0.3", + "version": "12.0.4", "description": "Module that works with @ng-idle/core to keep a user session alive while user is active.", "repository": { "type": "git",