From 163a411c94f4153c959bf336e164e170df498fa5 Mon Sep 17 00:00:00 2001 From: Nilay Nath Sharan <92233871+SubstantialCattle5@users.noreply.github.com> Date: Thu, 14 Sep 2023 22:09:40 +0000 Subject: [PATCH] fix: fixed link in __name@dasherize__.entity --- package-lock.json | 4 ++-- .../commands/create-entity/files/__name@dasherize__.entity.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }