Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 9, 2024
1 parent 57b98ab commit ff120d7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-baboons-type.md

This file was deleted.

34 changes: 20 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,85 +1,91 @@
# svelte-sonner

## 0.3.22

### Patch Changes

- 24fa4f2: fix: remove action button styling when unstyled is true

## 0.3.21

### Patch Changes

- 65cb045: fix: height calculation for updated toasts
- 65cb045: fix: height calculation for updated toasts

## 0.3.20

### Patch Changes

- e3ec6c7: fix: blurry toasts, heights store
- e3ec6c7: fix: blurry toasts, heights store

## 0.3.19

### Patch Changes

- fee33b7: fix: multi-line promises height
- fee33b7: fix: multi-line promises height

## 0.3.18

### Patch Changes

- 379d307: fix: blurry toasts
- 379d307: fix: blurry toasts

## 0.3.17

### Patch Changes

- 074220c: feat: make icons customizable
- 074220c: feat: make icons customizable

## 0.3.16

### Patch Changes

- 40b42e2: fix: rtl styling
- 40b42e2: fix: rtl styling

## 0.3.15

### Patch Changes

- 26fc332: fix: toasts dismissing at the same time
- 26fc332: fix: toasts dismissing at the same time

## 0.3.14

### Patch Changes

- ea6f527: fix: class toast option not applied to toasts
- ea6f527: fix: class toast option not applied to toasts

## 0.3.13

### Patch Changes

- 877e513: fix: prevent action button shrinking
- 877e513: fix: prevent action button shrinking

## 0.3.12

### Patch Changes

- 6a59c2c: fix: add back missing duration prop to Toaster
- 6a59c2c: fix: add back missing duration prop to Toaster

## 0.3.11

### Patch Changes

- 8c220f8: fix: toast dismissing immediately after update
- 8c220f8: fix: toast dismissing immediately after update

## 0.3.10

### Patch Changes

- 23d87bc: Custom components properties propagation when it is used in toast of predefined types.
- 23d87bc: Custom components properties propagation when it is used in toast of predefined types.

## 0.3.10

### Patch Changes

- [#40](https://github.com/wobsoriano/svelte-sonner/pull/40): Custom components properties propagation when it is used in toast of predefined types.
- [#40](https://github.com/wobsoriano/svelte-sonner/pull/40): Custom components properties propagation when it is used in toast of predefined types.

## 0.3.9

### Patch Changes

- c997d85: fix: toasts being dismissed early & add `clientWritable`
- c997d85: fix: toasts being dismissed early & add `clientWritable`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"svelte",
"toast"
],
"version": "0.3.21",
"version": "0.3.22",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand Down

0 comments on commit ff120d7

Please sign in to comment.