Skip to content

Commit

Permalink
chore(release): publish v16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grbsk committed Sep 18, 2024
1 parent 494ce9e commit 0d83394
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 25 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0](https://github.com/moribvndvs/ng2-idle/compare/v15.0.0...v16.0.0) (2024-09-18)


### chore

* **deps:** Angular 18 migration ([#202](https://github.com/moribvndvs/ng2-idle/issues/202)) ([19244c1](https://github.com/moribvndvs/ng2-idle/commit/19244c1bd9b2dc5539387e88bb21d50691f76490))


### BREAKING CHANGES

* **deps:** requires Angular 18





# [15.0.0](https://github.com/moribvndvs/ng2-idle/compare/v14.0.0...v15.0.0) (2024-06-21)


Expand Down
4 changes: 2 additions & 2 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ as SVG and JS file types.
In the Font Awesome Free download, the SIL OFL license applies to all icons
packaged as web and desktop font files.

Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
with Reserved Font Name: "Font Awesome".

This Font Software is licensed under the SIL Open Font License, Version 1.1.
Expand Down Expand Up @@ -212,7 +212,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
In the Font Awesome Free download, the MIT license applies to all non-font and
non-icon files.

Copyright 2023 Fonticons, Inc.
Copyright 2024 Fonticons, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.b3610eeb9cfcbbdf.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.ce8ffd41bd023fec.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/polyfills.428e85194f3f28be.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/polyfills.5ee76b7324565f19.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/styles.81e447174c5bb55f.css

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions docs/styles.a618133bac5ce29d.css

This file was deleted.

4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"projects/*"
],
"version": "15.0.0",
"version": "16.0.0",
"command": {
"publish": {
"conventionalCommits": true
Expand All @@ -11,4 +11,4 @@
"message": "chore(release): publish %s"
}
}
}
}
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-idle",
"description": "A module for responding to idle users in Angular applications.",
"version": "15.0.0",
"version": "16.0.0",
"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
Original file line number Diff line number Diff line change
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.

# [16.0.0](https://github.com/moribvndvs/ng2-idle/compare/v15.0.0...v16.0.0) (2024-09-18)

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





# [15.0.0](https://github.com/moribvndvs/ng2-idle/compare/v14.0.0...v15.0.0) (2024-06-21)


Expand Down
2 changes: 1 addition & 1 deletion projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-idle/core",
"version": "15.0.0",
"version": "16.0.0",
"description": "A module for detecting and responding to the user becoming idle in Angular applications.",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions projects/keepalive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0](https://github.com/moribvndvs/ng2-idle/compare/v15.0.0...v16.0.0) (2024-09-18)


### chore

* **deps:** Angular 18 migration ([#202](https://github.com/moribvndvs/ng2-idle/issues/202)) ([19244c1](https://github.com/moribvndvs/ng2-idle/commit/19244c1bd9b2dc5539387e88bb21d50691f76490))


### BREAKING CHANGES

* **deps:** requires Angular 18





# [15.0.0](https://github.com/moribvndvs/ng2-idle/compare/v14.0.0...v15.0.0) (2024-06-21)


Expand Down
2 changes: 1 addition & 1 deletion projects/keepalive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-idle/keepalive",
"version": "15.0.0",
"version": "16.0.0",
"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 0d83394

Please sign in to comment.