Skip to content

Commit

Permalink
Bump package versions for release 2017-12-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Cauchois committed Dec 1, 2017
1 parent dd5380c commit b0591d4
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"azure-iothub": "1.2.1",
"azure-iothub": "1.2.2",
"chalk": "^1.1.3",
"pem": "^1.8.3",
"yargs": "^4.7.1"
Expand Down
2 changes: 1 addition & 1 deletion device/transport/amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"uuid": "^3.0.1"
},
"devDependencies": {
"azure-iothub": "1.2.1",
"azure-iothub": "1.2.2",
"bluebird": "^3.5.0",
"chai": "^4.1.2",
"istanbul": "^0.4.5",
Expand Down
2 changes: 1 addition & 1 deletion device/transport/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node-crontab": "^0.0.8"
},
"devDependencies": {
"azure-iothub": "1.2.1",
"azure-iothub": "1.2.2",
"chai": "^4.1.2",
"istanbul": "^0.4.4",
"jshint": "^2.9.2",
Expand Down
2 changes: 1 addition & 1 deletion e2etests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"azure-iot-device-amqp": "1.2.3",
"azure-iot-device-http": "1.2.3",
"azure-iot-device-mqtt": "1.2.3",
"azure-iothub": "1.2.1",
"azure-iothub": "1.2.2",
"azure-storage": "^1.2.0",
"bluebird": "^3.3.0",
"debug": "^2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions provisioning/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"azure-iot-provisioning-device-amqp": "0.0.1",
"azure-iot-provisioning-device-http": "0.0.1",
"azure-iot-provisioning-device-mqtt": "0.0.1",
"azure-iot-provisioning-service": "0.0.1-preview",
"azure-iot-provisioning-service": "1.0.0",
"azure-iot-security-x509": "0.0.1",
"azure-iothub": "1.2.1",
"azure-iothub": "1.2.2",
"chai": "^3.5.0",
"debug": "^3.1.0",
"istanbul": "^0.4.4",
Expand All @@ -40,4 +40,4 @@
"url": "https://github.com/Azure/azure-iot-sdk-node/issues"
},
"homepage": "https://github.com/Azure/azure-iot-sdk-node#readme"
}
}
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": "0.0.1-preview",
"version": "1.0.0",
"description": "Azure IoT SDK - Provisioning Service Client",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions provisioning/service/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"azure-iot-provisioning-service": "0.0.1-preview"
"azure-iot-provisioning-service": "1.0.0"
},
"scripts" : {
"scripts": {
"build": "echo nothing to do"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iothub",
"version": "1.2.1",
"version": "1.2.2",
"description": "Azure IoT SDK - IoT Hub",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion service/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iothub": "1.2.1",
"azure-iothub": "1.2.2",
"azure-storage": "^1.2.0"
}
}

0 comments on commit b0591d4

Please sign in to comment.