Skip to content

Commit fb5b78b

Browse files
committed
release: v4.11.0
1 parent 0a647f6 commit fb5b78b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
# [4.11.0](https://github.com/globalbrain/sefirot/compare/v4.10.0...v4.11.0) (2025-02-13)
4+
5+
6+
### Features
7+
8+
* add app setup composables ([#581](https://github.com/globalbrain/sefirot/issues/581)) ([0a647f6](https://github.com/globalbrain/sefirot/commit/0a647f6d93eb155ad30c6faa38652b4e69982e8b))
9+
* **Url:** observe `route.path` in `useUrlQuerySync` to preserve state during navigation ([#579](https://github.com/globalbrain/sefirot/issues/579)) ([7a09b97](https://github.com/globalbrain/sefirot/commit/7a09b97e0c36927c8bff57f8756cb7796ec8cec7))
10+
311
# [4.10.0](https://github.com/globalbrain/sefirot/compare/v4.9.0...v4.10.0) (2025-01-28)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@globalbrain/sefirot",
33
"type": "module",
4-
"version": "4.10.0",
4+
"version": "4.11.0",
55
"packageManager": "[email protected]",
66
"description": "Vue Components for Global Brain Design System.",
77
"author": "Kia Ishii <[email protected]>",

0 commit comments

Comments
 (0)