Bumped version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Nathan Kellenicki 2021-09-14 21:17:51 -07:00
parent 0577491a8c
commit 6b44373930
4 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
### Announcements ### Announcements
* v6.8.0 adds support for LEGO Super Mario. * v7.1.0 adds support for SPIKE Essential, including the Technic Small Hub, Technic Small Angular Motor, and Technic 3x3 Color Matrix.
### Introduction ### Introduction
@ -71,7 +71,7 @@ In addition, the Hubs themselves have certain built-in features which this libra
| Duplo Train Base | 28743 | RGB LED/Headlights<br />Speaker<br />Speedometer<br />Motor<br />Color and Distance Sensor<br />Button | <a href="https://brickset.com/sets/10874-1/">10874</a><br /><a href="https://brickset.com/sets/10875-1/">10875</a> | | Duplo Train Base | 28743 | RGB LED/Headlights<br />Speaker<br />Speedometer<br />Motor<br />Color and Distance Sensor<br />Button | <a href="https://brickset.com/sets/10874-1/">10874</a><br /><a href="https://brickset.com/sets/10875-1/">10875</a> |
| Control+ Hub | 22127 | RGB LED<br />Button<br />Tilt Sensor<br />Accelerometer | <a href="https://brickset.com/sets/42099-1/">42099</a><br /><a href="https://brickset.com/sets/42100-1/">42100</a> | | Control+ Hub | 22127 | RGB LED<br />Button<br />Tilt Sensor<br />Accelerometer | <a href="https://brickset.com/sets/42099-1/">42099</a><br /><a href="https://brickset.com/sets/42100-1/">42100</a> |
| Super Mario | 71360 | Pants Sensor<br />Barcode and Color Sensor | <a href="https://brickset.com/sets/71360-1/">71360</a> | | Super Mario | 71360 | Pants Sensor<br />Barcode and Color Sensor | <a href="https://brickset.com/sets/71360-1/">71360</a> |
| SPIKE Essential Hub | 45609 | RGB LED<br />Button<br />Tilt Sensor<br />Accelerometer | <a href="https://brickset.com/sets/45345-1/ | SPIKE Essential Hub | 45609 | RGB LED<br />Button<br />Tilt Sensor<br />Accelerometer | <a href="https://brickset.com/sets/45345-1/">45345</a> |
### Known Issues and Limitations ### Known Issues and Limitations

View File

@ -97,7 +97,7 @@
<h1><strong>node-poweredup</strong> - A Javascript module to interface with LEGO Powered Up components.</h1> <h1><strong>node-poweredup</strong> - A Javascript module to interface with LEGO Powered Up components.</h1>
<h3>Announcements</h3> <h3>Announcements</h3>
<ul> <ul>
<li>v6.8.0 adds support for LEGO Super Mario.</li> <li>v7.1.0 adds support for SPIKE Essential, including the Technic Small Hub, Technic Small Angular Motor, and Technic 3x3 Color Matrix.</li>
</ul> </ul>
<h3>Introduction</h3> <h3>Introduction</h3>
<p>LEGO Powered Up is the successor to Power Functions, the system for adding electronics to LEGO models. Powered Up is a collection of ranges, all of which are compatible with each other:</p> <p>LEGO Powered Up is the successor to Power Functions, the system for adding electronics to LEGO models. Powered Up is a collection of ranges, all of which are compatible with each other:</p>
@ -353,7 +353,7 @@
<td>SPIKE Essential Hub</td> <td>SPIKE Essential Hub</td>
<td>45609</td> <td>45609</td>
<td>RGB LED<br />Button<br />Tilt Sensor<br />Accelerometer</td> <td>RGB LED<br />Button<br />Tilt Sensor<br />Accelerometer</td>
<td>&lt;a href=&quot;https://brickset.com/sets/45345-1/</td> <td><a href="https://brickset.com/sets/45345-1/">45345</a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "node-poweredup", "name": "node-poweredup",
"version": "7.0.0", "version": "7.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "7.0.0", "version": "7.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@abandonware/noble": "1.9.2-14", "@abandonware/noble": "1.9.2-14",

View File

@ -1,6 +1,6 @@
{ {
"name": "node-poweredup", "name": "node-poweredup",
"version": "7.0.0", "version": "7.1.0",
"description": "A Javascript module to interface with LEGO Powered Up components.", "description": "A Javascript module to interface with LEGO Powered Up components.",
"homepage": "https://github.com/nathankellenicki/node-poweredup/", "homepage": "https://github.com/nathankellenicki/node-poweredup/",
"main": "dist/node/index-node.js", "main": "dist/node/index-node.js",