Skip to content

Commit

Permalink
chore(release): -v3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.2...v3.0.0) (2024-12-10)

### ⚠ BREAKING CHANGES

* minimal angular version is now v19

### Features

* update to angular v19 ([bf70b01](bf70b01))

### Bug Fixes

* toast remaining time is handled after render ([b19de68](b19de68))

### Chores

* update package-lock.json ([7af1c9a](7af1c9a))

### Refactoring

* replace effects with linkedSignals ([#32](#32)) ([51b0a17](51b0a17))
  • Loading branch information
semantic-release-bot committed Dec 10, 2024
1 parent 09f0873 commit 39e8e0c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [3.0.0](https://github.com/tutkli/ngx-sonner/compare/v2.0.2...v3.0.0) (2024-12-10)


### ⚠ BREAKING CHANGES

* minimal angular version is now v19

### Features

* update to angular v19 ([bf70b01](https://github.com/tutkli/ngx-sonner/commit/bf70b011a803bf7ac80817436e0c41b4d9967cc7))


### Bug Fixes

* toast remaining time is handled after render ([b19de68](https://github.com/tutkli/ngx-sonner/commit/b19de68a566eaf73ad3adce2a33873c52b3f36a9))


### Chores

* update package-lock.json ([7af1c9a](https://github.com/tutkli/ngx-sonner/commit/7af1c9a22818a3c2e932e350c3f8f5717e33c6bb))


### Refactoring

* replace effects with linkedSignals ([#32](https://github.com/tutkli/ngx-sonner/issues/32)) ([51b0a17](https://github.com/tutkli/ngx-sonner/commit/51b0a174faf004abac78dac309878b9f7170cd01))

## [2.0.2](https://github.com/tutkli/ngx-sonner/compare/v2.0.1...v2.0.2) (2024-08-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-sonner/source",
"version": "2.0.2",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start:docs": "nx serve docs",
Expand Down

0 comments on commit 39e8e0c

Please sign in to comment.