From ffe1d5d5520db0b68b0db9cacb8cbc3a5a69d609 Mon Sep 17 00:00:00 2001 From: leifermendez Date: Wed, 11 Dec 2024 18:09:25 +0100 Subject: [PATCH] v1.2.3 --- 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-telegram/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 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lerna.json b/lerna.json index 82c42a1e..bd4e7d06 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.2.3-alpha.5", + "version": "1.2.3", "packages": [ "packages/bot", "packages/cli", diff --git a/packages/bot/package.json b/packages/bot/package.json index de434322..b2fc1764 100644 --- a/packages/bot/package.json +++ b/packages/bot/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/bot", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "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 69afcccc..edbf1026 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/cli", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "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 53447e05..b44785f7 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.2.3-alpha.5", + "version": "1.2.3", "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 9b91c711..73bffa56 100644 --- a/packages/contexts-dialogflow/package.json +++ b/packages/contexts-dialogflow/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/contexts-dialogflow", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "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 eb89f6de..76be9818 100644 --- a/packages/create-builderbot/package.json +++ b/packages/create-builderbot/package.json @@ -1,6 +1,6 @@ { "name": "create-builderbot", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "description": "", "license": "ISC", "main": "dist/index.cjs", diff --git a/packages/database-json/package.json b/packages/database-json/package.json index 0e404f69..4386e367 100644 --- a/packages/database-json/package.json +++ b/packages/database-json/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/database-json", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "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 d11049a0..db5a0cec 100644 --- a/packages/database-mongo/package.json +++ b/packages/database-mongo/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/database-mongo", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "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 7ff225c8..c1b7efa0 100644 --- a/packages/database-mysql/package.json +++ b/packages/database-mysql/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/database-mysql", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "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 1936e860..746869e5 100644 --- a/packages/database-postgres/package.json +++ b/packages/database-postgres/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/database-postgres", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "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 3b261a73..26415fc6 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.2.3-alpha.5", + "version": "1.2.3", "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 de612d3f..fc8d7a20 100644 --- a/packages/provider-baileys/package.json +++ b/packages/provider-baileys/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/provider-baileys", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "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 186d6ed9..67b3d1ea 100644 --- a/packages/provider-meta/package.json +++ b/packages/provider-meta/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/provider-meta", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "description": "> TODO: description", "author": "vicente1992 ", "homepage": "https://github.com/vicente1992/bot-whatsapp#readme", diff --git a/packages/provider-telegram/package.json b/packages/provider-telegram/package.json index dbffb7c9..f3c6865a 100644 --- a/packages/provider-telegram/package.json +++ b/packages/provider-telegram/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/provider-telegram", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "description": "Provider for Telegram", "keywords": [], "author": "", diff --git a/packages/provider-twilio/package.json b/packages/provider-twilio/package.json index e60f9661..951f4e82 100644 --- a/packages/provider-twilio/package.json +++ b/packages/provider-twilio/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/provider-twilio", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "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 c9ed5071..463b9fee 100644 --- a/packages/provider-venom/package.json +++ b/packages/provider-venom/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/provider-venom", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "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 2f7babaf..2021be27 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.2.3-alpha.5", + "version": "1.2.3", "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 f7f234b3..1400223a 100644 --- a/packages/provider-wppconnect/package.json +++ b/packages/provider-wppconnect/package.json @@ -1,6 +1,6 @@ { "name": "@builderbot/provider-wppconnect", - "version": "1.2.3-alpha.5", + "version": "1.2.3", "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 ",