Skip to content

Commit

Permalink
chore(release): publish v13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moribvndvs committed Oct 25, 2023
1 parent fb9a6bd commit d235265
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [13.0.1](https://github.com/moribvndvs/ng2-idle/compare/v13.0.0...v13.0.1) (2023-10-25)


### Bug Fixes

* **idle,timeout:** countdown idle and timeout based on time ([#131](https://github.com/moribvndvs/ng2-idle/issues/131)) ([fb9a6bd](https://github.com/moribvndvs/ng2-idle/commit/fb9a6bd4807b94886fda43ef85dbaf9e571eea64)), closes [#110](https://github.com/moribvndvs/ng2-idle/issues/110) [#112](https://github.com/moribvndvs/ng2-idle/issues/112)





# [13.0.0](https://github.com/moribvndvs/ng2-idle/compare/v12.0.4...v13.0.0) (2023-06-14)


Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -10,6 +10,6 @@
<style>.mat-typography{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto,sans-serif;letter-spacing:.0178571429em}html,body{height:100%}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}</style><link rel="stylesheet" href="styles.bed9003e1f9b06cf.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.bed9003e1f9b06cf.css"></noscript></head>
<body class="mat-typography">
<app-root></app-root>
<script src="runtime.2125cb0bebd73608.js" type="module"></script><script src="polyfills.2b3abd07eff8ef00.js" type="module"></script><script src="main.2752f8774af17015.js" type="module"></script>
<script src="runtime.2125cb0bebd73608.js" type="module"></script><script src="polyfills.2b3abd07eff8ef00.js" type="module"></script><script src="main.1a4a194da90a9011.js" type="module"></script>

</body></html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"projects/*"
],
"version": "13.0.0",
"version": "13.0.1",
"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.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "ng-idle",
"description": "A module for responding to idle users in Angular applications.",
"version": "13.0.0",
"version": "13.0.1",
"repository": {
"type": "git",
"url": "https://github.com/moribvndvs/ng2-idle.git"
Expand Down
11 changes: 11 additions & 0 deletions projects/core/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [13.0.1](https://github.com/moribvndvs/ng2-idle/compare/v13.0.0...v13.0.1) (2023-10-25)


### Bug Fixes

* **idle,timeout:** countdown idle and timeout based on time ([#131](https://github.com/moribvndvs/ng2-idle/issues/131)) ([fb9a6bd](https://github.com/moribvndvs/ng2-idle/commit/fb9a6bd4807b94886fda43ef85dbaf9e571eea64)), closes [#110](https://github.com/moribvndvs/ng2-idle/issues/110) [#112](https://github.com/moribvndvs/ng2-idle/issues/112)





# [13.0.0](https://github.com/moribvndvs/ng2-idle/compare/v12.0.4...v13.0.0) (2023-06-14)


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

## [13.0.1](https://github.com/moribvndvs/ng2-idle/compare/v13.0.0...v13.0.1) (2023-10-25)

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





# [13.0.0](https://github.com/moribvndvs/ng2-idle/compare/v12.0.4...v13.0.0) (2023-06-14)


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

Please sign in to comment.