Skip to content

Commit 295cc73

Browse files
authored
Version Packages (CKA) (#9274)
1 parent 5e22d81 commit 295cc73

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

packages/create/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# create-keystone-app
2+
3+
## 10.0.0
4+
5+
### Major Changes
6+
7+
- [`7c3db4c`](https://github.com/keystonejs/keystone/commit/7c3db4c8ec8d2838ae902c07131e1f2a51372605) Thanks [@iamandrewluca](https://github.com/iamandrewluca)! - Adds support for `npm_config_user_agent` for determining your package manager

packages/create/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-keystone-app",
3-
"version": "9.0.1",
3+
"version": "10.0.0",
44
"license": "MIT",
55
"type": "module",
66
"main": "dist/create-keystone-app.cjs.js",

packages/create/src/index.ts

+2-6
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,8 @@ async function normalizeArgs () {
9292
9393
${c.bold('Next steps:')}
9494
95-
- Read ${c.bold(
96-
`${relativeProjectDir}${path.sep}README.md`
97-
)} for additional getting started details.
98-
- Edit ${c.bold(
99-
`${relativeProjectDir}${path.sep}keystone.ts`
100-
)} to customize your app.
95+
- Read ${c.bold(`${relativeProjectDir}${path.sep}README.md`)} for additional getting started details.
96+
- Edit ${c.bold(`${relativeProjectDir}${path.sep}keystone.ts`)} to customize your app.
10197
- Star Keystone on GitHub (https://github.com/keystonejs/keystone)
10298
)}
10399
`)

0 commit comments

Comments
 (0)