Skip to content

Commit

Permalink
Merge pull request #379 from codigoencasa/next-release
Browse files Browse the repository at this point in the history
build: 🚀 new release
  • Loading branch information
leifermendez authored Jan 6, 2023
2 parents 2318a6f + 28a3a7a commit cb0d0be
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check-providers.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Rev Providers

on:
push:
branches:
- dev
pull_request:
branches:
- dev
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build and Test

on:
push:
branches:
- dev
pull_request:
branches:
- dev
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prepare": "npx husky install",
"preinstall": "npx only-allow yarn",
"postinstall": "npx prettier --write .",
"release": "standard-version -- --prerelease"
"release": "standard-version -- --prerelease --global"
},
"workspaces": [
"packages/create-bot-whatsapp",
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": "@bot-whatsapp/bot",
"version": "0.0.40-alpha.0",
"version": "0.0.41-alpha.0",
"description": "",
"main": "./lib/bundle.bot.cjs",
"scripts": {
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": "@bot-whatsapp/cli",
"version": "0.0.47-alpha.0",
"version": "0.0.48-alpha.0",
"description": "",
"main": "index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-bot-whatsapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-bot-whatsapp",
"version": "0.0.58-alpha.0",
"version": "0.0.59-alpha.0",
"description": "",
"main": "./lib/bundle.create-bot-whatsapp.cjs",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bot-whatsapp/database",
"version": "0.0.39-alpha.0",
"version": "0.0.40-alpha.0",
"description": "Esto es el conector a mysql, pg, mongo",
"main": "./lib/mock/index.cjs",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bot-whatsapp/provider",
"version": "0.0.45-alpha.0",
"version": "0.0.46-alpha.0",
"description": "Esto es el conector a Twilio, Meta, etc...",
"main": "./lib/mock/index.cjs",
"keywords": [],
Expand Down

0 comments on commit cb0d0be

Please sign in to comment.