diff --git a/package-lock.json b/package-lock.json index 20635386..7a831fdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5292,7 +5292,7 @@ }, "packages/case": { "name": "@casejs/case", - "version": "2.0.20", + "version": "2.1.0", "license": "MIT", "peerDependencies": { "@angular-devkit/schematics-cli": "^16.1.4", @@ -5324,7 +5324,7 @@ } }, "packages/create-case-app": { - "version": "0.0.6", + "version": "0.0.8", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/packages/schematics/src/commands/create-entity/files/__name@dasherize__.entity.ts b/packages/schematics/src/commands/create-entity/files/__name@dasherize__.entity.ts index a62bb1c1..1bad6637 100644 --- a/packages/schematics/src/commands/create-entity/files/__name@dasherize__.entity.ts +++ b/packages/schematics/src/commands/create-entity/files/__name@dasherize__.entity.ts @@ -12,5 +12,5 @@ export class <%= classifiedName %> extends CaseEntity { }) name: string - // Learn more about CASE Entities and how to add properties here: https://docs.case.app/properites + // Learn more about CASE Entities and how to add properties here: https://docs.case.app/properties }