Skip to content

Commit

Permalink
chore(release): version package (#51)
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 May 11, 2024
1 parent db9ee97 commit c7da659
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-poems-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-shrimps-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-pants-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-windows-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-peaches-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-wasps-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-wasps-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-ducks-dress.md

This file was deleted.

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

## 0.6.0

### Minor Changes

- add Debounced utility ([#48](https://github.com/svecosystem/runed/pull/48))

- BREAKING: Remove box ([#48](https://github.com/svecosystem/runed/pull/48))

### Patch Changes

- Change useMounted to IsMounted ([#48](https://github.com/svecosystem/runed/pull/48))

- change useSupported to IsSupported ([#48](https://github.com/svecosystem/runed/pull/48))

- change useElementSize to ElementSize ([#48](https://github.com/svecosystem/runed/pull/48))

- change useActiveElement to activeElement ([#48](https://github.com/svecosystem/runed/pull/48))

- change useStateHistory to StateHistory ([#48](https://github.com/svecosystem/runed/pull/48))

- change usePrevious to Previous ([#48](https://github.com/svecosystem/runed/pull/48))

## 0.5.0

### Minor 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.5.0",
"version": "0.6.0",
"type": "module",
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c7da659

Please sign in to comment.