Skip to content

Commit b051514

Browse files
committed
chore(release): 16.0.0-next.2
1 parent ced7066 commit b051514

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11

22

3+
# [16.0.0-next.2](https://github.com/ngxtools/ngx.tools/compare/15.0.0...16.0.0-next.2) (2023-03-13)
4+
5+
6+
### Bug Fixes
7+
8+
* format code ([b7e24bf](https://github.com/ngxtools/ngx.tools/commit/b7e24bfab7523b1b63f5fe7975382fca3f97880c))
9+
* infinite scroll + use IntersectionObserver ([9e0ce98](https://github.com/ngxtools/ngx.tools/commit/9e0ce98b5e16a458864f9700af74cee7e2399440))
10+
* make css view transitions api work ([b8f595c](https://github.com/ngxtools/ngx.tools/commit/b8f595cf47db68fb1abad934246a725cb658ecd9))
11+
12+
13+
### Features
14+
15+
* add dark mode ([83ac855](https://github.com/ngxtools/ngx.tools/commit/83ac855432f68298f45947cde00f8f2af8279d3d))
16+
* add pkg details page ([5cda09e](https://github.com/ngxtools/ngx.tools/commit/5cda09efbde622df632adb269179ca092832c24c))
17+
* introduce view transition directive ([d64f934](https://github.com/ngxtools/ngx.tools/commit/d64f934d1364d1405aefa25bcf1796b27a425469))
18+
* migrate to angular signals ([d56674f](https://github.com/ngxtools/ngx.tools/commit/d56674f24ba9037fc5a3b0748849269d0b1b3f9f))
19+
320
# [15.0.0](https://github.com/ngxtools/ngx.tools/compare/13.0.0...15.0.0) (2023-03-04)
421

522
### Changes
@@ -91,4 +108,4 @@
91108
* add requested features ([bcaf694](https://github.com/ngxtools/ngx.tools/commit/bcaf694))
92109
* add search tracking ([41c5d3c](https://github.com/ngxtools/ngx.tools/commit/41c5d3c))
93110
* add support for keywords searching ([3e188cf](https://github.com/ngxtools/ngx.tools/commit/3e188cf))
94-
* search by author ([25449cc](https://github.com/ngxtools/ngx.tools/commit/25449cc))
111+
* search by author ([25449cc](https://github.com/ngxtools/ngx.tools/commit/25449cc))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx.tools",
3-
"version": "15.0.0",
3+
"version": "16.0.0-next.2",
44
"license": "Apache-2.0",
55
"author": {
66
"name": "Wassim Chegham",

0 commit comments

Comments
 (0)