Pxt v5.23.17 (#2446)
* bump pxt * regen docs * fix version syntax * restore extension * removed dup
This commit is contained in:
parent
f3bec09b0d
commit
b6df0a8c71
@ -62,6 +62,11 @@
|
|||||||
"name": "Behind the MakeCode Hardware",
|
"name": "Behind the MakeCode Hardware",
|
||||||
"url": "/behind-the-makecode-hardware",
|
"url": "/behind-the-makecode-hardware",
|
||||||
"imageUrl": "/static/mb/behindhardware/leds.jpg"
|
"imageUrl": "/static/mb/behindhardware/leds.jpg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Coding Cards",
|
||||||
|
"url": "/coding-cards",
|
||||||
|
"imageUrl": "/static/coding-cards/balance-card.jpg"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
@ -79,5 +84,6 @@
|
|||||||
[Turtle](/projects/turtle),
|
[Turtle](/projects/turtle),
|
||||||
[Blocks To JavaScript](/courses/blocks-to-javascript),
|
[Blocks To JavaScript](/courses/blocks-to-javascript),
|
||||||
[Courses](/courses),
|
[Courses](/courses),
|
||||||
[Behind the MakeCode Hardware](/behind-the-makecode-hardware)
|
[Behind the MakeCode Hardware](/behind-the-makecode-hardware),
|
||||||
|
[Coding Cards](/coding-cards)
|
||||||
|
|
||||||
|
@ -92,3 +92,12 @@
|
|||||||
* [Radio](https://youtu.be/Re3H2ISfQE8)
|
* [Radio](https://youtu.be/Re3H2ISfQE8)
|
||||||
* [Servo Motor](https://youtu.be/okxooamdAP4)
|
* [Servo Motor](https://youtu.be/okxooamdAP4)
|
||||||
* [Speakers](https://youtu.be/cxfPNc4Wefo)
|
* [Speakers](https://youtu.be/cxfPNc4Wefo)
|
||||||
|
* [Coding Cards](/coding-cards)
|
||||||
|
* [Make a Digital Balance](https://drive.google.com/open?id=1Tl80unLA5_Zwkymh1flSbwuZbCIqSOxQ)
|
||||||
|
* [Make a Digital Dice](https://drive.google.com/open?id=1iW75z-7maJ3qixwv9Yuj6rA5U387qVpg)
|
||||||
|
* [Make a Trundle Wheel](https://drive.google.com/open?id=1hzpBN5aqzYMvm7s_W6RQr9u4eFx1f6LK)
|
||||||
|
* [Nervous](https://drive.google.com/open?id=1BJCkrdMoojU-ojQcOluawecw5W6kcdnZ)
|
||||||
|
* [Reaction](https://drive.google.com/open?id=1kfZKLflUrPoeveboo1LpubgaJSsFkDgY)
|
||||||
|
* [Shake the Bottle](https://drive.google.com/open?id=1lTZbrVP5UDG7IZeY1Kod8gw4VNcldzzZ)
|
||||||
|
* [Sprite Based Games](https://drive.google.com/open?id=1p1fm9SlFVr8NQ9ctQvhZ7H-okfxXhabW)
|
||||||
|
* [Zen](https://drive.google.com/open?id=14JBWsx-K489GjSgvMX4kslxaHKYfdBtj)
|
||||||
|
@ -46,6 +46,6 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pxt-common-packages": "6.16.5",
|
"pxt-common-packages": "6.16.5",
|
||||||
"pxt-core": "5.23.15"
|
"pxt-core": "5.23.17"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -207,4 +207,4 @@
|
|||||||
"electronManifest": {
|
"electronManifest": {
|
||||||
"latest": "v2.0.3"
|
"latest": "v2.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user