Skip to content

Commit cadc83a

Browse files
committed
release: v4.31.0
1 parent 0cb1b38 commit cadc83a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
# [4.31.0](https://github.com/globalbrain/sefirot/compare/v4.30.1...v4.31.0) (2025-08-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **action-menu:** flip dropdown alignment if not enough space ([#632](https://github.com/globalbrain/sefirot/issues/632)) ([#643](https://github.com/globalbrain/sefirot/issues/643)) ([638901a](https://github.com/globalbrain/sefirot/commit/638901a263554332c852599150668b9f0ca63218))
9+
* keep the linkify-it patch on nuxt too ([#644](https://github.com/globalbrain/sefirot/issues/644)) ([e0def5f](https://github.com/globalbrain/sefirot/commit/e0def5fa4ca896fa72df6c11e129e5de5f786467))
10+
* reduce unnecessary modularity, make useSetupApp SSR compatible, handle fallbacks properly, don't use aliased imports in distributed code, rename useBrowserLang to getBrowserLang ([#646](https://github.com/globalbrain/sefirot/issues/646)) ([0cb1b38](https://github.com/globalbrain/sefirot/commit/0cb1b3851e4f6beaff5e480cb216454404f9f219))
11+
312
## [4.30.1](https://github.com/globalbrain/sefirot/compare/v4.30.0...v4.30.1) (2025-08-05)
413

514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@globalbrain/sefirot",
33
"type": "module",
4-
"version": "4.30.1",
4+
"version": "4.31.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)