Skip to content

Commit 570e8d3

Browse files
committed
chore: bump version
1 parent 1cdc21d commit 570e8d3

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,19 @@ routing has finished) and in both directions (horizontal/vertical)
4141

4242
Install later versions in case your app is not running the very latest angular version.
4343

44-
| ngx-page-scroll/ngx-page-scroll-core version | compatible angular version | Documentation |
45-
| -------------------------------------------- | -------------------------- | -------------------------------------------------------------------------- |
46-
| v12.x | v17 | [README](README.md) |
44+
| ngx-page-scroll/ngx-page-scroll-core version | compatible angular version | Documentation |
45+
|----------------------------------------------|----------------------------|-----------------------------------------------------------------------------|
46+
| v14.x | v19 | [README](README.md) |
47+
| v13.x | v18 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v13.0.0/README.md) |
48+
| v12.x | v17 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v12.0.0/README.md) |
4749
| v11.x | v16 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v11.0.0/README.md) |
48-
| v10.x | v15 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v10.0.0/README.md)|
49-
| v9.x | v14 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v9.0.0/README.md) |
50-
| v8.x | v13 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v8.0.0/README.md) |
51-
| v7.x | v12, v11, v10, v9, v8 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v7.0.6/README.md) |
52-
| v6.x | v8, v7 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v6.0.2/README.md) |
53-
| v5.x | v6 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v5.0.1/README.md) |
54-
| v4.x | v5, v4 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v4.0.2/README.md) |
50+
| v10.x | v15 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v10.0.0/README.md) |
51+
| v9.x | v14 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v9.0.0/README.md) |
52+
| v8.x | v13 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v8.0.0/README.md) |
53+
| v7.x | v12, v11, v10, v9, v8 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v7.0.6/README.md) |
54+
| v6.x | v8, v7 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v6.0.2/README.md) |
55+
| v5.x | v6 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v5.0.1/README.md) |
56+
| v4.x | v5, v4 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v4.0.2/README.md) |
5557

5658
## Service
5759

projects/ngx-page-scroll-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-page-scroll-core",
3-
"version": "13.0.0",
3+
"version": "14.0.0",
44
"description": "Animated scrolling functionality for angular written in pure typescript",
55
"keywords": [
66
"angular",

projects/ngx-page-scroll/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-page-scroll",
3-
"version": "13.0.0",
3+
"version": "14.0.0",
44
"description": "Convenience directive for animated scrolling functionality for angular written in pure typescript",
55
"keywords": [
66
"angular",
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/Nolanus/ngx-page-scroll#readme",
2626
"peerDependencies": {
27-
"ngx-page-scroll-core": "13.0.0",
27+
"ngx-page-scroll-core": "14.0.0",
2828
"@angular/common": "^18.0.6",
2929
"@angular/core": "^18.0.6"
3030
},

0 commit comments

Comments
 (0)