Skip to content

Commit

Permalink
chore(release): version package (next) (#1463)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 7, 2024
1 parent e29f8f5 commit 0d8f9fc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"docs": "0.1.0"
},
"changesets": [
"new-turkeys-breathe"
"loud-flies-smoke",
"new-turkeys-breathe",
"tricky-trains-suffer"
]
}
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# shadcn-svelte

## 1.0.0-next.1

### Patch Changes

- e29f8f5: fix: Ensure `utils.(js|ts)` is not fetched from the registry on `update` command
- e29f8f5: fix: `update` command now properly updates components

## 1.0.0-next.0

### Major 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-svelte",
"version": "1.0.0-next.0",
"version": "1.0.0-next.1",
"description": "Add components to your apps.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 0d8f9fc

Please sign in to comment.