Skip to content

Commit

Permalink
chore(release): 10.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Nov 17, 2024
1 parent 19f6f69 commit 9f4cf60
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

### [10.0.0-alpha.0](https://github.com/ngneat/helipopper/compare/v9.2.1...v10.0.0-alpha.0) (2024-11-17)


### ⚠ BREAKING CHANGES

* `tippy.js` must be explicitly passed to the loader function when calling `provideTippyConfig` (see README).

### Features

* allow lazy-loading `tippy.js` ([74a3ed6](https://github.com/ngneat/helipopper/commit/74a3ed6bffd66035cbcf7d90726420ef2a847452))
* switch to signal inputs ([e698cca](https://github.com/ngneat/helipopper/commit/e698ccad53c3de4c285faae484602cf10eaa96a9))

### [9.2.1](https://github.com/ngneat/helipopper/compare/v9.2.0...v9.2.1) (2023-12-13)


Expand Down
2 changes: 1 addition & 1 deletion projects/ngneat/helipopper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngneat/helipopper",
"version": "9.2.1",
"version": "10.0.0-alpha.0",
"description": "A Powerful Tooltip and Popover for Angular Applications",
"dependencies": {
"tslib": "^2.3.0",
Expand Down

0 comments on commit 9f4cf60

Please sign in to comment.