From 33d67064f601e6af295a32700a007fffeb9d2719 Mon Sep 17 00:00:00 2001 From: Raees Iqbal <10067728+RaeesBhatti@users.noreply.github.com> Date: Sun, 8 Dec 2024 12:26:58 -0500 Subject: [PATCH] 0.24.0 --- README.md | 12 ++++++------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 70fc5b1..402c61a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install -g @tildacloud/cli $ tilda COMMAND running command... $ tilda (--version) -@tildacloud/cli/0.23.0 darwin-arm64 node-v20.12.2 +@tildacloud/cli/0.24.0 darwin-arm64 node-v20.12.2 $ tilda --help [COMMAND] USAGE $ tilda COMMAND @@ -72,7 +72,7 @@ DESCRIPTION Build the application ``` -_See code: [src/commands/build/index.ts](https://github.com/TildaCloud/cli/blob/v0.23.0/src/commands/build/index.ts)_ +_See code: [src/commands/build/index.ts](https://github.com/TildaCloud/cli/blob/v0.24.0/src/commands/build/index.ts)_ ## `tilda build nextjs` @@ -97,7 +97,7 @@ DESCRIPTION Build Next.js project ``` -_See code: [src/commands/build/nextjs/index.ts](https://github.com/TildaCloud/cli/blob/v0.23.0/src/commands/build/nextjs/index.ts)_ +_See code: [src/commands/build/nextjs/index.ts](https://github.com/TildaCloud/cli/blob/v0.24.0/src/commands/build/nextjs/index.ts)_ ## `tilda deploy` @@ -123,7 +123,7 @@ DESCRIPTION Build the application ``` -_See code: [src/commands/deploy/index.ts](https://github.com/TildaCloud/cli/blob/v0.23.0/src/commands/deploy/index.ts)_ +_See code: [src/commands/deploy/index.ts](https://github.com/TildaCloud/cli/blob/v0.24.0/src/commands/deploy/index.ts)_ ## `tilda help [COMMAND]` @@ -164,7 +164,7 @@ DESCRIPTION Log in to Tilda ``` -_See code: [src/commands/login/index.ts](https://github.com/TildaCloud/cli/blob/v0.23.0/src/commands/login/index.ts)_ +_See code: [src/commands/login/index.ts](https://github.com/TildaCloud/cli/blob/v0.24.0/src/commands/login/index.ts)_ ## `tilda logout` @@ -186,7 +186,7 @@ DESCRIPTION Log in to Tilda ``` -_See code: [src/commands/logout/index.ts](https://github.com/TildaCloud/cli/blob/v0.23.0/src/commands/logout/index.ts)_ +_See code: [src/commands/logout/index.ts](https://github.com/TildaCloud/cli/blob/v0.24.0/src/commands/logout/index.ts)_ ## `tilda plugins` diff --git a/package-lock.json b/package-lock.json index 0399099..20a0372 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tildacloud/cli", - "version": "0.23.0", + "version": "0.24.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tildacloud/cli", - "version": "0.23.0", + "version": "0.24.0", "license": "MIT", "dependencies": { "@oclif/core": "^4", diff --git a/package.json b/package.json index d18d677..6c44d35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tildacloud/cli", "description": "A new CLI generated with oclif", - "version": "0.23.0", + "version": "0.24.0", "author": "Tilda", "bin": { "tilda": "./bin/run.js"