Skip to content

Commit

Permalink
chore(release): version packages (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 29, 2024
1 parent 3934b13 commit 2c1cc41
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-turtles-behave.md

This file was deleted.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"type": "module",
"scripts": {
"release": "changeset version",
"build:cli": "nx build shadcn-ng"
"build:cli": "nx build shadcn-ng",
"pub:beta": "cd packages/cli && pnpm pub:beta",
"pub:release": "cd packages/cli && pnpm pub:release"
},
"private": true,
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# shadcn-ng

## 0.0.2

### Patch Changes

- [`3934b13`](https://github.com/adrian-ub/shadcn-ng/commit/3934b13437802ac51948dd298fbb5da43953bee3) Thanks [@adrian-ub](https://github.com/adrian-ub)! - change tailwind.config.ts to tailwind.config.js

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shadcn-ng",
"version": "0.0.1",
"version": "0.0.2",
"description": "Add components to your apps.",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2c1cc41

Please sign in to comment.