Skip to content

Commit

Permalink
chore(release): -v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0](v0.4.2...v1.0.0) (2024-04-16)

### ⚠ BREAKING CHANGES

* toast dissmisable field has been renamed to dismissible

### Features

* add closeButton property to toast options ([#17](#17)) ([da3fdda](da3fdda))

### Bug Fixes

* check toast dismissible value in toaster ([31bfc7b](31bfc7b))
* dismissable renamed to dismissible ([8e30c20](8e30c20))
* dismissable renamed to dismissible ([a162a3f](a162a3f))
* don't allow to swipe out a toast if it's not dismissible ([9502c43](9502c43))
* remove console log ([42a940b](42a940b))
  • Loading branch information
semantic-release-bot committed Apr 16, 2024
1 parent 639d9c4 commit 2be35d9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [1.0.0](https://github.com/tutkli/ngx-sonner/compare/v0.4.2...v1.0.0) (2024-04-16)


### ⚠ BREAKING CHANGES

* toast dissmisable field has been renamed to dismissible

### Features

* add closeButton property to toast options ([#17](https://github.com/tutkli/ngx-sonner/issues/17)) ([da3fdda](https://github.com/tutkli/ngx-sonner/commit/da3fdda0ab19c4b2bc15443f4f4656237c40f74e))


### Bug Fixes

* check toast dismissible value in toaster ([31bfc7b](https://github.com/tutkli/ngx-sonner/commit/31bfc7b539e4adad490075ad71bfdf782f3d27c9))
* dismissable renamed to dismissible ([8e30c20](https://github.com/tutkli/ngx-sonner/commit/8e30c203036db4ed26523fd33761ebf573fb2e02))
* dismissable renamed to dismissible ([a162a3f](https://github.com/tutkli/ngx-sonner/commit/a162a3f7b09db0df6bec1deb0f7ed879748d6b01))
* don't allow to swipe out a toast if it's not dismissible ([9502c43](https://github.com/tutkli/ngx-sonner/commit/9502c43602db965d2aa0f09b9e62925c7b1e3fc3))
* remove console log ([42a940b](https://github.com/tutkli/ngx-sonner/commit/42a940b522407328cba47f0bb70227797b483a75))

## [0.4.2](https://github.com/tutkli/ngx-sonner/compare/v0.4.1...v0.4.2) (2024-04-16)


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": "0.4.2",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start:docs": "nx serve docs",
Expand Down

0 comments on commit 2be35d9

Please sign in to comment.