From 66cfe5d7284d548a6f0071a61cc36cf308f9ceb7 Mon Sep 17 00:00:00 2001 From: tglide Date: Mon, 11 Mar 2024 23:13:00 +0000 Subject: [PATCH] withelementsize --- .changeset/rich-cheetahs-flash.md | 5 +++++ packages/withrunes/CHANGELOG.md | 12 ------------ packages/withrunes/package.json | 2 +- 3 files changed, 6 insertions(+), 13 deletions(-) create mode 100644 .changeset/rich-cheetahs-flash.md diff --git a/.changeset/rich-cheetahs-flash.md b/.changeset/rich-cheetahs-flash.md new file mode 100644 index 00000000..9da30221 --- /dev/null +++ b/.changeset/rich-cheetahs-flash.md @@ -0,0 +1,5 @@ +--- +"withrunes": patch +--- + +Initial release, including `withDebounce` and `withElementSize` diff --git a/packages/withrunes/CHANGELOG.md b/packages/withrunes/CHANGELOG.md index 3667eea1..3a3ab192 100644 --- a/packages/withrunes/CHANGELOG.md +++ b/packages/withrunes/CHANGELOG.md @@ -1,13 +1 @@ # withrunes - -## 0.0.2 - -### Patch Changes - -- Fixed resizing on mobile devices ([#4](https://github.com/svecosystem/withrunes/pull/4)) - -## 0.0.1 - -### Patch Changes - -- Initial release 🎉 ([#1](https://github.com/svecosystem/withrunes/pull/1)) diff --git a/packages/withrunes/package.json b/packages/withrunes/package.json index 87eb0ccf..8c799e28 100644 --- a/packages/withrunes/package.json +++ b/packages/withrunes/package.json @@ -1,6 +1,6 @@ { "name": "withrunes", - "version": "0.0.2", + "version": "0.0.0", "contributors": [ { "name": "Thomas G. Lopes",