Skip to content

Commit 3f383e5

Browse files
github-actions[bot]vnphanquang
authored andcommitted
chore(release): changesets versioning & publication
1 parent cd7fefc commit 3f383e5

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/mean-ligers-wait.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/selfish-moons-hope.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/async-stack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- [`cd7fefc`](https://github.com/vnphanquang/svelte-put/commit/cd7fefc1d7f87936321932fe1ffe283554e468e4) Thanks [@vnphanquang](https://github.com/vnphanquang)! - mark `item.onResolve` as experimental and clarify async behavior
8+
9+
- [`5793e71`](https://github.com/vnphanquang/svelte-put/commit/5793e7139482554d73de30d305b324532df2caec) Thanks [@vnphanquang](https://github.com/vnphanquang)! - use `Set` instead of array for `StackItemResolveListener` to **help** avoid duplicated callbacks (should discourage the usage of arrow functions)
10+
311
## 1.1.4
412

513
### Patch Changes

packages/async-stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svelte-put/async-stack",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "type-safe and headless builder for async component stack",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)