Skip to content

Commit 1565794

Browse files
chore(develop): release 16.0.0
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 25ca9dd commit 1565794

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# Changelog
22

3-
## [16.0.0-rc.0](https://github.com/k3nsei/ng-in-viewport/compare/v15.0.2...v16.0.0-rc.0) (2023-05-06)
3+
## [16.0.0](https://github.com/k3nsei/ng-in-viewport/compare/v16.0.0-rc.0...v16.0.0) (2023-06-30)
4+
5+
As no issues were reported during the release candidate period. We are releasing it as stable.
46

7+
## [16.0.0-rc.0](https://github.com/k3nsei/ng-in-viewport/compare/v15.0.2...v16.0.0-rc.0) (2023-05-06)
58

69
### Features
710

811
* add support for angular v16 ([#1346](https://github.com/k3nsei/ng-in-viewport/issues/1346)) ([79039bd](https://github.com/k3nsei/ng-in-viewport/commit/79039bdce9c3dfa2a43d7f08ea57c7e9491882b3))
912

10-
1113
### Miscellaneous Chores
1214

1315
* **qodana:** update baseline file ([7a210dd](https://github.com/k3nsei/ng-in-viewport/commit/7a210dd2dcdbe3fe7918e5ccc16b3a73e682b42d))
1416

1517
## [15.0.2](https://github.com/k3nsei/ng-in-viewport/compare/v15.0.1...v15.0.2) (2023-04-27)
1618

17-
1819
### Features
1920

2021
* enable npm package provenance ([ce13c14](https://github.com/k3nsei/ng-in-viewport/commit/ce13c146996baa26cc621fa4cda2d2b5854c1064))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-in-viewport",
3-
"version": "16.0.0-rc.0",
3+
"version": "16.0.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {

projects/ng-in-viewport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-in-viewport",
3-
"version": "16.0.0-rc.0",
3+
"version": "16.0.0",
44
"description": "Allows us to check if an element is within the browsers visual viewport",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)