Skip to content

Commit

Permalink
chore(release): publish v11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moribvndvs committed Jul 18, 2021
1 parent d0b3b31 commit 3f1829b
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 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.1](https://github.com/moribvndvs/ng2-idle/compare/v11.0.0...v11.0.1) (2021-07-18)

**Note:** Version bump only for package ng-idle





# [11.0.0](https://github.com/moribvndvs/ng2-idle/compare/v10.0.0...v11.0.0) (2021-07-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"projects/*"
],
"version": "11.0.0",
"version": "11.0.1",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
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.1](https://github.com/moribvndvs/ng2-idle/compare/v11.0.0...v11.0.1) (2021-07-18)

**Note:** Version bump only for package @ng-idle/core





# [11.0.0](https://github.com/moribvndvs/ng2-idle/compare/v10.0.0...v11.0.0) (2021-07-18)


Expand Down
2 changes: 1 addition & 1 deletion projects/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@ng-idle/core",
"version": "11.0.0",
"version": "11.0.1",
"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.1](https://github.com/moribvndvs/ng2-idle/compare/v11.0.0...v11.0.1) (2021-07-18)

**Note:** Version bump only for package @ng-idle/keepalive





# [11.0.0](https://github.com/moribvndvs/ng2-idle/compare/v10.0.0...v11.0.0) (2021-07-18)


Expand Down
2 changes: 1 addition & 1 deletion projects/keepalive/package.json
@@ -1,6 +1,6 @@
{
"name": "@ng-idle/keepalive",
"version": "11.0.0",
"version": "11.0.1",
"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 3f1829b

Please sign in to comment.