Skip to content

Commit b6fc96e

Browse files
authored
Merge pull request #479 from ieedan/changeset-release/main
chore(release): version package
2 parents ae925f7 + 561f034 commit b6fc96e

File tree

4 files changed

+25
-13
lines changed

4 files changed

+25
-13
lines changed

.changeset/bright-parks-return.md

-5
This file was deleted.

.changeset/proud-days-refuse.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 1.42.0
4+
5+
### Minor Changes
6+
7+
- 41926d7: feat: Stability improvements for nuxt/vue
8+
9+
### Patch Changes
10+
11+
- 41926d7: chore: Remove ts-morph in favor of oxc
12+
313
## 1.41.4
414

515
### Patch 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.41.4",
4+
"version": "1.42.0",
55
"license": "MIT",
66
"homepage": "https://jsrepo.dev",
77
"author": {
@@ -15,7 +15,16 @@
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": {
2130
".": {
@@ -25,7 +34,10 @@
2534
},
2635
"bin": "./dist/index.js",
2736
"main": "./dist/index.js",
28-
"files": ["./schemas/**/*", "dist/**/*"],
37+
"files": [
38+
"./schemas/**/*",
39+
"dist/**/*"
40+
],
2941
"scripts": {
3042
"start": "tsup --silent && node ./dist/index.js",
3143
"build": "tsup",

0 commit comments

Comments
 (0)