Skip to content

Commit 3c7cd29

Browse files
committed
chore(release): publish primitives 0.41.0
1 parent 8b0aaa8 commit 3c7cd29

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.48",
3+
"version": "0.0.49",
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.41.0 (2025-07-04)
2+
3+
### 🚀 Features
4+
5+
- **editable:** added new primitive Editable ([#353](https://github.com/radix-ng/primitives/pull/353))
6+
- **dismissible-layer:** added FocusOutside and PointerDownOutside utils ([#352](https://github.com/radix-ng/primitives/pull/352))
7+
8+
### ❤️ Thank You
9+
10+
- Oleg Pimenov @pimenovoleg
11+
112
## 0.40.0 (2025-06-27)
213

314
### 🚀 Features

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.40.0",
3+
"version": "0.41.0",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)