From 1788cf468fe87603e48b9ff1c82d8a5bf2b1c396 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:01:55 -0400 Subject: [PATCH 1/2] Update pnpm to v9.7.0 (#454) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9522ab505..53367abd7 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,5 @@ "@svitejs/changesets-changelog-github-compact": "^1.1.0", "rimraf": "5.0.7" }, - "packageManager": "pnpm@9.6.0" + "packageManager": "pnpm@9.7.0" } From 7827604c13dd78ee208654a7dc453f23b2704fc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:02:34 -0400 Subject: [PATCH 2/2] Version Packages (#456) Co-authored-by: github-actions[bot] --- .changeset/angry-wasps-notice.md | 5 ----- packages/svelte-ux/CHANGELOG.md | 6 ++++++ packages/svelte-ux/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/angry-wasps-notice.md diff --git a/.changeset/angry-wasps-notice.md b/.changeset/angry-wasps-notice.md deleted file mode 100644 index 42ad10867..000000000 --- a/.changeset/angry-wasps-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'svelte-ux': patch ---- - -[AppLayout] Fix height of nav clipping bottom diff --git a/packages/svelte-ux/CHANGELOG.md b/packages/svelte-ux/CHANGELOG.md index c4c777d65..c4b7ff53a 100644 --- a/packages/svelte-ux/CHANGELOG.md +++ b/packages/svelte-ux/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-ux +## 0.74.2 + +### Patch Changes + +- [AppLayout] Fix height of nav clipping bottom ([`8b299ad73caa8c644d70304a4ff4d8869e20cd42`](https://github.com/techniq/svelte-ux/commit/8b299ad73caa8c644d70304a4ff4d8869e20cd42)) + ## 0.74.1 ### Patch Changes diff --git a/packages/svelte-ux/package.json b/packages/svelte-ux/package.json index 3e34a2c2a..e77cb5013 100644 --- a/packages/svelte-ux/package.json +++ b/packages/svelte-ux/package.json @@ -4,7 +4,7 @@ "author": "Sean Lynch ", "license": "MIT", "repository": "techniq/svelte-ux", - "version": "0.74.1", + "version": "0.74.2", "scripts": { "dev": "vite dev", "build": "vite build",