Skip to content

Commit

Permalink
chore: increase version numbers to 0.8.17 for next release (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner authored Aug 21, 2024
1 parent 04b7636 commit 99b8303
Show file tree
Hide file tree
Showing 15 changed files with 96 additions and 97 deletions.
115 changes: 57 additions & 58 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/binding-coap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-coap",
"version": "0.8.16",
"version": "0.8.17",
"description": "CoAP client & server protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -14,7 +14,7 @@
"main": "dist/coap.js",
"types": "dist/coap.d.ts",
"dependencies": {
"@node-wot/core": "0.8.16",
"@node-wot/core": "0.8.17",
"@types/node": "16.18.35",
"coap": "^1.4.0",
"multicast-dns": "^7.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/binding-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-file",
"version": "0.8.16",
"version": "0.8.17",
"description": "File client protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -14,7 +14,7 @@
"main": "dist/file.js",
"types": "dist/file.d.ts",
"dependencies": {
"@node-wot/core": "0.8.16"
"@node-wot/core": "0.8.17"
},
"scripts": {
"build": "tsc -b",
Expand Down
4 changes: 2 additions & 2 deletions packages/binding-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-http",
"version": "0.8.16",
"version": "0.8.17",
"description": "HTTP client & server protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand Down Expand Up @@ -28,7 +28,7 @@
"timekeeper": "^2.2.0"
},
"dependencies": {
"@node-wot/core": "0.8.16",
"@node-wot/core": "0.8.17",
"@types/eventsource": "1.1.10",
"accept-language-parser": "1.5.0",
"basic-auth": "2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/binding-mbus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-mbus",
"version": "0.8.16",
"version": "0.8.17",
"description": "M-Bus TCP client protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -14,7 +14,7 @@
"main": "dist/mbus.js",
"types": "dist/mbus.d.ts",
"dependencies": {
"@node-wot/core": "0.8.16",
"@node-wot/core": "0.8.17",
"node-mbus": "^2.2.4",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/binding-modbus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-modbus",
"version": "0.8.16",
"version": "0.8.17",
"description": "Modbus TCP client protocol binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"contributors": [
Expand All @@ -17,7 +17,7 @@
"main": "dist/modbus.js",
"types": "dist/modbus.d.ts",
"dependencies": {
"@node-wot/core": "0.8.16",
"@node-wot/core": "0.8.17",
"modbus-serial": "^8.0.17",
"rxjs": "5.5.11",
"wot-typescript-definitions": "0.8.0-SNAPSHOT.29"
Expand Down
4 changes: 2 additions & 2 deletions packages/binding-mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-wot/binding-mqtt",
"version": "0.8.16",
"version": "0.8.17",
"description": "MQTT binding for node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
Expand All @@ -14,7 +14,7 @@
"main": "dist/mqtt.js",
"types": "dist/mqtt.d.ts",
"dependencies": {
"@node-wot/core": "0.8.16",
"@node-wot/core": "0.8.17",
"aedes": "^0.46.2",
"mqtt": "^5.3.2",
"rxjs": "5.5.11"
Expand Down
Loading

0 comments on commit 99b8303

Please sign in to comment.