Skip to content

Commit 97e8aff

Browse files
committed
docs: 📝 Add changeset
1 parent f9d19ee commit 97e8aff

File tree

4 files changed

+37
-27
lines changed

4 files changed

+37
-27
lines changed

.changeset/lovely-crabs-hug.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'app': minor
3+
'pay': minor
4+
'@invoicelink/db': minor
5+
---
6+
7+
Implement pay subdomain with shorter id values

apps/app/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@
1515
"lint": "prettier --check . && eslint .",
1616
"format": "prettier --write .",
1717
"test:integration": "playwright test",
18-
"test:unit": "vitest",
19-
"changelog": "changeset",
20-
"changelog:version": "changeset version",
21-
"changelog:publish": "changeset publish"
18+
"test:unit": "vitest"
2219
},
2320
"devDependencies": {
24-
"@changesets/cli": "^2.27.7",
2521
"@eslint/js": "^9.8.0",
2622
"@playwright/test": "^1.45.3",
2723
"@skeletonlabs/skeleton": "^2.10.2",

package.json

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
{
2-
"name": "invoicelink",
3-
"version": "1.0.0",
4-
"description": "The invoicelink.io monorepo",
5-
"private": true,
6-
"packageManager": "pnpm@9.5.0",
7-
"scripts": {
8-
"build": "turbo run build",
9-
"dev": "turbo run dev",
10-
"lint": "turbo run lint",
11-
"format": "turbo run format",
12-
"generate": "turbo run generate --filter db"
13-
},
14-
"keywords": [],
15-
"author": "",
16-
"license": "ISC",
17-
"devDependencies": {
18-
"turbo": "^2.0.12"
19-
},
20-
"nx": {}
2+
"name": "invoicelink",
3+
"version": "1.1.0",
4+
"description": "The invoicelink.io monorepo",
5+
"private": true,
6+
"packageManager": "pnpm@9.5.0",
7+
"scripts": {
8+
"build": "turbo run build",
9+
"dev": "turbo run dev",
10+
"lint": "turbo run lint",
11+
"format": "turbo run format",
12+
"generate": "turbo run generate --filter db",
13+
"changelog": "changeset",
14+
"changelog:version": "changeset version",
15+
"changelog:publish": "changeset publish"
16+
},
17+
"keywords": [],
18+
"author": "",
19+
"license": "ISC",
20+
"devDependencies": {
21+
"turbo": "^2.0.12"
22+
},
23+
"nx": {},
24+
"dependencies": {
25+
"@changesets/cli": "^2.27.7"
26+
}
2127
}

pnpm-lock.yaml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)