Skip to content

Commit 2c379a4

Browse files
authored
Merge pull request #171 from arturovt/chore/10.2.0-alpha.0
chore(release): 10.2.0-alpha.0
2 parents d469023 + fcab897 commit 2c379a4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [10.2.0-alpha.0](https://github.com/ngneat/helipopper/compare/v10.1.0-alpha.0...v10.2.0-alpha.0)(2024-12-07)
6+
7+
8+
### Features
9+
10+
* upgrade to Angular 19 ([d33b7b2](https://github.com/ngneat/helipopper/commit/d33b7b284c2808aab15667a7759ff4e299454894))
11+
12+
13+
### Fixes
14+
15+
* do not update `isVisible` signal when view is destroyed ([7c43af9](https://github.com/ngneat/helipopper/commit/7c43af98599463a18858354fb31d33572d1dee9b))
16+
517
### [10.1.0-alpha.0](https://github.com/ngneat/helipopper/compare/v10.0.0-alpha.1...v10.1.0-alpha.0)(2024-11-20)
618

719

projects/ngneat/helipopper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngneat/helipopper",
3-
"version": "10.1.0-alpha.0",
3+
"version": "10.2.0-alpha.0",
44
"description": "A Powerful Tooltip and Popover for Angular Applications",
55
"dependencies": {
66
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)