Skip to content

Commit

Permalink
Version Packages (CKA) (#9274)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens authored Aug 9, 2024
1 parent 5e22d81 commit 295cc73
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 7 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# create-keystone-app

## 10.0.0

### Major Changes

- [`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
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-keystone-app",
"version": "9.0.1",
"version": "10.0.0",
"license": "MIT",
"type": "module",
"main": "dist/create-keystone-app.cjs.js",
Expand Down
8 changes: 2 additions & 6 deletions packages/create/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,8 @@ async function normalizeArgs () {
${c.bold('Next steps:')}
- Read ${c.bold(
`${relativeProjectDir}${path.sep}README.md`
)} for additional getting started details.
- Edit ${c.bold(
`${relativeProjectDir}${path.sep}keystone.ts`
)} to customize your app.
- Read ${c.bold(`${relativeProjectDir}${path.sep}README.md`)} for additional getting started details.
- Edit ${c.bold(`${relativeProjectDir}${path.sep}keystone.ts`)} to customize your app.
- Star Keystone on GitHub (https://github.com/keystonejs/keystone)
)}
`)
Expand Down

0 comments on commit 295cc73

Please sign in to comment.