Skip to content

Commit

Permalink
chore(release): version package (#66)
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 2, 2024
1 parent 3129d4b commit d5c7e36
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-squids-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-mayflies-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-baboons-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-flowers-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-socks-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-shoes-serve.md

This file was deleted.

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

## 0.9.0

### Minor Changes

- add ElementRect ([#67](https://github.com/svecosystem/runed/pull/67))

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

- add useMutationObserver ([#67](https://github.com/svecosystem/runed/pull/67))

- add useResizeObserver ([#67](https://github.com/svecosystem/runed/pull/67))

- return cleanup from watch ([#67](https://github.com/svecosystem/runed/pull/67))

### Patch Changes

- rename match to matches in MediaQuery ([#67](https://github.com/svecosystem/runed/pull/67))

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

0 comments on commit d5c7e36

Please sign in to comment.