pxt-microbit 7.0.8 → 7.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ Douglas and Mary Kiang, the authors of this curriculum, are hosting a 3-webinar
19
19
  * **[Webinar 1](https://msit.events.teams.microsoft.com/event/40f9ed5f-8d72-4494-bbe2-42005441f4e6@72f988bf-86f1-41af-91ab-2d7cd011db47)** : 📅 Tuesday April 30, 3 - 4 PM Pacific | 4 - 5 PM Mountain | 5 - 6 PM Central | 6 - 7 PM Eastern
20
20
  * **[Webinar 2](https://msit.events.teams.microsoft.com/event/762cfe3c-ef1a-40ec-87fd-73eacc6f1a77@72f988bf-86f1-41af-91ab-2d7cd011db47)** : 📅 Tuesday May 14, 3 - 4 PM Pacific | 4 - 5 PM Mountain | 5 - 6 PM Central | 6 - 7 PM Eastern
21
21
  * **[Webinar 3](https://msit.events.teams.microsoft.com/event/52ef14cd-07de-41be-83bc-c664d4a98aa5@72f988bf-86f1-41af-91ab-2d7cd011db47)** : 📅 Tuesday May 28, 3 - 4 PM Pacific | 4 - 5 PM Mountain | 5 - 6 PM Central | 6 - 7 PM Eastern
22
- * **[CSTA Preconference Workshop \*](https://forms.office.com/r/nMPk28Ymc7)**: 📅 Tuesday July 16, 9 AM - 4 PM
22
+ * **[CSTA Preconference Workshop \*](https://aka.ms/CSTA24reg)**: 📅 Tuesday July 16, 9 AM - 4 PM
23
23
 
24
24
  **\* Note**: This in an in-person workshop and you must be registered for the CSTA Conference to attend.
25
25
 
@@ -160,4 +160,4 @@ Any of the individual course material items are also available as a separate dow
160
160
 
161
161
  ## Localization scripts
162
162
 
163
- * [Video scripts](https://onedrive.live.com/?authkey=%21ALunv1kXkaA0RLg&id=416406873CB120AB%21523&cid=416406873CB120AB)
163
+ * [Video scripts](https://onedrive.live.com/?authkey=%21ALunv1kXkaA0RLg&id=416406873CB120AB%21523&cid=416406873CB120AB)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "7.0.8",
3
+ "version": "7.0.10",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -46,6 +46,6 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "pxt-common-packages": "12.0.1",
49
- "pxt-core": "10.0.20"
49
+ "pxt-core": "10.0.22"
50
50
  }
51
51
  }
package/targetconfig.json CHANGED
@@ -543,16 +543,16 @@
543
543
  "teachertool": {
544
544
  "carousels": [
545
545
  {
546
- "title": "Rubrics for Tutorials",
547
- "cardsUrl": "teachertool/carousels/rubrics-for-tutorials/cards.json"
546
+ "title": "Checklists for Tutorials",
547
+ "cardsUrl": "teachertool/carousels/checklists-for-tutorials/cards.json"
548
548
  },
549
549
  {
550
- "title": "Rubrics for V2 Tutorials",
551
- "cardsUrl": "teachertool/carousels/rubrics-for-tutorials-v2/cards.json"
550
+ "title": "Checklists for V2 Tutorials",
551
+ "cardsUrl": "teachertool/carousels/checklists-for-tutorials-v2/cards.json"
552
552
  },
553
553
  {
554
- "title": "Rubrics for Games",
555
- "cardsUrl": "teachertool/carousels/rubrics-for-games/cards.json"
554
+ "title": "Checklists for Games",
555
+ "cardsUrl": "teachertool/carousels/checklists-for-games/cards.json"
556
556
  }
557
557
  ]
558
558
  },