Skip to content

Commit

Permalink
Bump package versions for release 2018-06-20
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Cauchois committed Jun 21, 2018
1 parent 97485f8 commit db21db0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion device/node-red/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"azure-iot-device": "1.4.3",
"azure-iot-device-amqp": "1.4.3",
"azure-iot-device-http": "1.4.3",
"azure-iot-device-mqtt": "1.4.3"
"azure-iot-device-mqtt": "1.4.4"
},
"node-red": {
"nodes": {
Expand Down
2 changes: 1 addition & 1 deletion device/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"azure-iot-device": "1.4.3",
"azure-iot-device-amqp": "1.4.3",
"azure-iot-device-http": "1.4.3",
"azure-iot-device-mqtt": "1.4.3",
"azure-iot-device-mqtt": "1.4.4",
"es5-shim": "^4.5.9",
"lodash": "^4.17.5"
},
Expand Down
2 changes: 1 addition & 1 deletion device/transport/mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-device-mqtt",
"version": "1.4.3",
"version": "1.4.4",
"description": "MQTT transport for Azure IoT device SDK",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions e2etests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-iot-e2etests",
"description": "Azure IoT end-to-end tests",
"author": "Microsoft Corporation",
"version": "1.2.9",
"version": "1.2.10",
"private": true,
"license": "MIT",
"main": "e2etests.js",
Expand All @@ -13,7 +13,7 @@
"azure-iot-device": "1.4.3",
"azure-iot-device-amqp": "1.4.3",
"azure-iot-device-http": "1.4.3",
"azure-iot-device-mqtt": "1.4.3",
"azure-iot-device-mqtt": "1.4.4",
"azure-iothub": "1.3.2",
"azure-storage": "^2.8.1",
"bluebird": "^3.3.0",
Expand Down
4 changes: 2 additions & 2 deletions provisioning/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-provisioning-device-e2e",
"version": "0.0.8",
"version": "0.0.9",
"description": "E2E tests for the Azure Device Provisioning SDK",
"author": "Microsoft Corporation",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"azure-iot-provisioning-device-amqp": "1.1.5",
"azure-iot-provisioning-device-http": "1.1.5",
"azure-iot-provisioning-device-mqtt": "1.0.6",
"azure-iot-provisioning-service": "1.0.6",
"azure-iot-provisioning-service": "1.1.0",
"azure-iot-security-tpm": "1.0.1",
"azure-iot-security-x509": "1.0.5",
"azure-iothub": "1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-provisioning-service",
"version": "1.0.6",
"version": "1.1.0",
"description": "Azure IoT SDK - Provisioning Service Client",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/service/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"dependencies": {
"yargs": "^10.1.1",
"azure-iot-provisioning-service": "1.0.6"
"azure-iot-provisioning-service": "1.1.0"
},
"scripts": {
"build": "echo nothing to do"
Expand Down

0 comments on commit db21db0

Please sign in to comment.