Skip to content

Commit

Permalink
release: 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-as committed Oct 24, 2022
1 parent ccec860 commit 8e04b7a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [14.0.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/13.0.0...14.0.0) (2022-10-24)


BREAKING CHANGES

* Angular version updated to v14



# [13.0.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/9.0.0...13.0.0) (2022-10-21)


Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,14 @@ Current Angular Version
[![npm version](https://img.shields.io/npm/v/%40angular%2Fcore.svg?style=flat-square)](https://www.npmjs.com/~angular)

## Installation
Angular 13
Angular 14
```sh
$ npm install @nicky-lenaers/ngx-scroll-to
```
Angular 13
```sh
$ npm install @nicky-lenaers/ngx-scroll-to@'13'
```
Angular 8 and 9
```sh
$ npm install @nicky-lenaers/ngx-scroll-to@'9'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nicky-lenaers/ngx-scroll-to-demo",
"description": "Demo Application for @nicky-lenaers/ngx-scroll-to package.",
"version": "13.0.0",
"version": "14.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-scroll-to/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nicky-lenaers/ngx-scroll-to",
"description": "A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scroll-based features in your app.",
"version": "13.0.0",
"version": "14.0.0",
"license": "MIT",
"private": false,
"keywords": [
Expand Down

0 comments on commit 8e04b7a

Please sign in to comment.