Skip to content

Commit

Permalink
Merge pull request #327 from ieedan/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Jan 3, 2025
2 parents ca0227c + c3922d2 commit dc50369
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-roses-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-doors-agree.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# jsrepo

## 1.23.3

### Patch Changes

- 036b8c0: Add descriptions for `add`, `exec`, and `update` commands.
- 036b8c0: Move some files to enable documentation generation.

## 1.23.2

### Patch Changes
Expand Down
18 changes: 15 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsrepo",
"description": "A CLI to add shared code from remote repositories.",
"version": "1.23.2",
"version": "1.23.3",
"license": "MIT",
"homepage": "https://jsrepo.dev",
"author": {
Expand All @@ -15,12 +15,24 @@
"bugs": {
"url": "https://github.com/ieedan/jsrepo/issues"
},
"keywords": ["repo", "cli", "svelte", "vue", "typescript", "javascript", "shadcn", "registry"],
"keywords": [
"repo",
"cli",
"svelte",
"vue",
"typescript",
"javascript",
"shadcn",
"registry"
],
"type": "module",
"exports": "./dist/index.js",
"bin": "./dist/index.js",
"main": "./dist/index.js",
"files": ["./schemas/**/*", "dist"],
"files": [
"./schemas/**/*",
"dist"
],
"scripts": {
"start": "tsup --silent && node ./dist/index.js",
"build": "tsup",
Expand Down

0 comments on commit dc50369

Please sign in to comment.