Skip to content

Commit f526f20

Browse files
Merge pull request #982 from Azure/release_2021-06-07
release(2021-06-07): bump package versions
2 parents cc10d96 + 97b73a6 commit f526f20

File tree

29 files changed

+115
-115
lines changed

29 files changed

+115
-115
lines changed

build/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
2121
"dependencies": {
22-
"azure-iothub": "1.14.1-alpha.210607.1",
22+
"azure-iothub": "1.14.1",
2323
"chalk": "^1.1.3",
2424
"pem": "^1.14.2",
2525
"yargs": "^15.3.1"

common/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-iot-common",
3-
"version": "1.12.9-alpha.210607.1",
3+
"version": "1.12.9",
44
"description": "Common components shared by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",

common/transport/amqp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "azure-iot-amqp-base",
3-
"version": "2.4.9-alpha.210607.1",
3+
"version": "2.4.9",
44
"description": "AMQP operations used by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "main.js",
88
"typings": "index.d.ts",
99
"dependencies": {
1010
"async": "^2.6.3",
11-
"azure-iot-common": "1.12.9-alpha.210607.1",
11+
"azure-iot-common": "1.12.9",
1212
"debug": "^4.3.1",
1313
"lodash.merge": "^4.6.1",
1414
"machina": "^4.0.2",

common/transport/http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "azure-iot-http-base",
3-
"version": "1.11.9-alpha.210607.1",
3+
"version": "1.11.9",
44
"description": "HTTP operations used by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "index.js",
88
"typings": "index.d.ts",
99
"dependencies": {
10-
"azure-iot-common": "1.12.9-alpha.210607.1",
10+
"azure-iot-common": "1.12.9",
1111
"debug": "^4.3.1",
1212
"uuid": "^3.3.2"
1313
},

common/transport/mqtt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "azure-iot-mqtt-base",
3-
"version": "1.12.9-alpha.210607.1",
3+
"version": "1.12.9",
44
"description": "MQTT operations used by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "main.js",
88
"typings": "index.d.ts",
99
"dependencies": {
10-
"azure-iot-common": "1.12.9-alpha.210607.1",
10+
"azure-iot-common": "1.12.9",
1111
"debug": "^4.3.1",
1212
"machina": "^4.0.2",
1313
"mqtt": "^4.0.0",

device/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-iot-device",
3-
"version": "1.17.4-alpha.210607.1",
3+
"version": "1.17.4",
44
"description": "Azure IoT device SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
@@ -9,8 +9,8 @@
99
"dependencies": {
1010
"@azure/abort-controller": "1.0.1",
1111
"@azure/storage-blob": "^12.0.0",
12-
"azure-iot-common": "1.12.9-alpha.210607.1",
13-
"azure-iot-http-base": "1.11.9-alpha.210607.1",
12+
"azure-iot-common": "1.12.9",
13+
"azure-iot-http-base": "1.11.9",
1414
"debug": "^4.3.1",
1515
"lodash": "^4.17.21",
1616
"machina": "^4.0.2",

device/node-red/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"author": "Microsoft Corp.",
66
"license": "MIT",
77
"dependencies": {
8-
"azure-iot-device": "1.17.4-alpha.210607.1",
9-
"azure-iot-device-amqp": "1.13.4-alpha.210607.1",
10-
"azure-iot-device-http": "1.13.4-alpha.210607.1",
11-
"azure-iot-device-mqtt": "1.15.4-alpha.210607.1"
8+
"azure-iot-device": "1.17.4",
9+
"azure-iot-device-amqp": "1.13.4",
10+
"azure-iot-device-http": "1.13.4",
11+
"azure-iot-device-mqtt": "1.15.4"
1212
},
1313
"node-red": {
1414
"nodes": {

device/samples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"author": "Microsoft Corp.",
77
"license": "MIT",
88
"dependencies": {
9-
"azure-iot-device": "1.17.4-alpha.210607.1",
10-
"azure-iot-device-amqp": "1.13.4-alpha.210607.1",
11-
"azure-iot-device-http": "1.13.4-alpha.210607.1",
12-
"azure-iot-device-mqtt": "1.15.4-alpha.210607.1",
9+
"azure-iot-device": "1.17.4",
10+
"azure-iot-device-amqp": "1.13.4",
11+
"azure-iot-device-http": "1.13.4",
12+
"azure-iot-device-mqtt": "1.15.4",
1313
"es5-shim": "^4.5.12",
1414
"https-proxy-agent": "^5.0.0",
1515
"lodash": "^4.17.21"

device/samples/pnp/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"author": "Microsoft Corp.",
77
"license": "MIT",
88
"dependencies": {
9-
"azure-iot-common": "1.12.9-alpha.210607.1",
10-
"azure-iot-device": "1.17.4-alpha.210607.1",
11-
"azure-iot-device-amqp": "1.13.4-alpha.210607.1",
12-
"azure-iot-device-http": "1.13.4-alpha.210607.1",
13-
"azure-iot-device-mqtt": "1.15.4-alpha.210607.1",
14-
"azure-iot-provisioning-device": "1.8.8-alpha.210607.1",
15-
"azure-iot-provisioning-device-mqtt": "1.7.8-alpha.210607.1",
16-
"azure-iot-security-symmetric-key": "1.7.8-alpha.210607.1",
9+
"azure-iot-common": "1.12.9",
10+
"azure-iot-device": "1.17.4",
11+
"azure-iot-device-amqp": "1.13.4",
12+
"azure-iot-device-http": "1.13.4",
13+
"azure-iot-device-mqtt": "1.15.4",
14+
"azure-iot-provisioning-device": "1.8.8",
15+
"azure-iot-provisioning-device-mqtt": "1.7.8",
16+
"azure-iot-security-symmetric-key": "1.7.8",
1717
"es5-shim": "^4.5.12",
1818
"lodash": "^4.17.21"
1919
},

device/transport/amqp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "azure-iot-device-amqp",
3-
"version": "1.13.4-alpha.210607.1",
3+
"version": "1.13.4",
44
"description": "AMQP transport for Azure IoT device SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "index.js",
88
"typings": "index.d.ts",
99
"dependencies": {
1010
"async": "^2.6.3",
11-
"azure-iot-amqp-base": "2.4.9-alpha.210607.1",
12-
"azure-iot-common": "1.12.9-alpha.210607.1",
13-
"azure-iot-device": "1.17.4-alpha.210607.1",
11+
"azure-iot-amqp-base": "2.4.9",
12+
"azure-iot-common": "1.12.9",
13+
"azure-iot-device": "1.17.4",
1414
"debug": "^4.3.1",
1515
"machina": "^4.0.2",
1616
"rhea": "^1.0.15",

0 commit comments

Comments
 (0)