Skip to content

Commit 62105ca

Browse files
chore(release): version package (#508)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a5daf17 commit 62105ca

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

.changeset/sweet-parents-attack.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# jsrepo
22

3+
## 1.45.3
4+
5+
### Patch Changes
6+
7+
- a5daf17: fix: Fix url parsing for gitlab self hosted on a subdomain
8+
39
## 1.45.2
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 15 additions & 3 deletions
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.45.2",
4+
"version": "1.45.3",
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)