Skip to content

Commit

Permalink
chore(release): v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattp94 committed Nov 21, 2022
1 parent 16a37ca commit 645321b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.5.0",
"useWorkspaces": true,
"command": {
"version": {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pigeon/api",
"description": "A simple API to send SMS and email using HTTP 📮",
"author": "mattp94",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pigeon/cli",
"description": "An intuitive CLI to send messages with Pigeon 💻",
"author": "mattp94",
"version": "1.4.0",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "https://github.com/mattp94/pigeon.git",
Expand All @@ -21,7 +21,7 @@
"preuninstall": "./scripts/clear.js"
},
"dependencies": {
"@pigeon/sdk": "^1.4.0",
"@pigeon/sdk": "^1.5.0",
"chalk": "^4.1.2",
"conf": "^10.2.0",
"figures": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pigeon/sdk",
"description": "A small SDK to send messages with Pigeon 🔧",
"author": "mattp94",
"version": "1.4.0",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "https://github.com/mattp94/pigeon.git",
Expand Down

0 comments on commit 645321b

Please sign in to comment.