Skip to content

Commit

Permalink
chore(develop): release 16.0.0
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 30, 2023
1 parent 25ca9dd commit 1565794
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Changelog

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

As no issues were reported during the release candidate period. We are releasing it as stable.

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

### Features

* 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))


### Miscellaneous Chores

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

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


### Features

* enable npm package provenance ([ce13c14](https://github.com/k3nsei/ng-in-viewport/commit/ce13c146996baa26cc621fa4cda2d2b5854c1064))
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-in-viewport",
"version": "16.0.0-rc.0",
"version": "16.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-in-viewport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-in-viewport",
"version": "16.0.0-rc.0",
"version": "16.0.0",
"description": "Allows us to check if an element is within the browsers visual viewport",
"keywords": [
"angular",
Expand Down

1 comment on commit 1565794

@vercel
Copy link

@vercel vercel bot commented on 1565794 Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ng-in-viewport – ./

ng-in-viewport.vercel.app
ng-in-viewport-k3nsei.vercel.app
ng-in-viewport-git-develop-k3nsei.vercel.app

Please sign in to comment.