Skip to content

Commit cbabef2

Browse files
v0.6.0
1 parent b407bd7 commit cbabef2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"strict": true
1212
}
1313
},
14-
"version": "0.5.2",
14+
"version": "0.6.0",
1515
"npmClient": "npm"
1616
}

packages/rocket-webhook-azure-infrastructure/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostercloud/rocket-webhook-azure-infrastructure",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Azure Infrastructure part of the Booster rocket to integrate webhooks",
55
"keywords": [
66
"Booster",
@@ -27,7 +27,7 @@
2727
"@boostercloud/framework-types": ">=1.10.0"
2828
},
2929
"dependencies": {
30-
"@boostercloud/rocket-webhook-types": "^0.5.2"
30+
"@boostercloud/rocket-webhook-types": "^0.6.0"
3131
},
3232
"devDependencies": {
3333
"@boostercloud/framework-provider-azure-infrastructure": "1.10.0",

packages/rocket-webhook-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostercloud/rocket-webhook-core",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Core part of the Booster rocket to integrate webhooks",
55
"keywords": [
66
"Booster",
@@ -30,7 +30,7 @@
3030
"@boostercloud/framework-types": ">=1.10.0"
3131
},
3232
"dependencies": {
33-
"@boostercloud/rocket-webhook-types": "^0.5.2",
33+
"@boostercloud/rocket-webhook-types": "^0.6.0",
3434
"busboy": "1.6.0"
3535
},
3636
"devDependencies": {

packages/rocket-webhook-local-infrastructure/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostercloud/rocket-webhook-local-infrastructure",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Local Infrastructure part of the Booster rocket to integrate webhooks",
55
"keywords": [
66
"Booster",
@@ -27,7 +27,7 @@
2727
"@boostercloud/framework-types": ">=1.10.0"
2828
},
2929
"dependencies": {
30-
"@boostercloud/rocket-webhook-types": "^0.5.2",
30+
"@boostercloud/rocket-webhook-types": "^0.6.0",
3131
"express": "4.18.2"
3232
},
3333
"devDependencies": {

packages/rocket-webhook-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostercloud/rocket-webhook-types",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Common types that are part of the Booster rocket to integrate webhooks",
55
"keywords": [
66
"Booster",

0 commit comments

Comments
 (0)