From dd3b8de3b7962e412b5bd1330edc04e298117f33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 23:14:21 +0100 Subject: [PATCH] chore(release): version package (#57) Co-authored-by: github-actions[bot] --- .changeset/angry-buttons-think.md | 5 ----- .changeset/mighty-jars-thank.md | 5 ----- .changeset/nice-peas-begin.md | 5 ----- packages/runed/CHANGELOG.md | 12 ++++++++++++ packages/runed/package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/angry-buttons-think.md delete mode 100644 .changeset/mighty-jars-thank.md delete mode 100644 .changeset/nice-peas-begin.md 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",