File tree Expand file tree Collapse file tree 4 files changed +37
-27
lines changed Expand file tree Collapse file tree 4 files changed +37
-27
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' app ' : minor
3
+ ' pay ' : minor
4
+ ' @invoicelink/db ' : minor
5
+ ---
6
+
7
+ Implement pay subdomain with shorter id values
Original file line number Diff line number Diff line change 15
15
"lint" : " prettier --check . && eslint ." ,
16
16
"format" : " prettier --write ." ,
17
17
"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"
22
19
},
23
20
"devDependencies" : {
24
- "@changesets/cli" : " ^2.27.7" ,
25
21
"@eslint/js" : " ^9.8.0" ,
26
22
"@playwright/test" : " ^1.45.3" ,
27
23
"@skeletonlabs/skeleton" : " ^2.10.2" ,
Original file line number Diff line number Diff line change 1
1
{
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
+ }
21
27
}
You can’t perform that action at this time.
0 commit comments