Pxt v5.23.17 (#2446)

* bump pxt

* regen docs

* fix version syntax

* restore extension

* removed dup
This commit is contained in:
Peli de Halleux 2019-09-25 06:52:29 -07:00 committed by GitHub
parent f3bec09b0d
commit b6df0a8c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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"
} }
} }

View File

@ -207,4 +207,4 @@
"electronManifest": { "electronManifest": {
"latest": "v2.0.3" "latest": "v2.0.3"
} }
} }