pxt-microbit 4.0.17 → 4.0.18

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.
@@ -355,11 +355,11 @@
355
355
  },
356
356
  "uploadDocs": true,
357
357
  "versions": {
358
- "branch": "v4.0.17",
359
- "tag": "v4.0.17",
360
- "commits": "https://github.com/microsoft/pxt-microbit/commits/e18cbd92585dcdba1714bda754fe361ca50a3f3f",
361
- "target": "4.0.17",
362
- "pxt": "7.0.13"
358
+ "branch": "v4.0.18",
359
+ "tag": "v4.0.18",
360
+ "commits": "https://github.com/microsoft/pxt-microbit/commits/b9d2eeff8116b75fa50f663091b0e3acd800b7bc",
361
+ "target": "4.0.18",
362
+ "pxt": "7.0.14"
363
363
  },
364
364
  "blocksprj": {
365
365
  "id": "blocksprj",
package/built/theme.json CHANGED
@@ -30,7 +30,7 @@
30
30
  "driveDisplayName": "MICROBIT",
31
31
  "appStoreID": "1092687276",
32
32
  "mobileSafariDownloadProtocol": "microbithex://?data",
33
- "crowdinProject": "kindscript",
33
+ "crowdinProject": "makecode",
34
34
  "extendEditor": true,
35
35
  "extendFieldEditors": true,
36
36
  "enableTrace": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "4.0.17",
3
+ "version": "4.0.18",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "pxt-common-packages": "9.0.1",
48
- "pxt-core": "7.0.13"
48
+ "pxt-core": "7.0.14"
49
49
  }
50
50
  }
package/pxtarget.json CHANGED
@@ -379,7 +379,7 @@
379
379
  "driveDisplayName": "MICROBIT",
380
380
  "appStoreID": "1092687276",
381
381
  "mobileSafariDownloadProtocol": "microbithex://?data",
382
- "crowdinProject": "kindscript",
382
+ "crowdinProject": "makecode",
383
383
  "extendEditor": true,
384
384
  "extendFieldEditors": true,
385
385
  "enableTrace": true,