From b6df0a8c71a3290db289244dc79dba7c85bb2a3c Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 25 Sep 2019 06:52:29 -0700 Subject: [PATCH] Pxt v5.23.17 (#2446) * bump pxt * regen docs * fix version syntax * restore extension * removed dup --- docs/projects.md | 8 +++++++- docs/projects/SUMMARY.md | 9 +++++++++ package.json | 2 +- targetconfig.json | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/projects.md b/docs/projects.md index 2c0e5205..59c90cd8 100644 --- a/docs/projects.md +++ b/docs/projects.md @@ -62,6 +62,11 @@ "name": "Behind the MakeCode Hardware", "url": "/behind-the-makecode-hardware", "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), [Blocks To JavaScript](/courses/blocks-to-javascript), [Courses](/courses), -[Behind the MakeCode Hardware](/behind-the-makecode-hardware) +[Behind the MakeCode Hardware](/behind-the-makecode-hardware), +[Coding Cards](/coding-cards) diff --git a/docs/projects/SUMMARY.md b/docs/projects/SUMMARY.md index 4a56be7a..29a1b879 100644 --- a/docs/projects/SUMMARY.md +++ b/docs/projects/SUMMARY.md @@ -92,3 +92,12 @@ * [Radio](https://youtu.be/Re3H2ISfQE8) * [Servo Motor](https://youtu.be/okxooamdAP4) * [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) diff --git a/package.json b/package.json index 311a2de7..43d791cb 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ }, "dependencies": { "pxt-common-packages": "6.16.5", - "pxt-core": "5.23.15" + "pxt-core": "5.23.17" } } diff --git a/targetconfig.json b/targetconfig.json index 11d884c2..c1b4e273 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -207,4 +207,4 @@ "electronManifest": { "latest": "v2.0.3" } -} +} \ No newline at end of file