From 193b094f8a79261f19873229fa248393c35313c4 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Tue, 5 Oct 2021 13:57:26 -0700 Subject: [PATCH] 0.7.6 --- accelerometer-server/pxt.json | 2 +- accelerometer/pxt.json | 2 +- azure-iot-hub-health-server/pxt.json | 2 +- azure-iot-hub-health/pxt.json | 2 +- barometer/pxt.json | 2 +- bluetooth-transport/pxt.json | 2 +- button-server/pxt.json | 2 +- button/pxt.json | 2 +- buzzer/pxt.json | 2 +- character-screen/pxt.json | 2 +- color/pxt.json | 2 +- compass/pxt.json | 2 +- controller/pxt.json | 2 +- devices/microbit/pxt.json | 2 +- distance/pxt.json | 2 +- dmx/pxt.json | 2 +- dot-matrix/pxt.json | 2 +- e-co2/pxt.json | 2 +- flex/pxt.json | 2 +- gamepad/pxt.json | 2 +- gyroscope/pxt.json | 2 +- heart-rate/pxt.json | 2 +- hid-keyboard-server/pxt.json | 2 +- hid-keyboard/pxt.json | 2 +- hid-mouse-server/pxt.json | 2 +- hid-mouse/pxt.json | 2 +- humidity/pxt.json | 2 +- illuminance/pxt.json | 2 +- joystick/pxt.json | 2 +- led-pixel/pxt.json | 2 +- led/pxt.json | 2 +- light-level/pxt.json | 2 +- magnetometer/pxt.json | 2 +- model-runner/pxt.json | 2 +- motion/pxt.json | 2 +- motor/pxt.json | 2 +- multitouch/pxt.json | 2 +- potentiometer/pxt.json | 2 +- power/pxt.json | 2 +- pulse-oximeter/pxt.json | 2 +- pxt.json | 2 +- rain-gauge/pxt.json | 2 +- real-time-clock/pxt.json | 2 +- reflected-light/pxt.json | 2 +- relay/pxt.json | 2 +- rotary-encoder/pxt.json | 2 +- sensor-aggregator/pxt.json | 2 +- servers/pxt.json | 2 +- servo/pxt.json | 2 +- soil-moisture/pxt.json | 2 +- solenoid/pxt.json | 2 +- sound-level/pxt.json | 2 +- speech-synthesis/pxt.json | 2 +- tcp/pxt.json | 2 +- thermocouple/pxt.json | 2 +- thermometer/pxt.json | 2 +- tools/hid-events/pxt.json | 2 +- tools/hid-servers/pxt.json | 2 +- tools/microbit-oob/pxt.json | 2 +- tools/multitool/pxt.json | 2 +- tools/uploader/pxt.json | 2 +- tvoc/pxt.json | 2 +- uv-index/pxt.json | 2 +- vibration-motor/pxt.json | 2 +- water-level/pxt.json | 2 +- weight-scale/pxt.json | 2 +- wifi-server/pxt.json | 2 +- wifi/pxt.json | 2 +- wind-direction/pxt.json | 2 +- wind-speed/pxt.json | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/accelerometer-server/pxt.json b/accelerometer-server/pxt.json index 2477fea58..13dece9bb 100644 --- a/accelerometer-server/pxt.json +++ b/accelerometer-server/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-accelerometer-host", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac Accelerometer server", "dependencies": { "core": "*", diff --git a/accelerometer/pxt.json b/accelerometer/pxt.json index f5340368b..97f229ccf 100644 --- a/accelerometer/pxt.json +++ b/accelerometer/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-accelerometer", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac Accelerometer service", "dependencies": { "core": "*", diff --git a/azure-iot-hub-health-server/pxt.json b/azure-iot-hub-health-server/pxt.json index be829b513..5a0b0b271 100644 --- a/azure-iot-hub-health-server/pxt.json +++ b/azure-iot-hub-health-server/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-azure-iot-hub-health-server", - "version": "0.7.5", + "version": "0.7.6", "description": "Health and diagnostics information about the Azure Iot Hub connection.", "files": [ "server.ts" diff --git a/azure-iot-hub-health/pxt.json b/azure-iot-hub-health/pxt.json index 88545da4f..2536364f5 100644 --- a/azure-iot-hub-health/pxt.json +++ b/azure-iot-hub-health/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-azure-iot-hub-health", - "version": "0.7.5", + "version": "0.7.6", "description": "Health and diagnostics information about the Azure Iot Hub connection.", "files": [ "constants.ts" diff --git a/barometer/pxt.json b/barometer/pxt.json index 1854dbd4c..5f520502c 100644 --- a/barometer/pxt.json +++ b/barometer/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-barometer", - "version": "0.7.5", + "version": "0.7.6", "description": "A sensor measuring air pressure of outside environment.", "files": [ "constants.ts", diff --git a/bluetooth-transport/pxt.json b/bluetooth-transport/pxt.json index 574c63b3e..5349a0497 100644 --- a/bluetooth-transport/pxt.json +++ b/bluetooth-transport/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-bluetooth-transport", - "version": "0.7.5", + "version": "0.7.6", "description": "Support for sending Jacdac packets over BLE.", "dependencies": { "core": "*", diff --git a/button-server/pxt.json b/button-server/pxt.json index 811de5afd..a286a8600 100644 --- a/button-server/pxt.json +++ b/button-server/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-button-host", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac Button server", "dependencies": { "core": "*", diff --git a/button/pxt.json b/button/pxt.json index 2cfad109e..5b51fe76b 100644 --- a/button/pxt.json +++ b/button/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-button", - "version": "0.7.5", + "version": "0.7.6", "description": "A push-button, which returns to inactive position when not operated anymore.", "files": [ "constants.ts", diff --git a/buzzer/pxt.json b/buzzer/pxt.json index 17fadb72e..09b7f9b51 100644 --- a/buzzer/pxt.json +++ b/buzzer/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-buzzer", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac Buzzer service", "files": [ "constants.ts", diff --git a/character-screen/pxt.json b/character-screen/pxt.json index e57c2108f..460885ef3 100644 --- a/character-screen/pxt.json +++ b/character-screen/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-characterscreen", - "version": "0.7.5", + "version": "0.7.6", "description": "A screen that displays characters.", "files": [ "constants.ts", diff --git a/color/pxt.json b/color/pxt.json index 14a7b975c..4043dcbb6 100644 --- a/color/pxt.json +++ b/color/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-color", - "version": "0.7.5", + "version": "0.7.6", "description": "Senses RGB colors", "files": [ "constants.ts", diff --git a/compass/pxt.json b/compass/pxt.json index ec706d3be..461f39f54 100644 --- a/compass/pxt.json +++ b/compass/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-compass", - "version": "0.7.5", + "version": "0.7.6", "description": "A sensor that measures the heading.", "files": [ "constants.ts", diff --git a/controller/pxt.json b/controller/pxt.json index c96ea07c5..637c813b1 100644 --- a/controller/pxt.json +++ b/controller/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-controller", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac Controller service", "files": [ "controllerclient.ts" diff --git a/devices/microbit/pxt.json b/devices/microbit/pxt.json index af7fd5e5a..da905a0d3 100644 --- a/devices/microbit/pxt.json +++ b/devices/microbit/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-microbit", - "version": "0.7.5", + "version": "0.7.6", "description": "Jacdac servers for micro:bit V2 sensors.", "dependencies": { "core": "*", diff --git a/distance/pxt.json b/distance/pxt.json index 7fe22b974..cbd04f5b7 100644 --- a/distance/pxt.json +++ b/distance/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-distance", - "version": "0.7.5", + "version": "0.7.6", "description": "A sensor that determines the distance of an object without any physical contact involved.", "files": [ "constants.ts", diff --git a/dmx/pxt.json b/dmx/pxt.json index eeea41570..d7bbef62c 100644 --- a/dmx/pxt.json +++ b/dmx/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-dmx", - "version": "0.7.5", + "version": "0.7.6", "description": "A service that can send DMX512-A packets with limited size. This service is designed to allow tinkering with a few DMX devices, but only allows 235 channels. More about DMX at https://en.wikipedia.org/wiki/DMX512.", "files": [ "constants.ts", diff --git a/dot-matrix/pxt.json b/dot-matrix/pxt.json index 10daf783b..32e670377 100644 --- a/dot-matrix/pxt.json +++ b/dot-matrix/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-dotmatrix", - "version": "0.7.5", + "version": "0.7.6", "description": "A rectangular dot matrix display, made of monochrome LEDs or braille pins.", "files": [ "constants.ts", diff --git a/e-co2/pxt.json b/e-co2/pxt.json index 31ede4cab..e80926be0 100644 --- a/e-co2/pxt.json +++ b/e-co2/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-eco2", - "version": "0.7.5", + "version": "0.7.6", "description": "Measures equivalent CO₂ levels.", "files": [ "constants.ts", diff --git a/flex/pxt.json b/flex/pxt.json index 58c9a8110..c224e9dcf 100644 --- a/flex/pxt.json +++ b/flex/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-flex", - "version": "0.7.5", + "version": "0.7.6", "description": "A bending or deflection sensor.", "files": [ "constants.ts", diff --git a/gamepad/pxt.json b/gamepad/pxt.json index 5be05858e..ccf138601 100644 --- a/gamepad/pxt.json +++ b/gamepad/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-gamepad", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac Gamepad service", "dependencies": { "core": "*", diff --git a/gyroscope/pxt.json b/gyroscope/pxt.json index 426e37c43..f33437df1 100644 --- a/gyroscope/pxt.json +++ b/gyroscope/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-gyroscope", - "version": "0.7.5", + "version": "0.7.6", "description": "A 3-axis gyroscope.", "files": [ "constants.ts", diff --git a/heart-rate/pxt.json b/heart-rate/pxt.json index f587a245e..be0cd9a74 100644 --- a/heart-rate/pxt.json +++ b/heart-rate/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-heartrate", - "version": "0.7.5", + "version": "0.7.6", "description": "A sensor approximating the heart rate. \n\n\n**Jacdac is NOT suitable for medical devices and should NOT be used in any kind of device to diagnose or treat any medical conditions.**", "files": [ "constants.ts", diff --git a/hid-keyboard-server/pxt.json b/hid-keyboard-server/pxt.json index 2e0398504..ed5a3afd7 100644 --- a/hid-keyboard-server/pxt.json +++ b/hid-keyboard-server/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-hid-keyboard-server", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac keyboard hid server", "dependencies": { "core": "*", diff --git a/hid-keyboard/pxt.json b/hid-keyboard/pxt.json index 479b93269..f733352af 100644 --- a/hid-keyboard/pxt.json +++ b/hid-keyboard/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-hid-keyboard", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac HID Keyboard client", "dependencies": { "core": "*", diff --git a/hid-mouse-server/pxt.json b/hid-mouse-server/pxt.json index eeee77429..4b6e29b80 100644 --- a/hid-mouse-server/pxt.json +++ b/hid-mouse-server/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-hid-mouse-server", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac mouse hid server", "dependencies": { "core": "*", diff --git a/hid-mouse/pxt.json b/hid-mouse/pxt.json index d464511b4..a48814345 100644 --- a/hid-mouse/pxt.json +++ b/hid-mouse/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-hid-mouse", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac HID Mouse client", "dependencies": { "core": "*", diff --git a/humidity/pxt.json b/humidity/pxt.json index 411f85d66..3ec47b0af 100644 --- a/humidity/pxt.json +++ b/humidity/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-humidity", - "version": "0.7.5", + "version": "0.7.6", "description": "A sensor measuring humidity of outside environment.", "files": [ "constants.ts", diff --git a/illuminance/pxt.json b/illuminance/pxt.json index d136b2cb9..f9143e711 100644 --- a/illuminance/pxt.json +++ b/illuminance/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-illuminance", - "version": "0.7.5", + "version": "0.7.6", "description": "Detects the amount of light falling onto a given surface area.\n\nNote that this is different from *luminance*, the amount of light that passes through, emits from, or reflects off an object.", "files": [ "constants.ts", diff --git a/joystick/pxt.json b/joystick/pxt.json index 45e7b28c7..a87d0643a 100644 --- a/joystick/pxt.json +++ b/joystick/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-joystick", - "version": "0.7.5", + "version": "0.7.6", "description": "A two axis directional joystick", "files": [ "constants.ts", diff --git a/led-pixel/pxt.json b/led-pixel/pxt.json index 8433d7f53..ab393371a 100644 --- a/led-pixel/pxt.json +++ b/led-pixel/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-ledpixel", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac LED pixel", "dependencies": { "core": "*", diff --git a/led/pxt.json b/led/pxt.json index b5dc919b1..d456b2796 100644 --- a/led/pxt.json +++ b/led/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-led", - "version": "0.7.5", + "version": "0.7.6", "description": "A controller for 1 or more monochrome or RGB LEDs connected in parallel.", "files": [ "constants.ts", diff --git a/light-level/pxt.json b/light-level/pxt.json index f961fd346..ad46f19ef 100644 --- a/light-level/pxt.json +++ b/light-level/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-lightlevel", - "version": "0.7.5", + "version": "0.7.6", "description": "A sensor that measures luminosity level.", "files": [ "constants.ts", diff --git a/magnetometer/pxt.json b/magnetometer/pxt.json index c0bdfcec4..c4e36857c 100644 --- a/magnetometer/pxt.json +++ b/magnetometer/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-magnetomer", - "version": "0.7.5", + "version": "0.7.6", "description": "A 3-axis magnetometer.", "files": [ "constants.ts", diff --git a/model-runner/pxt.json b/model-runner/pxt.json index a60ea5452..9ecc25644 100644 --- a/model-runner/pxt.json +++ b/model-runner/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-model-runner", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac Model runner service", "dependencies": { "core": "*", diff --git a/motion/pxt.json b/motion/pxt.json index ed23dd95c..2fc620aa8 100644 --- a/motion/pxt.json +++ b/motion/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-motion", - "version": "0.7.5", + "version": "0.7.6", "description": "A sensor, typically PIR, that detects object motion within a certain range", "files": [ "constants.ts", diff --git a/motor/pxt.json b/motor/pxt.json index ae569ba9d..69fd82455 100644 --- a/motor/pxt.json +++ b/motor/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-motor", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac Motor service", "dependencies": { "core": "*", diff --git a/multitouch/pxt.json b/multitouch/pxt.json index 9b7aa158d..996a61b48 100644 --- a/multitouch/pxt.json +++ b/multitouch/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-multitouch", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac Multi Touch service", "dependencies": { "core": "*", diff --git a/potentiometer/pxt.json b/potentiometer/pxt.json index 215c83eea..a22b6403a 100644 --- a/potentiometer/pxt.json +++ b/potentiometer/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-potentiometer", - "version": "0.7.5", + "version": "0.7.6", "description": "Jacdac potentiometer service", "dependencies": { "core": "*", diff --git a/power/pxt.json b/power/pxt.json index bb2d50241..1ec9c68aa 100644 --- a/power/pxt.json +++ b/power/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-power", - "version": "0.7.5", + "version": "0.7.6", "description": "A power-provider service.", "files": [ "constants.ts", diff --git a/pulse-oximeter/pxt.json b/pulse-oximeter/pxt.json index b7d931053..94d3ae6ab 100644 --- a/pulse-oximeter/pxt.json +++ b/pulse-oximeter/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-pulseoximeter", - "version": "0.7.5", + "version": "0.7.6", "description": "A sensor approximating the oxygen level. \n\n**Jacdac is not suitable for medical devices and should NOT be used in any kind of device to diagnose or treat any medical conditions.**", "files": [ "constants.ts", diff --git a/pxt.json b/pxt.json index a4665f388..401e03e5e 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac", - "version": "0.7.5", + "version": "0.7.6", "description": "Jacdac for MakeCode", "dependencies": { "core": "*", diff --git a/rain-gauge/pxt.json b/rain-gauge/pxt.json index da9f979f8..ab0c2b628 100644 --- a/rain-gauge/pxt.json +++ b/rain-gauge/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-raingauge", - "version": "0.7.5", + "version": "0.7.6", "description": "Measures the amount of liquid precipitation over an area in a predefined period of time.", "files": [ "constants.ts", diff --git a/real-time-clock/pxt.json b/real-time-clock/pxt.json index 662d105f1..1b286c7c4 100644 --- a/real-time-clock/pxt.json +++ b/real-time-clock/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-realtimeclock", - "version": "0.7.5", + "version": "0.7.6", "description": "Real time clock to support collecting data with precise time stamps.", "files": [ "constants.ts", diff --git a/reflected-light/pxt.json b/reflected-light/pxt.json index a9a10b91b..246d264a2 100644 --- a/reflected-light/pxt.json +++ b/reflected-light/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-reflectedlight", - "version": "0.7.5", + "version": "0.7.6", "description": "A sensor that detects light and dark surfaces, commonly used for line following robots.", "files": [ "constants.ts", diff --git a/relay/pxt.json b/relay/pxt.json index ee0aee769..7ad2a2d6e 100644 --- a/relay/pxt.json +++ b/relay/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-relay", - "version": "0.7.5", + "version": "0.7.6", "description": "A switching relay.", "files": [ "constants.ts", diff --git a/rotary-encoder/pxt.json b/rotary-encoder/pxt.json index e5bf2d417..9b403f12c 100644 --- a/rotary-encoder/pxt.json +++ b/rotary-encoder/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-rotaryencoder", - "version": "0.7.5", + "version": "0.7.6", "description": "An incremental rotary encoder - converts angular motion of a shaft to digital signal.", "files": [ "constants.ts", diff --git a/sensor-aggregator/pxt.json b/sensor-aggregator/pxt.json index 3fdcb8a4d..e1c873938 100644 --- a/sensor-aggregator/pxt.json +++ b/sensor-aggregator/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-sensor-aggregator", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac Sensor aggregator service", "dependencies": { "core": "*", diff --git a/servers/pxt.json b/servers/pxt.json index a58797132..7843f6a64 100644 --- a/servers/pxt.json +++ b/servers/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-servers", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac servers", "dependencies": { "core": "*", diff --git a/servo/pxt.json b/servo/pxt.json index b179df55c..9ed89bc11 100644 --- a/servo/pxt.json +++ b/servo/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-servo", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac Servo service", "dependencies": { "core": "*", diff --git a/soil-moisture/pxt.json b/soil-moisture/pxt.json index dbc700756..d3f392206 100644 --- a/soil-moisture/pxt.json +++ b/soil-moisture/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-soilmoisture", - "version": "0.7.5", + "version": "0.7.6", "description": "A soil moisture sensor.", "files": [ "constants.ts", diff --git a/solenoid/pxt.json b/solenoid/pxt.json index e4472b104..77c29e231 100644 --- a/solenoid/pxt.json +++ b/solenoid/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-solenoid", - "version": "0.7.5", + "version": "0.7.6", "description": "A push-pull solenoid is a type of relay that pulls a coil when activated.", "files": [ "constants.ts", diff --git a/sound-level/pxt.json b/sound-level/pxt.json index 59f92968e..c92df8243 100644 --- a/sound-level/pxt.json +++ b/sound-level/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-sound-level", - "version": "0.7.5", + "version": "0.7.6", "description": "Jacdac sound level service", "dependencies": { "core": "*", diff --git a/speech-synthesis/pxt.json b/speech-synthesis/pxt.json index bcc8b6794..abde5bb15 100644 --- a/speech-synthesis/pxt.json +++ b/speech-synthesis/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-speechsynthesis", - "version": "0.7.5", + "version": "0.7.6", "description": "A speech synthesizer", "files": [ "constants.ts", diff --git a/tcp/pxt.json b/tcp/pxt.json index 770bb2d71..749809724 100644 --- a/tcp/pxt.json +++ b/tcp/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-tcp", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac TCP service", "files": [ "constants.ts", diff --git a/thermocouple/pxt.json b/thermocouple/pxt.json index a707cc388..ff45e8dbe 100644 --- a/thermocouple/pxt.json +++ b/thermocouple/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-thermocouple", - "version": "0.7.5", + "version": "0.7.6", "description": "A thermocouple using a heat probe to gather temperatures.", "files": [ "constants.ts", diff --git a/thermometer/pxt.json b/thermometer/pxt.json index 6a892a836..9aef71260 100644 --- a/thermometer/pxt.json +++ b/thermometer/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-thermometer", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac Thermometer service", "dependencies": { "core": "*", diff --git a/tools/hid-events/pxt.json b/tools/hid-events/pxt.json index 7567543b4..9f607e756 100644 --- a/tools/hid-events/pxt.json +++ b/tools/hid-events/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-hid-events", - "version": "0.7.5", + "version": "0.7.6", "description": "Mapping Events to Hid Keyboard keys.", "files": [ "hidevents.ts" diff --git a/tools/hid-servers/pxt.json b/tools/hid-servers/pxt.json index a19d822b9..7cf4e95a9 100644 --- a/tools/hid-servers/pxt.json +++ b/tools/hid-servers/pxt.json @@ -1,6 +1,6 @@ { "name": "JM HID Servers F4 41 v0.2", - "version": "0.7.5", + "version": "0.7.6", "description": "HID Keyboard, mouse servers", "files": [ "main.ts" diff --git a/tools/microbit-oob/pxt.json b/tools/microbit-oob/pxt.json index d63b74f7d..45b1d00b7 100644 --- a/tools/microbit-oob/pxt.json +++ b/tools/microbit-oob/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-microbit-oob", - "version": "0.7.5", + "version": "0.7.6", "description": "", "dependencies": { "core": "*", diff --git a/tools/multitool/pxt.json b/tools/multitool/pxt.json index 6f3e79bec..7aaeddd37 100644 --- a/tools/multitool/pxt.json +++ b/tools/multitool/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-multitool", - "version": "0.7.5", + "version": "0.7.6", "description": "", "dependencies": { "hw": "*", diff --git a/tools/uploader/pxt.json b/tools/uploader/pxt.json index 63f697d60..283c87c9e 100644 --- a/tools/uploader/pxt.json +++ b/tools/uploader/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-uploader", - "version": "0.7.5", + "version": "0.7.6", "description": "", "dependencies": { "jacdac-iot-s2": "*", diff --git a/tvoc/pxt.json b/tvoc/pxt.json index d5cb0ee11..4c53e0b73 100644 --- a/tvoc/pxt.json +++ b/tvoc/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-tvoc", - "version": "0.7.5", + "version": "0.7.6", "description": "Measures equivalent Total Volatile Organic Compound levels.", "files": [ "constants.ts", diff --git a/uv-index/pxt.json b/uv-index/pxt.json index a486b3c1c..9b22979af 100644 --- a/uv-index/pxt.json +++ b/uv-index/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-uvindex", - "version": "0.7.5", + "version": "0.7.6", "description": "The UV Index is a measure of the intensity of ultraviolet (UV) rays from the Sun.", "files": [ "constants.ts", diff --git a/vibration-motor/pxt.json b/vibration-motor/pxt.json index 312dd914d..649a63930 100644 --- a/vibration-motor/pxt.json +++ b/vibration-motor/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-vibration", - "version": "0.7.5", + "version": "0.7.6", "description": "A vibration motor.", "files": [ "constants.ts", diff --git a/water-level/pxt.json b/water-level/pxt.json index 327d4b800..e0e11fa81 100644 --- a/water-level/pxt.json +++ b/water-level/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-waterlevel", - "version": "0.7.5", + "version": "0.7.6", "description": "A sensor that measures liquid/water level.", "files": [ "constants.ts", diff --git a/weight-scale/pxt.json b/weight-scale/pxt.json index ed8dbe0a9..130588377 100644 --- a/weight-scale/pxt.json +++ b/weight-scale/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-weightscale", - "version": "0.7.5", + "version": "0.7.6", "description": "A weight measuring sensor.", "files": [ "constants.ts", diff --git a/wifi-server/pxt.json b/wifi-server/pxt.json index 93240cba0..1f483a019 100644 --- a/wifi-server/pxt.json +++ b/wifi-server/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-wifi-server", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac WiFi server", "dependencies": { "core": "*", diff --git a/wifi/pxt.json b/wifi/pxt.json index d276cc609..2922b7e4d 100644 --- a/wifi/pxt.json +++ b/wifi/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-wifi", - "version": "0.7.5", + "version": "0.7.6", "description": "MakeCode support for Jacdac Wifi service", "files": [ "constants.ts", diff --git a/wind-direction/pxt.json b/wind-direction/pxt.json index 626a628a0..2ea4f3645 100644 --- a/wind-direction/pxt.json +++ b/wind-direction/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-winddirection", - "version": "0.7.5", + "version": "0.7.6", "description": "A sensor that measures wind direction.", "files": [ "constants.ts", diff --git a/wind-speed/pxt.json b/wind-speed/pxt.json index 321d15d37..850798742 100644 --- a/wind-speed/pxt.json +++ b/wind-speed/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-windspeed", - "version": "0.7.5", + "version": "0.7.6", "description": "A sensor that measures wind speed.", "files": [ "constants.ts",