pxt-microbit 8.1.28 → 8.1.29

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.
@@ -192,6 +192,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
192
192
 
193
193
  ```codecard
194
194
  [{
195
+ "name": "SEN66 Air Quality Sensor",
196
+ "url":"/pkg/bsiever/pxt-sen66",
197
+ "cardType": "package"
198
+ }, {
195
199
  "name": "KY-040 Rotary Encoder Plus",
196
200
  "url":"/pkg/steveturbek/pxt-rotary-encoder-KY-040-plus",
197
201
  "cardType": "package"
@@ -396,6 +400,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
396
400
 
397
401
  ```codecard
398
402
  [{
403
+ "name": "FWD Edu OpenSciEd Kit",
404
+ "url": "/pkg/Forward-Education/pxt-openscied",
405
+ "cardType": "package"
406
+ }, {
399
407
  "name": "FWD Edu Coding For Good Kit",
400
408
  "url": "/pkg/Forward-Education/pxt-coding-for-good",
401
409
  "cardType": "package"
@@ -939,6 +947,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
939
947
 
940
948
  ```codecard
941
949
  [{
950
+ "name": "FWD Edu UBit",
951
+ "url": "/pkg/Forward-Education/pxt-fwd-ubit",
952
+ "cardType": "package"
953
+ }, {
942
954
  "name": "Ceibal Ubit",
943
955
  "url": "/pkg/Forward-Education/pxt-ceibal-ubit",
944
956
  "cardType": "package"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "8.1.28",
3
+ "version": "8.1.29",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -45,15 +45,15 @@
45
45
  "typescript": "4.8.3"
46
46
  },
47
47
  "dependencies": {
48
- "pxt-common-packages": "13.2.7",
49
- "pxt-core": "12.3.24"
48
+ "pxt-common-packages": "13.2.8",
49
+ "pxt-core": "12.3.26"
50
50
  },
51
51
  "overrides": {
52
52
  "@blockly/field-grid-dropdown": {
53
- "blockly": "13.0.0"
53
+ "blockly": "13.1.0"
54
54
  },
55
55
  "@blockly/plugin-workspace-search": {
56
- "blockly": "13.0.0"
56
+ "blockly": "13.1.0"
57
57
  }
58
58
  }
59
59
  }
package/targetconfig.json CHANGED
@@ -443,7 +443,10 @@
443
443
  "pyocodingcompany-crypto/pyobot-makecode": { "tags": [ "Robotics" ] },
444
444
  "kitronikltd/pxt-design-and-automate-accessory-kit": { "tags": [ "Robotics" ] },
445
445
  "aorczyk/my-controller": { "tags": [ "Software" ] },
446
+ "forward-education/pxt-fwd-ubit": {},
447
+ "forward-education/pxt-openscied": { "tags": [ "Science" ] },
446
448
  "forward-education/pxt-ceibal-ubit": {},
449
+ "bsiever/pxt-sen66": { "tags": [ "Science" ] },
447
450
  "microsoft/pxt-simx-sample": {
448
451
  "simx": {
449
452
  "sha": "7301f5900879b85127482d79bab48f03c25690a8",