Skip to content
Merged

fix:tag #1172

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/releases-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,15 @@ jobs:
runs-on: ubuntu-latest
needs: [test, build]
permissions:
contents: read
contents: write
packages: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref || github.ref_name }}

- uses: pnpm/action-setup@v4

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"packages": [
"packages/bot",
"packages/cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/bot",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "core typescript",
"author": "Leifer Mendez <leifer33@gmail.com>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/cli",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/contexts-dialogflow-cx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/contexts-dialogflow-cx",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "contexts typescript",
"author": "Leifer Mendez <leifer33@gmail.com>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/contexts-dialogflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/contexts-dialogflow",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "contexts typescript",
"author": "Leifer Mendez <leifer33@gmail.com>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-builderbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-builderbot",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "",
"license": "ISC",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/database-json",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "Esto es el conector a json",
"keywords": [],
"author": "Leifer Mendez <leifer33@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/database-mongo",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "Esto es el conector a mongo DB",
"keywords": [],
"author": "Leifer Mendez <leifer33@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/database-mysql",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "Esto es el conector a Mysql",
"keywords": [],
"author": "Leifer Mendez <leifer33@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/database-postgres",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "> TODO: description",
"author": "vicente1992 <vic_ortiz20@hotmail.es>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-builderbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-builderbot",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "> TODO: description",
"author": "vicente1992 <vic_ortiz20@hotmail.es>",
"homepage": "https://github.com/vicente1992/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-baileys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-baileys",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"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 <leifer33@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-evolution-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-evolution-api",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "> TODO: description",
"author": "aurik3 <aurik3@gmail.com>",
"homepage": "https://github.com/aurik3/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-facebook-messenger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-facebook-messenger",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "Provider for Facebook Messenger",
"keywords": [
"facebook",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-instagram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-instagram",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "Provider for Instagram Messaging",
"keywords": [
"instagram",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-meta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-meta",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "> TODO: description",
"author": "vicente1992 <vic_ortiz20@hotmail.es>",
"homepage": "https://github.com/vicente1992/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-sherpa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-sherpa",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "Provider Sherpa for BuilderBot - WhatsApp integration using Whaileys",
"keywords": [],
"author": "Leifer Mendez <leifer33@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-telegram",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "Provider for Telegram",
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-twilio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-twilio",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"description": "> TODO: description",
"author": "Leifer Mendez <leifer33@gmail.com>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-venom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-venom",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"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 <leifer33@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-web-whatsapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-web-whatsapp",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"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 <leifer33@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-wppconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-wppconnect",
"version": "1.3.12-alpha.0",
"version": "1.3.12-alpha.1",
"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 <leifer33@gmail.com>",
Expand Down