Skip to content

Commit

Permalink
Merge pull request #449 from ieedan/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Feb 20, 2025
2 parents 5447464 + d5637e8 commit 26152c6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-lies-double.md

This file was deleted.

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

## 1.39.1

### Patch Changes

- 54d1d20: api: Export type definitions for individual provider states.

## 1.39.0

### Minor 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.39.0",
"version": "1.39.1",
"license": "MIT",
"homepage": "https://jsrepo.dev",
"author": {
Expand All @@ -15,7 +15,16 @@
"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": {
".": {
Expand All @@ -25,7 +34,10 @@
},
"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 26152c6

Please sign in to comment.