Skip to content

Commit

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

- project: primitives 0.12.1
  • Loading branch information
pimenovoleg committed Sep 19, 2024
1 parent 1ecaf0c commit 8a0e695
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@radix-ng/components",
"version": "0.0.2",
"version": "0.0.3",
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@radix-ng/primitives": "^workspace:*",
"classnames": "^2.5.1"
},
"devDependencies": {
"@radix-ng/primitives": "workspace:*",
"@radix-ng/primitives": "0.12.1",
"classnames": "^2.5.1"
},
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.12.1 (2024-09-19)


### 🩹 Fixes

- publish script ([1ecaf0c](https://github.com/radix-ng/primitives/commit/1ecaf0c))

## 0.12.0 (2024-09-19)


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.12.0",
"version": "0.12.1",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/shadcn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.8.1 (2024-09-19)


### 🧱 Updated Dependencies

- Updated primitives to 0.12.1

## 0.8.0 (2024-09-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/shadcn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radix-ng/shadcn",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@angular/core": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@radix-ng/primitives": "workspace:*",
"@radix-ng/primitives": "0.12.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"tailwind-merge": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a0e695

Please sign in to comment.