diff --git a/lerna.json b/lerna.json index 8d720ec..3a14af6 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "boostrap": true, "npmClient": "yarn", - "version": "1.2.0" + "version": "1.2.1" } diff --git a/packages/Apis/package.json b/packages/Apis/package.json index 3feea3e..1657fec 100644 --- a/packages/Apis/package.json +++ b/packages/Apis/package.json @@ -1,6 +1,6 @@ { "name": "@dkaframework/apis", - "version": "1.0.1", + "version": "1.2.1", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", diff --git a/packages/Cli/package.json b/packages/Cli/package.json index 8c1f4f8..d441f36 100644 --- a/packages/Cli/package.json +++ b/packages/Cli/package.json @@ -1,6 +1,6 @@ { "name": "@dkaframework/cli", - "version": "1.0.150", + "version": "1.2.1", "main": "dist/dka.js", "types": "dist/dka.d.ts", "author": "Yovangga Anandhika", diff --git a/packages/Client/package.json b/packages/Client/package.json index f06833b..fc3e9f3 100644 --- a/packages/Client/package.json +++ b/packages/Client/package.json @@ -1,6 +1,6 @@ { "name": "@dkaframework/client", - "version": "1.0.207", + "version": "1.2.1", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/DKAClientFramework.js", diff --git a/packages/Database/package.json b/packages/Database/package.json index 9eff71b..7efca17 100644 --- a/packages/Database/package.json +++ b/packages/Database/package.json @@ -1,6 +1,6 @@ { "name": "@dkaframework/database", - "version": "1.0.187", + "version": "1.2.1", "main": "dist/index.js", "types": "dist/index.d.ts", "author": { diff --git a/packages/IoT/package.json b/packages/IoT/package.json index 9ac7559..9c29064 100644 --- a/packages/IoT/package.json +++ b/packages/IoT/package.json @@ -1,6 +1,6 @@ { "name": "@dkaframework/iot", - "version": "1.0.13", + "version": "1.2.1", "private": false, "author": { "email": "dka.tech.dev@gmail.com", diff --git a/packages/Security/package.json b/packages/Security/package.json index a25083a..5e2caf2 100644 --- a/packages/Security/package.json +++ b/packages/Security/package.json @@ -1,6 +1,6 @@ { "name": "@dkaframework/security", - "version": "1.0.204", + "version": "1.2.1", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Yovangga Anandhika", diff --git a/packages/Server/package.json b/packages/Server/package.json index e7ac009..ca7a6e2 100644 --- a/packages/Server/package.json +++ b/packages/Server/package.json @@ -1,6 +1,6 @@ { "name": "@dkaframework/server", - "version": "1.0.270", + "version": "1.2.1", "homepage": "https://github.com/YovanggaAnandhika/DKAFramework-Typescript-Server.git", "description": "The Multi Framework Server Function. Part Module Of DKAFramework", "keywords": [ diff --git a/packages/Utils/package.json b/packages/Utils/package.json index 3c8e2fd..128ca15 100644 --- a/packages/Utils/package.json +++ b/packages/Utils/package.json @@ -2,7 +2,7 @@ "name": "@dkaframework/utils", "main": "dist/index.js", "types": "dist/index.d.ts", - "version": "1.0.149", + "version": "1.2.1", "scripts": { "clean": "rimraf dist", "start": "nodemon --watch test --watch src --exec ts-node test/index.ts",