From 9bcc13b2cb68bf63631cc804f97a1232e1bdf1bb Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:47:50 +0530 Subject: [PATCH] release: v3.51.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1079e99b..04f9dac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [3.51.1](https://github.com/globalbrain/sefirot/compare/v3.51.0...v3.51.1) (2025-02-04) + + +### Bug Fixes + +* **Url:** observe `route.path` in `useUrlQuerySync` to preserve state during navigation ([#579](https://github.com/globalbrain/sefirot/issues/579)) ([ad4bf02](https://github.com/globalbrain/sefirot/commit/ad4bf0229284b566922f1dbc45222cdbfa419ded)) + # [3.51.0](https://github.com/globalbrain/sefirot/compare/v3.50.0...v3.51.0) (2024-08-26) diff --git a/package.json b/package.json index 4c200e47..29fe0021 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/sefirot", - "version": "3.51.0", + "version": "3.51.1", "packageManager": "pnpm@9.1.1", "description": "Vue Components for Global Brain Design System.", "author": "Kia Ishii ",