Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: shadcn 0.10.0

- project: primitives 0.25.0
  • Loading branch information
pimenovoleg committed Dec 26, 2024
1 parent a1497a7 commit 1becd41
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radix-ng/components",
"version": "0.0.22",
"version": "0.0.23",
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.25.0 (2024-12-26)

### 🚀 Features

- updated to Angular 19 ([#226](https://github.com/radix-ng/primitives/pull/226))

### 🩹 Fixes

- **tooltip:** use core positioning utils ([#227](https://github.com/radix-ng/primitives/pull/227))

### ❤️ Thank You

- Oleg Pimenov
- pawel-twardziak

## 0.24.0 (2024-12-25)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radix-ng/primitives",
"version": "0.24.0",
"version": "0.25.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/shadcn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.10.0 (2024-12-26)

### 🚀 Features

- updated to Angular 19 ([#226](https://github.com/radix-ng/primitives/pull/226))

### 🧱 Updated Dependencies

- Updated primitives to 0.25.0

### ❤️ Thank You

- Oleg Pimenov

## 0.9.7 (2024-12-25)

### 🧱 Updated Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/shadcn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radix-ng/shadcn",
"version": "0.9.7",
"version": "0.10.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 1becd41

Please sign in to comment.