Skip to content

Commit

Permalink
chore(release): version package
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2024
1 parent 6fd5ad6 commit bdc5f3f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-rabbits-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-toes-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-pandas-rescue.md

This file was deleted.

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

## 0.23.0

### Minor Changes

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

- breaking: deprecate `Readable` in favor of `createSubscriber` from Svelte
([#193](https://github.com/svecosystem/runed/pull/193))

- breaking: replace `useActiveElement` with `ActiveElement` for custom `DocumentOrShadowRoot`
options ([#193](https://github.com/svecosystem/runed/pull/193))

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

0 comments on commit bdc5f3f

Please sign in to comment.