Skip to content

Commit

Permalink
chore(release): publish v12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moribvndvs committed May 18, 2023
1 parent 3d4d625 commit bf22228
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 7 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.

## [12.0.2](https://github.com/moribvndvs/ng2-idle/compare/v12.0.1...v12.0.2) (2023-05-18)

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





## [12.0.1](https://github.com/moribvndvs/ng2-idle/compare/v12.0.0...v12.0.1) (2023-05-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": "12.0.1",
"version": "12.0.2",
"command": {
"publish": {
"conventionalCommits": true
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.

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": "12.0.1",
"version": "12.0.2",
"repository": {
"type": "git",
"url": "https://github.com/moribvndvs/ng2-idle.git"
Expand Down Expand Up @@ -94,4 +94,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.

## [12.0.2](https://github.com/moribvndvs/ng2-idle/compare/v12.0.1...v12.0.2) (2023-05-18)

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





## [12.0.1](https://github.com/moribvndvs/ng2-idle/compare/v12.0.0...v12.0.1) (2023-05-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": "12.0.1",
"version": "12.0.2",
"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.

## [12.0.2](https://github.com/moribvndvs/ng2-idle/compare/v12.0.1...v12.0.2) (2023-05-18)

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





## [12.0.1](https://github.com/moribvndvs/ng2-idle/compare/v12.0.0...v12.0.1) (2023-05-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": "12.0.1",
"version": "12.0.2",
"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 bf22228

Please sign in to comment.