Skip to content

Commit 35dc4bc

Browse files
committed
chore: bump version to 0.4.0
1 parent a04a454 commit 35dc4bc

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@startupkit/analytics",
3-
"version": "0.3.19",
3+
"version": "0.4.0",
44
"author": "Ian Hunter <[email protected]>",
55
"license": "ISC",
66
"description": "Analytics package for StartupKit",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@startupkit/auth",
3-
"version": "0.3.19",
3+
"version": "0.4.0",
44
"author": "Ian Hunter <[email protected]>",
55
"license": "ISC",
66
"description": "Auth package for StartupKit",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "startupkit",
3-
"version": "0.3.19",
3+
"version": "0.4.0",
44
"author": "Ian Hunter <[email protected]>",
55
"license": "ISC",
66
"description": "The NextJS framework with everything you need to launch a SaaS product.",
@@ -53,4 +53,4 @@
5353
"inquirer": "12.6.0",
5454
"rollup-plugin-command": "^1.1.3"
5555
}
56-
}
56+
}

packages/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@startupkit/utils",
3-
"version": "0.3.19",
3+
"version": "0.4.0",
44
"author": "Ian Hunter <[email protected]>",
55
"license": "ISC",
66
"description": "Utility functions for StartupKit",
@@ -27,4 +27,4 @@
2727
"devDependencies": {
2828
"@types/node": "^22.4.0"
2929
}
30-
}
30+
}

templates/repo/packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@repo/db": "workspace:*",
1818
"@repo/emails": "workspace:*",
1919
"@repo/utils": "workspace:*",
20-
"@startupkit/auth": "0.3.19",
20+
"@startupkit/auth": "0.4.0",
2121
"swr": "2.2.5"
2222
},
2323
"peerDependencies": {

0 commit comments

Comments
 (0)