Skip to content

Commit bf1544a

Browse files
committed
chore(release): publish primitives 0.42.0
1 parent 09d3d5f commit bf1544a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.49",
3+
"version": "0.0.50",
44
"peerDependencies": {
55
"@angular/common": "^19.2.4",
66
"@angular/core": "^19.2.4",

packages/primitives/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.42.0 (2025-07-06)
2+
3+
### 🚀 Features
4+
5+
- new utilites – FocusScope ([#354](https://github.com/radix-ng/primitives/pull/354))
6+
7+
### ❤️ Thank You
8+
9+
- Oleg Pimenov @pimenovoleg
10+
111
## 0.41.0 (2025-07-04)
212

313
### 🚀 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.41.0",
3+
"version": "0.42.0",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)