Skip to content

Commit 4f01e1a

Browse files
committed
chore(release): publish primitives 0.39.2
1 parent 51a8fbb commit 4f01e1a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@radix-ng/components",
3-
"version": "0.0.43",
3+
"version": "0.0.44",
44
"peerDependencies": {
55
"@angular/common": "^19.2.4",
66
"@angular/core": "^19.2.4",

packages/primitives/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.39.2 (2025-05-22)
2+
3+
### 🩹 Fixes
4+
5+
- **navigation-menu:** prevent accidental menu closing when clicking immediately after hover ([#337](https://github.com/radix-ng/primitives/pull/337))
6+
- **navigation-menu:** clear viewport size when no active content node is present ([#336](https://github.com/radix-ng/primitives/pull/336))
7+
8+
### ❤️ Thank You
9+
10+
- Josh Sullivan @jpsullivan
11+
112
## 0.39.1 (2025-05-18)
213

314
### 🩹 Fixes

packages/primitives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@radix-ng/primitives",
3-
"version": "0.39.1",
3+
"version": "0.39.2",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)