Skip to content

Commit

Permalink
chore(release): publish v11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moribvndvs committed Jul 18, 2021
1 parent e242e6f commit e2af040
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"projects/*"
],
"version": "11.0.2",
"version": "11.0.3",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand Down Expand Up @@ -80,4 +80,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
8 changes: 8 additions & 0 deletions projects/core/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
8 changes: 8 additions & 0 deletions projects/keepalive/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit e2af040

Please sign in to comment.