From e2af040c3de3332f4a495cd92925d6faf534419b Mon Sep 17 00:00:00 2001 From: Mike Grabski Date: Sun, 18 Jul 2021 19:37:42 -0400 Subject: [PATCH] chore(release): publish v11.0.3 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- package.json | 4 ++-- projects/core/CHANGELOG.md | 8 ++++++++ projects/core/package.json | 2 +- projects/keepalive/CHANGELOG.md | 8 ++++++++ projects/keepalive/package.json | 2 +- 7 files changed, 29 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a307da..c6fdf99 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. +## [11.0.3](https://github.com/moribvndvs/ng2-idle/compare/v11.0.2...v11.0.3) (2021-07-18) + +**Note:** Version bump only for package ng-idle + + + + + ## [11.0.2](https://github.com/moribvndvs/ng2-idle/compare/v11.0.1...v11.0.2) (2021-07-18) **Note:** Version bump only for package ng-idle diff --git a/lerna.json b/lerna.json index 0ff4bb0..1067116 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "projects/*" ], - "version": "11.0.2", + "version": "11.0.3", "command": { "publish": { "conventionalCommits": true diff --git a/package.json b/package.json index 0363918..8583ba5 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": "11.0.2", + "version": "11.0.3", "repository": { "type": "git", "url": "git+https://github.com/moribvndvs/ng2-idle.git" @@ -80,4 +80,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 a1589bb..e5e4004 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. +## [11.0.3](https://github.com/moribvndvs/ng2-idle/compare/v11.0.2...v11.0.3) (2021-07-18) + +**Note:** Version bump only for package @ng-idle/core + + + + + ## [11.0.2](https://github.com/moribvndvs/ng2-idle/compare/v11.0.1...v11.0.2) (2021-07-18) **Note:** Version bump only for package @ng-idle/core diff --git a/projects/core/package.json b/projects/core/package.json index 157d0f4..14895b5 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@ng-idle/core", - "version": "11.0.2", + "version": "11.0.3", "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 7cec3e9..d2be4c6 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. +## [11.0.3](https://github.com/moribvndvs/ng2-idle/compare/v11.0.2...v11.0.3) (2021-07-18) + +**Note:** Version bump only for package @ng-idle/keepalive + + + + + ## [11.0.2](https://github.com/moribvndvs/ng2-idle/compare/v11.0.1...v11.0.2) (2021-07-18) **Note:** Version bump only for package @ng-idle/keepalive diff --git a/projects/keepalive/package.json b/projects/keepalive/package.json index 70b3b83..6717ed0 100644 --- a/projects/keepalive/package.json +++ b/projects/keepalive/package.json @@ -1,6 +1,6 @@ { "name": "@ng-idle/keepalive", - "version": "11.0.2", + "version": "11.0.3", "description": "Module that works with @ng-idle/core to keep a user session alive while user is active.", "repository": { "type": "git",