diff --git a/.changeset/angry-buttons-think.md b/.changeset/angry-buttons-think.md deleted file mode 100644 index 474fc62f..00000000 --- a/.changeset/angry-buttons-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"runed": patch ---- - -fix active element erroring on SSR diff --git a/.changeset/mighty-jars-thank.md b/.changeset/mighty-jars-thank.md deleted file mode 100644 index 8b24075d..00000000 --- a/.changeset/mighty-jars-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"runed": patch ---- - -fix active element not being up to date outside effects diff --git a/.changeset/nice-peas-begin.md b/.changeset/nice-peas-begin.md deleted file mode 100644 index c090f941..00000000 --- a/.changeset/nice-peas-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"runed": minor ---- - -add PressedKeys utility diff --git a/packages/runed/CHANGELOG.md b/packages/runed/CHANGELOG.md index abfc7fe0..880d2618 100644 --- a/packages/runed/CHANGELOG.md +++ b/packages/runed/CHANGELOG.md @@ -1,5 +1,17 @@ # runed +## 0.7.0 + +### Minor Changes + +- add PressedKeys utility ([#58](https://github.com/svecosystem/runed/pull/58)) + +### Patch Changes + +- fix active element erroring on SSR ([#60](https://github.com/svecosystem/runed/pull/60)) + +- fix active element not being up to date outside effects ([#55](https://github.com/svecosystem/runed/pull/55)) + ## 0.6.0 ### Minor Changes diff --git a/packages/runed/package.json b/packages/runed/package.json index 76e1f81c..8cb01685 100644 --- a/packages/runed/package.json +++ b/packages/runed/package.json @@ -1,6 +1,6 @@ { "name": "runed", - "version": "0.6.0", + "version": "0.7.0", "type": "module", "svelte": "./dist/index.js", "types": "./dist/index.d.ts",