From 691aa62f7f99114b390ad2c5083b4d8a5f87cdee Mon Sep 17 00:00:00 2001 From: leifermendez Date: Wed, 8 May 2024 12:09:08 +0200 Subject: [PATCH] v1.1.6-alpha.0 --- lerna.json | 2 +- packages/bot/package.json | 2 +- packages/cli/package.json | 2 +- packages/contexts-dialogflow-cx/package.json | 2 +- packages/contexts-dialogflow/package.json | 2 +- packages/create-builderbot/package.json | 2 +- packages/database-json/package.json | 2 +- packages/database-mongo/package.json | 2 +- packages/database-mysql/package.json | 2 +- packages/database-postgres/package.json | 2 +- packages/eslint-plugin-builderbot/package.json | 2 +- packages/provider-baileys/package.json | 2 +- packages/provider-meta/package.json | 2 +- packages/provider-twilio/package.json | 2 +- packages/provider-venom/package.json | 2 +- packages/provider-web-whatsapp/package.json | 2 +- packages/provider-wppconnect/package.json | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/lerna.json b/lerna.json index d0e0b83c..092882e6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.5", + "version": "1.1.6-alpha.0", "packages": [ "packages/bot", "packages/cli", diff --git a/packages/bot/package.json b/packages/bot/package.json index f8a201fc..4a9e80b5 100644 --- a/packages/bot/package.json +++ b/packages/bot/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/bot", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "core typescript", "author": "Leifer Mendez ", "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme", diff --git a/packages/cli/package.json b/packages/cli/package.json index 6962508f..c7c2fa7d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/cli", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "", "main": "dist/index.cjs", "types": "dist/index.d.ts", diff --git a/packages/contexts-dialogflow-cx/package.json b/packages/contexts-dialogflow-cx/package.json index faaf4551..1aaaaf95 100644 --- a/packages/contexts-dialogflow-cx/package.json +++ b/packages/contexts-dialogflow-cx/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/contexts-dialogflow-cx", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "contexts typescript", "author": "Leifer Mendez ", "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme", diff --git a/packages/contexts-dialogflow/package.json b/packages/contexts-dialogflow/package.json index 746c92e1..06b390f7 100644 --- a/packages/contexts-dialogflow/package.json +++ b/packages/contexts-dialogflow/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/contexts-dialogflow", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "contexts typescript", "author": "Leifer Mendez ", "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme", diff --git a/packages/create-builderbot/package.json b/packages/create-builderbot/package.json index ce7ade19..ecb2dad3 100644 --- a/packages/create-builderbot/package.json +++ b/packages/create-builderbot/package.json @@ -1,6 +1,6 @@ { "name": "create-builderbot", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "", "license": "ISC", "main": "dist/index.cjs", diff --git a/packages/database-json/package.json b/packages/database-json/package.json index 9c162fbe..be94a1cf 100644 --- a/packages/database-json/package.json +++ b/packages/database-json/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/database-json", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "Esto es el conector a json", "keywords": [], "author": "Leifer Mendez ", diff --git a/packages/database-mongo/package.json b/packages/database-mongo/package.json index 68e3b9ed..9756b2e0 100644 --- a/packages/database-mongo/package.json +++ b/packages/database-mongo/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/database-mongo", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "Esto es el conector a mongo DB", "keywords": [], "author": "Leifer Mendez ", diff --git a/packages/database-mysql/package.json b/packages/database-mysql/package.json index 73d41f26..4d346e4f 100644 --- a/packages/database-mysql/package.json +++ b/packages/database-mysql/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/database-mysql", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "Esto es el conector a Mysql", "keywords": [], "author": "Leifer Mendez ", diff --git a/packages/database-postgres/package.json b/packages/database-postgres/package.json index e313f6f3..3277ae95 100644 --- a/packages/database-postgres/package.json +++ b/packages/database-postgres/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/database-postgres", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "> TODO: description", "author": "vicente1992 ", "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme", diff --git a/packages/eslint-plugin-builderbot/package.json b/packages/eslint-plugin-builderbot/package.json index 79ebc851..cab2576f 100644 --- a/packages/eslint-plugin-builderbot/package.json +++ b/packages/eslint-plugin-builderbot/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-builderbot", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "> TODO: description", "author": "vicente1992 ", "homepage": "https://github.com/vicente1992/bot-whatsapp#readme", diff --git a/packages/provider-baileys/package.json b/packages/provider-baileys/package.json index f8d32aca..aeb2f8c7 100644 --- a/packages/provider-baileys/package.json +++ b/packages/provider-baileys/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/provider-baileys", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", "keywords": [], "author": "Leifer Mendez ", diff --git a/packages/provider-meta/package.json b/packages/provider-meta/package.json index af1df988..4b2457a9 100644 --- a/packages/provider-meta/package.json +++ b/packages/provider-meta/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/provider-meta", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "> TODO: description", "author": "vicente1992 ", "homepage": "https://github.com/vicente1992/bot-whatsapp#readme", diff --git a/packages/provider-twilio/package.json b/packages/provider-twilio/package.json index ccbff2a8..a3c78662 100644 --- a/packages/provider-twilio/package.json +++ b/packages/provider-twilio/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/provider-twilio", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "> TODO: description", "author": "Leifer Mendez ", "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme", diff --git a/packages/provider-venom/package.json b/packages/provider-venom/package.json index 1bf24cb7..d376989b 100644 --- a/packages/provider-venom/package.json +++ b/packages/provider-venom/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/provider-venom", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", "keywords": [], "author": "Leifer Mendez ", diff --git a/packages/provider-web-whatsapp/package.json b/packages/provider-web-whatsapp/package.json index 87fb0a86..f39a29c8 100644 --- a/packages/provider-web-whatsapp/package.json +++ b/packages/provider-web-whatsapp/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/provider-web-whatsapp", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", "keywords": [], "author": "Leifer Mendez ", diff --git a/packages/provider-wppconnect/package.json b/packages/provider-wppconnect/package.json index 7d5da575..47c2fa96 100644 --- a/packages/provider-wppconnect/package.json +++ b/packages/provider-wppconnect/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/provider-wppconnect", - "version": "1.1.5", + "version": "1.1.6-alpha.0", "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", "keywords": [], "author": "Leifer Mendez ",