Skip to content

Commit

Permalink
chore(release): version package (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 23, 2024
1 parent 89ee438 commit ccd9e39
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-jeans-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-badgers-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-lions-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-apes-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-lies-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-foxes-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-moons-prove.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/runed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# runed

## 0.13.0

### Minor Changes

- allow setting immediately and cancelling Debounced update ([#96](https://github.com/svecosystem/runed/pull/96))

- feat: `IsIdle` ([#94](https://github.com/svecosystem/runed/pull/94))

- allow passing multiple events to useEventListener ([#96](https://github.com/svecosystem/runed/pull/96))

- allow cancelling debounce fn ([#96](https://github.com/svecosystem/runed/pull/96))

- update `watch` utility ([#83](https://github.com/svecosystem/runed/pull/83))

### Patch Changes

- fix animationFrames ([#91](https://github.com/svecosystem/runed/pull/91))

- Fix isIdle errors ([#96](https://github.com/svecosystem/runed/pull/96))

## 0.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runed",
"version": "0.12.1",
"version": "0.13.0",
"type": "module",
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ccd9e39

Please sign in to comment.