Skip to content

Commit e32dcaa

Browse files
authored
Merge pull request #376 from ieedan/changeset-release/main
2 parents ea1db10 + 3b2c437 commit e32dcaa

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

.changeset/modern-tips-boil.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# jsrepo
22

3+
## 1.28.1
4+
5+
### Patch Changes
6+
7+
- 9b9ddee: Ensure `/.a/` ignore syntax works during build.
8+
39
## 1.28.0
410

511
### Minor Changes

packages/cli/package.json

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsrepo",
33
"description": "A CLI to add shared code from remote repositories.",
4-
"version": "1.28.0",
4+
"version": "1.28.1",
55
"license": "MIT",
66
"homepage": "https://jsrepo.dev",
77
"author": {
@@ -15,12 +15,24 @@
1515
"bugs": {
1616
"url": "https://github.com/ieedan/jsrepo/issues"
1717
},
18-
"keywords": ["repo", "cli", "svelte", "vue", "typescript", "javascript", "shadcn", "registry"],
18+
"keywords": [
19+
"repo",
20+
"cli",
21+
"svelte",
22+
"vue",
23+
"typescript",
24+
"javascript",
25+
"shadcn",
26+
"registry"
27+
],
1928
"type": "module",
2029
"exports": "./dist/index.js",
2130
"bin": "./dist/index.js",
2231
"main": "./dist/index.js",
23-
"files": ["./schemas/**/*", "dist"],
32+
"files": [
33+
"./schemas/**/*",
34+
"dist"
35+
],
2436
"scripts": {
2537
"start": "tsup --silent && node ./dist/index.js",
2638
"build": "tsup",

0 commit comments

Comments
 (0)